Log in

View Full Version : Thread view Update


Markro
03-09-2009, 02:36 PM
I'm trying to figure out how to show the replies and total thread views inside that thread.

For example:

Once you click a thread, at the top it will show:

Replies: 50 - Views: 50

Anyone know which vBulletin variables should be used?

I did search the modification forum and I didn't find anything.

Thanks for any assistance,

Marco van Herwaarden
03-09-2009, 03:12 PM
Try:

$foruminfo[replycount]

and:

$foruminfo[views]

Markro
03-09-2009, 03:31 PM
Try:

$foruminfo[replycount]

and:

$foruminfo[views]

Thanks for the suggestion.

I tried this along side text "Replies:" and "Views:" no result, nothing was displayed.

Marco van Herwaarden
03-09-2009, 03:38 PM
Sorry, my mistake. Replace $foruminfo by $threadinfo.

Markro
03-09-2009, 03:42 PM
Sorry, my mistake. Replace $foruminfo by $threadinfo.

Perfection!

Thank you for the insight, you have provided me with the solution :)