PDA

View Full Version : Some Text on New Thread based on Forum id


BUDIMAN
01-16-2012, 03:47 PM
i want put text on some showthread based on forumdisplay id

image1 New thread From forumthread id : 1

image2 New thread From forumthread id : 5

see attach image

Lynne
01-16-2012, 09:29 PM
To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)

There is an article in the vb4 article forums on vb4 conditions you may want to look at.

BUDIMAN
01-22-2012, 08:32 PM
To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)

There is an article in the vb4 article forums on vb4 conditions you may want to look at.

i still cannot find what i want...
please who expert here

Lynne
01-23-2012, 06:25 PM
Did you find the name of the template to edit? What code have you actually written already? What conditions did you try?

TeamSempoi
02-07-2012, 07:23 PM
i also need it.. can i get the code ??

--------------- Added 1328646390 at 1328646390 ---------------

Code for show thread

but i need for newthread

<vb:if condition="$thread['forumid'] == x">This is some text in forumid x only</vb:if>