The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
here is the JOURNAL template:
HTML Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title>$vboptions[bbtitle] - vB Journal Index:</title> $headinclude </head> <body> $header $navbar <table border="0" align="center" width="100%"> <tr> <td> <table class="tborder" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" border="0" align="center" width="100%"> $recententrybits </table> </td> </tr> <tr> <td> <table class="tborder" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" border="0" align="center" width="100%"> <tr> <td class="tcat" colspan="5">Journals for $vboptions[bbtitle]</td> </tr> <tr> <td class="thead">Journal Name|Description</td> <td class="thead">Views</td> <td class="thead">Entries</td> <td class="thead">Rating</td> <td class="thead">Last Entry</td> </tr> $journalbits </table> </td> </tr> </table> <br /> $footer </body> </html> |
#12
|
||||
|
||||
anyone?
|
#13
|
|||
|
|||
Looks like you forgot <tr> tags around $recententrybits in the JOURNAL template
try this... HTML Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title>$vboptions[bbtitle] - vB Journal Index:</title> $headinclude </head> <body> $header $navbar <table border="0" align="center" width="100%"> <tr> <td> <table class="tborder" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" border="0" align="center" width="100%"> <tr> $recententrybits </tr> </table> </td> </tr> <tr> <td> <table class="tborder" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" border="0" align="center" width="100%"> <tr> <td class="tcat" colspan="5">Journals for $vboptions[bbtitle]</td> </tr> <tr> <td class="thead">Journal Name|Description</td> <td class="thead">Views</td> <td class="thead">Entries</td> <td class="thead">Rating</td> <td class="thead">Last Entry</td> </tr> $journalbits </table> </td> </tr> </table> <br /> $footer </body> </html> |
#14
|
||||
|
||||
actually journal_latestentrybits has <tr> tags in it so i wouldnt have to use <tr> tags in the JOURNAL template but thanks for the help
|
#15
|
||||
|
||||
ok fixed it thanks all
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|