The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]() Quote:
I am needing a query to show number of replies from 10 threads (for 10 hosting companies that I am listing on my page) for example: $id4895 = count_replies(4895); $id7894 = count_replies(7894); $id674 = count_replies(674); $id4563 = count_replies(4563); ... count_replies function will is a function that contained queries depends on thread id. and on test.php I will assign these $templater->register('id4895 ', $id4895 ); $templater->register('id7894 ', $id7894 ); $templater->register('id674 ', $id674); .... After that I can show {vb:raw id4895} {vb:raw id4895} {vb:raw id674} on my template and they will show number of replies for each thread id. The problem that I am caring is queries to get number of replies on each thread can make my forum or that page loads slowly or not. Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|