Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Optional filefolderlistportletcontent.jsp customization
JodyW
In the mashboard install instructions, it references an optional customization to filefolderlistportletcontent.jsp. However, there was no corresponding file in the mashboard installation files that I downloaded. Since it's a small modification, can someone just update this thread to show me what the updated code is supposed to be?
Find more posts tagged with
Comments
bhanley
The instructions state what the changes are (unless I am missing the point of your question). <br />
<br />
Add the following to <strong class='bbc'>filefolderlistportletcontent.jsp</strong><br />
<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>
<jsp:include page="/iportal/activePortal/private/common/breadcrumb.jsp" flush="true"/>
<%@ include file="/iportal/activePortal/private/filesfolders/filefolderlistcontentcommon.jsp" %>
</pre>
<br />
<br />
And for <strong class='bbc'>htmlportlethead.jsp</strong><br />
<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>
//openNewDefaultWindow(sUrl, sBrowserNewWindowName);
location.href = sUrl;
</pre>
JodyW
Thanks for providing the lines of code. I'm sure it's obvious to most how to code the change, but unfortunately, not for me. Perhaps you could update the doc referenced below to include them. <br />
<a class='bbc_url' href='
http://www.birt-exchange.org/wiki/Actuate_Mashboard_Installation/'>Actuate
Mashboard Installation - BIRT Wiki - BIRT Exchange</a>