The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]()
nope parse error i am running version 2.3.2
|
#12
|
|||
|
|||
![]()
when i sorted it out, well once i changed the html. The thread title doesn't show up. Weird look
|
#13
|
|||
|
|||
![]()
here
|
#14
|
|||
|
|||
![]()
the above is from using your modified code:
Code:
// Top 10 Thread Replys // Top 1 Most Popular Thread $pop1 = $DB_site->query('SELECT title,threadid,views FROM thread ORDER BY views DESC LIMIT 1'); while ($pop1top = mysql_fetch_array($pop1)): ++$pop1topnbsp; $pop1title .= "<a href=showthread.php?s=$session[sessionhash]&goto=lastpost&threadid=$pop1top[threadid]>$pop1top[title]</a>"; $pop1views .= "$pop1top[views]"; |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|