Can two pages share same url in liferay 6.1 - liferay

I am developing a website which has tabs and each tab has sub tab. I have used pages to display tabs.I have a problem my content of tab and its first sub tab is same.And i am tring a way through which url could be shared by two. In control panel you have friendly url when i try to use one url for both-it shows friendly url has to be unique. Like TAB_A has TAB_A,TAB_A1,TAB_A2,TAB_A3 as sub pages. And TAB_A(parent page) and TAB_A(child page) should be same.
TAB_A-
TAB_A
TAB_A1
TAB_A2
TAB_A3
please help if it has themes involved what is to be done.

Yes, they can. One of this two pages can be of type "Link to Page".
To make parent page a link to child page:
Choose "Control Panel" -> "Site Pages"
Choose parent page
Choose "Link to page" in the combobox "Type"
Choose child page in the appeared combobox "Link to Page"

Related

Sharepoint search query to only show Site Pages (or a new Wiki library)

I've got a new SharePoint Teams site that I'll be building out as a knowledge repository. We'll be creating articles in the "Site Pages" area, though happy to use a new Wiki Page Library if that makes it easier.
I'm trying to amend the Search Query used in the "All" vertical, so that it shows only results from the Site Pages. To test this, I've created a word document in the documents section and named it "Apples WORD.docx" and a Wiki page called "Apples WIKI". When I search for "Apples", I should only see "Apples WIKI" in my results.
I can't seem to figure out the query required to achieve this.
Thanks in advance.
So I've got this working now.
First I renamed an existing managed property by doing the following.
Go to the Site Settings, then Under the 'Site Collection Administration' go to "Search Schema".
Find an available RefinableStringXX managed property; edit it and give it an Alias. Add a mapping to "ContentTypeID".
Back out to the Site Settings then under 'Web Designer Galleries' click on "Site content types".
Find "Wiki Pages" and click on it to find the Content Type ID (which was 0x010108).
Back out to the Site Settings then under 'Microsoft Search', click on "Configure Search Settings".
Click on Verticals, then double click on the vertical that you want to edit. Click the Edit button at the bottom of the page.
Click on 'Query' and enter the text "ContentTypeID:0x010108*"
Save the vertical.
By editing the "All" vertical, the default 'current site' search from the site's homepage now only shows Wiki Page articles.
Maybe you could try adding the search vertical to the search navigation web part to set up a search page for displaying Site Pages.
Reference:Change settings for the Search Navigation Web Part

Sharepoint Breadcrumb showing the old/original Page Title

I have a Sharepoint 2007 site that is displaying the old/original title in the Breadcrumb rather then the updated Page title... help!
Under "Site Content and Structure" I went to "[SiteName] > Pages > [Page] > Edit Page Settings..." which took me to "Page Settings". Here I edited "Page Title and Description > Title" to the new title, simple and done. But the site Breadcrumb is still showing the old title!??!
When I go into "Site Content and Structure > [SiteName] > Settings > Site Settings... > Navigation", under "Navigation Editing and Sorting" I get the list of Pages with their old titles (as is being displayed in the Breadcrumb). As they are Pages the "Edit..." button is disabled so I cannot change their titles here.
I cannot believe a bug this stupid made it into a major release! It's pretty obovious the page titles are being cached somewhere at creation and not updated later. It's this cache that the Navigation is using rather then the current page titles. But I have been unable to locate this mythical cache. And it doesn't look like I can access the sitemap.xml at my access level (grr!), can I get to this via the webUI (I've always done it in the source directories, which I cannot see).
So... where in the hell is the Breadcrumb getting the page titles from, and can I change this (preferably non-programaticially as I am but a simple MOSS editor on this project)?
If you are able to access the Site Collection Administration at the top level, you can access the Site collection object cache, the site collection cache profiles, and the site collection output cache. If you go into the settings of these items, you can check a box to "flush" the cache, that should reset it.

"Navigate Up" issues in sharepoint 2010

If I am on page
http://mysite.com/first/second/third/Wiki/pages/home.aspx
and click the Navigate Up button I can see the following hierarchy (whis is correct):
Home - first - second - third - Wiki
But if I navigate up one step to
http://mysite.com/first/second/third/SitePages/Home.aspx
and click the Navigate Up button again the first subsite is not showing up.
Home - second - third - Home
I set the navigation settings to be identical on both sites but still the same issue/error.
How can I fix this?
Cheers
A few things you can try....
In your masterpage / page layout, find your SiteMapPath control. This has a property called ParentLevelsDisplayed. If you set it to -1 (the default) it should show all parent sites in the breadcrumb. Also, make sure that the SiteMapProvider is the same for both controls on both pages.
In your /second subsite, check whether or not the global navigation is set to inherit from its parent. This setting will affect how the breadcrumb is displayed, more on this [here].
Third (and this only applies to publishing sites), open the page layout that your Home.aspx page is referencing. Search for PlaceHolderTitleBreadcrumb. Lots of the OOTB layouts override this placeholder and construct their own breadcrumb. There is a great list [here] of all the layouts and their individual breadcrumb settings.
Hopefully this helps!

Quick Reference Guide for Sharepoint Site Settings?

Is there a "quick reference" guide or "cheat sheet" type document for each of the available options within the "Site Settings" page in Sharepoint 2007 ?
The settings page that I'm talking about is shown in this image: http://i38.tinypic.com/wmgqv7.png and is the one accessed via the "Site Actions" drop-down on the right-hand side of the screen as shown below:
These are all of the "Site Settings" grouped into categories such as "Users And Permissions", "Look and Feel", "Galleries" & "Site Administration".
What I'm ideally looking for is a sort of "cheat sheet" that lists each of these options, perhaps as bullet-points, and provides a quick small paragraph of text that describes each option.
For example, I'd like to see something like the sample below, but for each of the options available within the "Site Settings" configuration page:
Look And Feel
Title, description, and icon
This option allows you to enter a textual name for the site along with a
description and icon. The title and
icon are displayed in the "header"
area on the top of each page within
the site and the description is
displayedon the main area of the
site's default or home page.
Here's the best I could find: SharePoint 2007 administration part VI: Site administration

SharePoint: Site Layouts

Hi I was wondering which Layout I could use to get the search box in the top right hand corner. I used (Welcome Page) Blank Web Part Page) as the page layout but its missing the search box in the top right corner.
Also another question: How can I add my own layouts to the list in the Create Page, page. Thank you.
The search box is defined in your master page. Ususally default.master, it would not matter which layout you choose the elements defined in the master page will still be in the same place. In your case it would appear that the search box does not exist on your master and would need to be added in again.
You would need to amend the master page for your site and add the appropriate SP control for search into the appropriate place on your page. This will ensure that a SP search box is rendered in that location for every page.
To define your own page layout have a look at Link 1 and Link 2.
As for the search box, it is defined as part of the Site Template. Try creating a Site using the Collaboration Site template.

Resources