Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Controlling expand/collapse of Portal Side Navigation
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jennifer  
View profile  
 More options Jan 23 2008, 1:22 am
Newsgroups: ibm.software.websphere.portal-server
From: Jennifer <Jennifer.Chand...@eBluePrint.com.au>
Date: Wed, 23 Jan 2008 01:22:38 EST
Local: Wed, Jan 23 2008 1:22 am
Subject: Controlling expand/collapse of Portal Side Navigation
Hi guys,

I'm building a portal site that uses Portal side navigation for the pages, and I'm finding that controlling the expanding and collapsing of nodes is very restrictive.  Basically, to expand and show a page, I need two links... why??

The default set up uses a + and - icon and generates the expand and collapse link using &lt;portal-navigation:navigationUrl type="collapse"/&gt;.
But to actually navigate to the page, there is a text link *next to* the icon with a url generated using &lt;portal-navigation:navigationUrl type="launch"/&gt;

What I want is for both of these functions to occur in a single click, exactly like the way WCM generates it's navigation controls.  So I'd like to generate the link using &lt;portal-navigation:navigationUrl type="launch expand"/&gt;... which of course doesn't work.

Does anyone know a way to expand and navigate to a page in a single click?  I find having to click on an icon to expand the navigation annoying, but I don't want them all automatically expanded by default.  I'd really like this portal side navigation to behave in the same way that the WCM navigation control does.  How can I mimic this?

All help or tips are appreciated!!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jim Barnes  
View profile  
 More options Jan 23 2008, 8:12 am
Newsgroups: ibm.software.websphere.portal-server
From: Jim Barnes <jwbar...@us.ibm.com>
Date: Wed, 23 Jan 2008 08:12:42 EST
Local: Wed, Jan 23 2008 8:12 am
Subject: Re: Controlling expand/collapse of Portal Side Navigation
Please see this technote <a class="jive-link-external" href="http://www-1.ibm.com/support/docview.wss?rs=688&ca=portall2&u...">http://www-1.ibm.com/support/docview.wss?rs=688&ca=portall2& uid=swg21283387</a>
<p>
basically you have to use some url generation features and create your own urls that both expand and select a page.

<br>
IBM Certified System Administrator -- WebSphere Portal V6.0, V5.1, V5.0<br>
IBM Certified Solution Developer -- WebSphere Portal V5.1, v6.0<br>
<br>
The postings on this site are my own and do not necessarily represent the positions, strategies, or opinions of IBM


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jennifer  
View profile  
 More options Feb 14 2008, 11:29 pm
Newsgroups: ibm.software.websphere.portal-server
From: Jennifer <Jennifer.Chand...@eBluePrint.com.au>
Date: Thu, 14 Feb 2008 23:29:14 EST
Local: Thurs, Feb 14 2008 11:29 pm
Subject: Re: Controlling expand/collapse of Portal Side Navigation
Hi Jim,<br />
<br />
Thanks for the link, it was really helpful, and I've managed to implement the side navigation as indicated.  The only this is that on the site I downloaded the jar from it said that the code would expand a node when clicked and then collapse it when a different node is selected.  But the node doesn't collapse and can in fact never be collapsed.  Am I missing something?<br />
<br />
Thanks again for your help!<br />
Jen :)

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jim Barnes  
View profile  
 More options Feb 15 2008, 6:57 am
Newsgroups: ibm.software.websphere.portal-server
From: Jim Barnes <jwbar...@us.ibm.com>
Date: Fri, 15 Feb 2008 06:57:58 EST
Local: Fri, Feb 15 2008 6:57 am
Subject: Re: Controlling expand/collapse of Portal Side Navigation
most likely you have default expansion state set to true<br />
<br />
The above is to be used when default expansion state is set to false.<br />
It is talked about here<br />
http://publib.boulder.ibm.com/infocenter/wpdoc/v6r0/topic/com.ibm.wp.... %6f%6e%22%20%22%65%78%70%61%6e%73%22%20%22%73%74%61%74%65%22%20#srvcfgref__ cfgserv<br />
<br />
You need to log into the was admin console<br />
Go under resource environment providers<br />
then find WP Configuration service<br />
then go under custom properties<br />
edit this property<br />
navigation.expansion.defaultstate  and set it = false<br />
<br>
IBM Certified System Administrator -- WebSphere Portal V6.0, V5.1, V5.0<br>
IBM Certified Solution Developer -- WebSphere Portal V5.1, v6.0<br>
<br>
The postings on this site are my own and do not necessarily represent the positions, strategies, or opinions of IBM

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jennifer  
View profile  
 More options Feb 17 2008, 6:52 pm
Newsgroups: ibm.software.websphere.portal-server
From: Jennifer <Jennifer.Chand...@eBluePrint.com.au>
Date: Sun, 17 Feb 2008 18:52:22 EST
Local: Sun, Feb 17 2008 6:52 pm
Subject: Re: Controlling expand/collapse of Portal Side Navigation
Thanks Jim, but my navigation expansion is set to false.<br />
<br />
Actually, if I log into the admin console and go to: <i>Resources &gt; Resource environment providers &gt; WP ConfigService &gt; Custom properties</i> there is no navigation.expansion.defaultstate property listed.<br />
<br />
So I went and had a look in the <i>/opt/WebSphere/PortalServer/config/properties/ConfigService.properties</ i> file and can see that navigation.expansion.defaultstate is set to false.<br />
<br />
Is there anything else outside of the instructions that I need to do to make the navigation collapse automatically?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jim Barnes  
View profile  
 More options Feb 17 2008, 7:38 pm
