The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Table coming up blank. Everything else was peachy.
I kind of troubleshot it down to roughly where it is, seems my fetch_template() calls aren't doing their job properly. Called from DB, if my query wasn't successful, surely it'd have fetched the error template (no num_rows) Anyway... the stuff. File: guild.php Incompleted. PHP Code:
Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title>$vboptions[bbtitle]</title> $headinclude </head> <body> $header $navbar <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat" colspan="6" style="text-align: center; vertical-align: middle"> <strong>$vbphrase[guild_memberlist]</strong> </td> </tr> <tr> <td class="tcat" colspan="1" style="text-align: center; vertical-align: middle"> <strong>$vbphrase[guild_desc_username]</strong> </td> <td class="tcat" colspan="1" style="text-align: center; vertical-align: middle"> <strong>$vbphrase[guild_desc_rank]</strong> </td> <td class="tcat" colspan="1" style="text-align: center; vertical-align: middle"> <strong>$vbphrase[guild_desc_class]</strong> </td> <td class="tcat" colspan="1" style="text-align: center; vertical-align: middle"> <strong>$vbphrase[guild_desc_profession]</strong> </td> </tr> $endtemplate <tr> <td class="tcat" colspan="7" style="text-align: center; vertical-align: middle"> <strong>$vbphrase[guild_memberlist]</strong> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> $footer </body> </html> Code:
<tr> <td style="text-align: center; vertical-align: middle"> <a href="member.php?u=$memberlist[userid]">$memberlist[musername]</a> </td> <td style="text-align: center; vertical-align: middle"> <if condition="$memberlist[field5]"> $memberlist[field5] </if> <if condition="!$memberlist[field5]"> Undisclosed. </if> </td> <td style="text-align: center; vertical-align: middle"> <if condition="$memberlist[field6]"> $memberlist[field6] </if> <if condition="!$memberlist[field6]"> Undisclosed. </if> </td> <td style="text-align: center; vertical-align: middle"> <if condition="$memberlist[field7]"> $memberlist[field7] </if> <if condition="!$memberlist[field7]"> Undisclosed. </if> </td> </tr> Code:
<tr><td>There are no members in this group.</td></tr> Outcome: See attachment screenshot. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|