Quantcast
Channel: Product Communities
Viewing all articles
Browse latest Browse all 105279

Blog Post: Control the amount of folders in the Navigation WebPart

$
0
0

Want to limit the amount of folder seen in ProjectWise WebParts? Simple!

In SS3 and previous version:

1. Navigate to the folder where WebParts is deployed to. (Site location usually is c:\inetpub\wwwroot if is deployed to IIS default website)
2. Open ecom.config in notepad
3. Scroll to the setting below and change 100 in the quotes to an amount to reflect how many folders you want to show in the tree on the Navigation WebParts and Save the file

<!-- Number of items to be shown on one page of navigation tree.-->
<add key="TreePageSize" value="
100" />

 4. Re-launch the ProjectWise WebParts site and login. The change will be reflected. 

In SS4:

1. Navigate to the folder where WebParts deployed to and navigate in to ...Resources\WebControls\ProjectWise. (Site location usually is c:\inetpub\wwwroot if is deployed to IIS default 
2. Open tree.ascx in notepad
3. Scroll to the setting below and change 100 in the quotes to an amount to reflect how many folders you want to show in  the tree on the Navigation WebParts and Save the file

<ec:TreeControl ID="tree" runat="server" CssClass="Tree" SkipLinkText="" ExpandDepth="0" PageSize="100">

 4. Re-launch the ProjectWise WebParts site and login. The change will be reflected. 

If you have trouble or need help please do not hesitate to contact the ProjectWise Technical Support Team.


Viewing all articles
Browse latest Browse all 105279

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>