Set JomSocial as root path in Joomla 3.4 - components

I installed JomSocial as a component in my Joomla 3.4 deployment. whenever I access this component, the URL is like http://example.com/jomsocial/profile. How can I make it default/main/dominating component, which has URL like:
http://example.com/profile
http://example.com/inbox
and http://example.com/ pointing to JomSocial homepage.

Open the Manage Extensions page in JoomSEF, open the JomSocial extension parameters, and on the Common tab you can either disable this by setting "Show Menu Title" to "No" or use the "Custom Menu Title" field to set your own.

I found out the way myself:
1. Go to admin page > Menus
2. Click on link Home
3. Click button Select > chose Home beneath tree Community
4. Save

Related

Can't find 'Web Content' in Control Panel (Beginner)

newbie to Liferay here. I'm trying to follow the documentation from here. The first line says:
Go back to the Control Panel and select Web Content from the content section.
However, when I go to the control panel of my Liferay site, I do not see any content section or a "Web Content" category. Here is a screenshot of what my control panel looks like: http://i.imgur.com/gcG3NVK.png
Any help would be very much appreciated.
I found it. From the Control Panel, You have to click on "Manage Liferay" on the bottom, and the content section can be seen on the sidebar on the left.
The difference is that the document you are referring is of Liferay 6.1 (see selected value of dropdown positioned on left-top below navigation) and the version you are using is Liferay 6.2
You can select relevant documentation from changing dropdown to Liferay 6.2
While, you can navigate to "Web Content" section by clicking:
Top-bar > Admin > Content

SP2013 - Adding a Content Editor web part to a custom layout page

In sharepoint 2013, I have 2 custom layout pages:
1 associated with Content Type = Article Page, and
1 associated with Content Type = Welcome Page.
I add a Web Part zone to both layout pages.
I create a web page from either layout page.
When I edit the web page to fill in the Web Part zone, no Web Part zone appears and this appears in its place: $Resources:core,ContentEditorWebPartTitle;
Any clues?
Thanks.
I'm adding the steps of my process hoping that may make things clearer:
access desired site.
went to Design Manager
clicked "Edit Page Layouts"
clicked desired custom page layout
clicked "Snippets"
clicked "Web Parts / Media and Content"
clicked "Content Editor"
clicked "Copy to Clipboard"
then
opened custom page layout (.html) in Sharepoint Designer 2013
copied the clipbboard contents within the "asp:ContentPlaceHolder" tags
saved
then
returned to browser
went back to "Design Manager"
and "Publish a Major Version" of the custom layout page
then
clicked "Add a Page"
goto "Page" tab
click "Page Layout"
select my custom layout page
then scroll to examine my new page (while in "Edit" mode)
result
I see the text "$Resources:core,ContentEditorWebPartTitle;",
but no box for adding content.
Thanks
Im new to Sharepoint myself, but this sounds like your snippet might be wrong. If you can access the snippet manager, how to do this is on MSDN SharePoint 2013 Design Manager snippets.
Then what you want to do is create the snippet using the snippet manager, try the Content Editor inside the Media and Content section, you can then add this to your MasterPage inside the MainContent user control.
You could try adding this snippet to your PageLayout.html instead of MasterPage.html in place of the current web part thats failing, to see if that works.
Remove the web part zones from your layout pages.
Open the layout page in design manager and navigate to snippet manager.
Copy the snippet for web part zone and place them in the layout as desired.
Publish the layout.
Hope this will help to resolve your issue
Your problem is on Step#10 you should put your code inside the following tag:
asp:ContentPlaceHolder ID="PlaceHolderMain" runat="server"

show administration theme when editing page in drupal

I am using a custom theme for the front end of my drupal website.I created it by modifying garland theme.And I am using garland as the admin theme.
When I try to edit a page from admin it shows the edit page with my custom theme (http://example.com/node/2/edit?destination=admin%2Fcontent%2Fnode). And It breaks up the layout.
I want to show the admin theme for all the admin tasks. This problem also occurs on the blocks page (http://example.com/admin/build/block).
Is there any custom module or core hack to show admin theme when editing pages.
If you want to use admin theme by non-admin users you must give permissions to that user: Permitions->System->View the administration theme
Be sure that you check the option in the page example.com/admin/settings/admin
To get the admin theme showing for non-admin users, I went to admin/people/permissions/list and checked the "View the administration theme" box for all roles.
Sounds simple except that the Filter list wasn't showing that entry when I typed theme, so it took me awhile to find it. Finally I used the browser find to find all instances of the word "theme".
Or, you could type "System" in the Filter list to show only a few options in the relevant category.
You can use admin theme module, download and install it , the go to permission in dmin/people/permissions then in Administration theme set permission to waht user you want by checking Access administration theme.
Then goto http://chapboo.com/admin/appearance in bottom of the page in custom page add
admin/*
node/add/*
node/*/edit
and finally clear the cache
You have to check the checkbox under:
exemple.com/admin/appearance

Sharepoint Sites

Is it possible to make a site "Home" in MOSS2007?
For example, when i enter my Sharepoint portal, i see two tabs on top:
Home | Just a Site
I want to delete the site under Home and set "Just a site" as default site (or Home?).
Thanks.
Are you referring to the tab section for the Top Link Bar, as illustrated in this sample image? If so, then in the Site Actions menu, go to Site Settings. Under the Look and Feel category, pick Top Link Bar. In your situation, you will probably see "Home" and "Just a Site" as the links.
Choose to edit the Home link, and delete it. Then, edit the Just a Site link, and change its name to Home. Note that the colouration for the top link tab will probably change, but this will let you direct people to "Just a Site" using a tab that says "Home".

how to add particular view to the Quick Launch section of the page in Sharepoint

How do I add a particular view to the Quick Launch section of the page in Sharepoint instead (or in addition to) of the usual "default" view?
Navigate to the view you are interested in, copy the URL and paste it in a new item in Site Actions / Site Settings / Navigation or Site Actions / Site Settings / Quick Launch.

Resources