Hi
I'll attempt to explain!!!
We changed replaced the standard logo, which serves as 'Powered By Crystal' with a link to the BO website (pb_blue_sml.gif) with a company logo, and replaced the link with one to our corporate website.
I am attempting to add ANOTHER, next to that logo/link which will direct users to another location (URL). I am trying to establish how the coding in CSP pages in EN folder in the ePortfolio have been put together. So that I can add said new logo/link.
The thing that I could not/ cannot get my head around are the <%...%> bits, which I assume is some sort of dynamic scripting. I however figured out that if I use standard HTML code outside these areas, I can obtain the same result, which is musch simpler.
New code therefore will look something like (in available.csp)...
Code:
%>
<table width="100%">
<tr><td>
<%= PwrByLink %>
</td>
<td>
<a href="[URL unfurl="true"]http://www.blah.com/"><img[/URL] src="/crystal/enterprise10/ePortfolio/en/images/aims.gif" alt="Powered by Ashridge //IS & T" title="Powered by Ashridge IS & T" border=0></a>
</td></tr>
</table>
<%
The existing PoweredBy link still remains
, and the new link is in the next table
Code:
<a href="[URL unfurl="true"]http://www.blah.com/"><img[/URL] src="/crystal/enterprise10/ePortfolio/en/images/aims.gif" alt="Powered by Ashridge //IS & T" title="Powered by Ashridge IS & T" border=0></a>
The problem was I could not understand why there was a difference between the view source code, and the available.csp. I also could not understand if available.csp contained the link <%= PwrByLink %>, it must have called that from soemwhere, and if so, from where, I nedded to find the source, make a similar adjustment, and work my way back to available.csp.
Now that I realised that I do not have to worry about such dynamic scripts if its outside <% and %>, no worries.
Now this whole explanation, is in my mind capturted very well with the initial question "Is it possible to add links (for example URL's) to ePortfolio. And where and how is this done?"
EO
Hertfordshire, England