PDA

View Full Version : Channel description HTML code cut off


Basit Kingz
08-14-2017, 10:33 AM
Hi experts,

Need help setting up a directory description in vBulletin 5.

I'm trying to add HTML code in channel (Forum category) to display an image mapped with different links of my forum.

But due number of lines when I save it. Some of code get cut off.


Can we increase the number of characters so that remaining code get placed ?

Please check screenshot :
https://vborg.vbsupport.ru/external/2017/08/4.png

noypiscripter
08-14-2017, 10:41 PM
You can implement it without utilizing the forum description by creating a new template hook in forumitem_below_description hook location. That location is below the forum description as the name implies.

Basit Kingz
08-15-2017, 05:46 AM
Thanks for your response.
Will it apply below that specific forum category. Or it will go under each forum category.

I need it under that specific category.

--------------- Added 1502803258 at 1502803258 ---------------

You can implement it without utilizing the forum description by creating a new template hook in forumitem_below_description hook location. That location is below the forum description as the name implies.

I did it.
But it's showing that HTML code in each forum section.

I wanted to apply it to specific section description.!
:(

noypiscripter
08-15-2017, 01:22 PM
You have to have a <vb:if> condition to only show it to a specific channel id.