Newsgroups: ibm.software.websphere.portal-server
From: Jim Barnes <jwbar...@us.ibm.com>
Date: Sun, 17 Feb 2008 19:38:44 EST
Local: Sun, Feb 17 2008 7:38 pm
Subject: Re: Controlling expand/collapse of Portal Side Navigation
very odd,  what exact version of portal are you on?  are you doing this with the default IBM theme?<br />
Can you post a screen shot of what it looks like?<br />
also if you could send me your themes I would take a look at them<br />
<br />
<br>
IBM Certified System Administrator -- WebSphere Portal V6.0, V5.1, V5.0<br>
IBM Certified Solution Developer -- WebSphere Portal V5.1, v6.0<br>
<br>
The postings on this site are my own and do not necessarily represent the positions, strategies, or opinions of IBM

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jennifer  
View profile  
 More options Feb 28 2008, 1:06 am
Newsgroups: ibm.software.websphere.portal-server
From: Jennifer <Jennifer.Chand...@eBluePrint.com.au>
Date: Thu, 28 Feb 2008 01:06:57 EST
Local: Thurs, Feb 28 2008 1:06 am
Subject: Re: Controlling expand/collapse of Portal Side Navigation
Hi Jim,<br />
<br />
We're on Portal 6.0.1.1, and using a custom built theme, which was built using the default IBM theme as a starting point.<br />
<br />
I can email you a screen shot and the theme files if that's possible as that would be very helpful in sorting this issue out.  For privacy reasons I can't post them on here at the moment.<br />
<br />
Thanks heaps for your help,<br />
Jen

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jim Barnes  
View profile  
 More options Feb 28 2008, 6:54 am
Newsgroups: ibm.software.websphere.portal-server
From: Jim Barnes <jwbar...@us.ibm.com>
Date: Thu, 28 Feb 2008 06:54:57 EST
Local: Thurs, Feb 28 2008 6:54 am
Subject: Re: Controlling expand/collapse of Portal Side Navigation
You can email them to me at the email address in my profile<br />
<br>
IBM Certified System Administrator -- WebSphere Portal V6.0, V5.1, V5.0<br>
IBM Certified Solution Developer -- WebSphere Portal V5.1, v6.0<br>
<br>
The postings on this site are my own and do not necessarily represent the positions, strategies, or opinions of IBM

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
khain...@sheetz.com  
View profile  
 More options Feb 28 2008, 10:13 am
Newsgroups: ibm.software.websphere.portal-server
From: khain...@sheetz.com
Date: Thu, 28 Feb 2008 10:13:43 EST
Local: Thurs, Feb 28 2008 10:13 am
Subject: Re: Controlling expand/collapse of Portal Side Navigation
Jen,<br />
<br />
I also wanted to be able to click on a side navigation page link and have it auto expand and show listed sub items without having to click on the "+ -" first and then also have it auto collapse when I click on another side navigation page link. We are using WebSphere Portal 6.0.1.<br />
<br />
Here are the steps I had to take to get it to finally work (got the files listed below from http://www-1.ibm.com/support/docview.wss?uid=swg21283387):<br />
<br />
  1. Changed the default expansion state from false to true in the ConfigService.properties file and then did step 5 in these instructions (http://publib.boulder.ibm.com/infocenter/wpdoc/v6r0/index.jsp?topic=/...) .. reboot portal server<br />
  2. Changed the default expansion state from true back to false in the ConfigService.properties file and then did step 5 again like in above steps (this should now show up in the Admin Console &gt; Resources &gt; Resource environment providers &gt; WP ConfigService &gt; Custom properties) ... reboot portal server<br />
  3. Saved the "URLUTIL60.jar" file to "/opt/IBM/WebSphere/PortalServer/shared/app" folder on my portal server<br />
  4. Copied their file “sideNav.jspf” and added it to our "sideNav.jspf" file in the folder "/opt/IBM/WebSphere/AppServer/profiles/wp_profile/installedApps/our server/wps.ear/wps.war/themes/html/our theme folder (I've attached our "sideNav.jspf" file)<br />
  5. Remember after making changes to the "sideNav.jspf" file you should also go into your "Default.jsp" file and add a space and then take it out so that you are then required to save that file<br />
  6. Rebooted our portal server and cleared my browser history before logging into the portal<br />
<br />
Hope this helps as I really like the side navigation now that I got the expand/collapse to work this way<br />
<br />
Katherine

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Amit  
View profile  
 More options Apr 4 2008, 5:29 pm
Newsgroups: ibm.software.websphere.portal-server
From: Amit <contactamit.shek...@gmail.com>
Date: Fri, 4 Apr 2008 14:29:08 -0700 (PDT)
Local: Fri, Apr 4 2008 5:29 pm
Subject: Re: Controlling expand/collapse of Portal Side Navigation
On Feb 14, 11:29 pm, Jennifer <Jennifer.Chand...@eBluePrint.com.au>
wrote:

> Hi Jim,<br />
> <br />
> Thanks for the link, it was really helpful, and I've managed to implement the side navigation as indicated.  The only this is that on the site I downloaded the jar from it said that the code would expand a node when clicked and then collapse it when a different node is selected.  But the node doesn't collapse and can in fact never be collapsed.  Am I missing something?<br />
> <br />
> Thanks again for your help!<br />
> Jen :)

Hi Jen, Can you please send me your code especially sideNav.jspf,
Styles_theme.jspf and default.jsp. I implemented the same but mine is
not working. I can't see the sub pages under page when we click on the
page but when I do a view Source I can see all the sub pages in that,
Please help since I am stuck with this problem from last 5 days,
Looking for an immediate response.

Amit :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »