Channel titles html

0
No votes yet

Titles within channels in IV are limited to 150 before wrapping due to an html template.
It looks like right before this channel code:
span id="p_chan_title_txt" class="uportal-text"
There is this code that is limiting it:
td width="150"

Has anyone found where this code is located so this can be changed? In IE6 all the channel titles are wrapping if they're too long.

I've included an channel example to show how the titles are wrapping.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Channel titles html

Here's the fix from support, took out the td width and it worked perfect. It doesn't push the channels out any wider and wraps when the channel is smaller then the title. And it doesn't wrap when the channel is wide enough.
(/ is in place of < and >)
--------------------
Looking at the code, this content channel parameters seem to reside within $CP_ROOT\webapps\luminis\WEB-INF\cars\content.car file:

/td width="150"/ /span class="uportal-text" id="p_chan_title_txt"/

It's located within com\sct\pipeline\uportal\channels\content\stylesheets\contentchannel.xsl
You'll need to unjar content.car file, make appropriate changes, then re-jar.
Webserver will need to be restarted for changes to take effect. Please make sure to create a backup of the content.car file before modifications take place.
--------------------