jrmsystems
09-17-2013, 10:21 AM
After the upgrade to vB5 it was kind of a disappointment to see that NOTHING of the vB4 template structure is there anymore.
I had quite a bunch of fully customized templates displaying the forum exactly the way I want, with modifications in e.g. FORUMDISPLAY, forumhome_forumbit_level1_nopost, postbit_legacy and SHOWTHREAD.
So back to the drawing board again for vB5, as none of the above templates seem to exist in vB5, or have been renamed so that I can't find them anymore.
The main thing I had changed in vB4's forumhome_forumbit_level1_nopost, was the ability to show a specific image per "parent" forum, based on the forum ID with the following code:
<vb:if condition="($forumid == 123)"><a href="http://LINK TO SUBFORUM"><img src="THE IMAGE.png")" /></a></vb:if>
If I would like to do exactly that in vB5, where do I look and can I use that same code?
Any help would be very much appreciated. Thank you in advance!
I had quite a bunch of fully customized templates displaying the forum exactly the way I want, with modifications in e.g. FORUMDISPLAY, forumhome_forumbit_level1_nopost, postbit_legacy and SHOWTHREAD.
So back to the drawing board again for vB5, as none of the above templates seem to exist in vB5, or have been renamed so that I can't find them anymore.
The main thing I had changed in vB4's forumhome_forumbit_level1_nopost, was the ability to show a specific image per "parent" forum, based on the forum ID with the following code:
<vb:if condition="($forumid == 123)"><a href="http://LINK TO SUBFORUM"><img src="THE IMAGE.png")" /></a></vb:if>
If I would like to do exactly that in vB5, where do I look and can I use that same code?
Any help would be very much appreciated. Thank you in advance!