The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Member Info Block Displaying nothing?
When I make my own member profile tab, nothing shows up, here is the code:
Code:
<div class="alt1 block_row"> <fieldset><legend>$vbphrase[vbplaza_gifts]</legend> <div> $post[giftsdisplay] </div> </fieldset> </div> |
#2
|
||||
|
||||
$post is not an available variable on the member.php page. You need to look at the code for the page to see what variable is being used. Could be $userinfo or $prepared. You may have to also create a plugin to add the field to the query or it won't be available for use.
You may need to ask for help in the modification thread since those of us out here don't know exactly how the mod is set up (for instance, I have no idea what table the giftsdisplay field is in, nor do I know anything about the format it is in and whether something may need to be done with it to make it presentable.) |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|