The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Profile block issue...
Don't know how to keep from coming here. LOL
Here goes, I am trying to get my quote portion to work on the profile block but it won't. It shows the Quotes tab then when you click it you see 2 things, only one should show and I have items in the database that are registered to the account so I'm not sure why its not showing up. member_build_blocks_start: PHP Code:
HTML Code:
<tr> <td class="alt1">{vb:var uname}</td> <td class="alt1">{vb:raw quote_text}</td> </tr> Cheers and thanks Steve |
#2
|
||||
|
||||
Could you post the 'memberinfo_block_bfc_quote' template content? Thanks.
|
#3
|
|||
|
|||
Sure, here it is.
memberinfo_block_bfc_quote: HTML Code:
<table class="tborder" cellpadding="{vb:stylevar cellpadding}" cellspacing="{vb:stylevar cellspacing}" border="0" width="100%" align="center"> <tr> <td class="thead" width="25%">Username</td> <td class="thead" width="75%">Quote</td> </tr> <div class="alt1 block_row"> <ul class="list_no_decoration"> {vb:raw block_data.bfc_quote} </ul> </div> </table> |
#4
|
||||
|
||||
As I don't have the table structure, i can't test that part, but for all parts, works for me.
Plugin code: PHP Code:
HTML Code:
<div id="view-mybfc_quote" class="<vb:if condition="$selected_tab == 'mybfc_quote'">selected_view_section<vb:else />view_section</vb:if>"> <h3 class="subsectionhead" id="mybfc_quote"> <span class="subsectiontitle">Quotes</span> </h3> <h4 class="subsectionhead-understate" id="mybfc_quote-info">Quotes</h4> <div class="subsection"> <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center"> <tr> <td class="thead" width="25%">Username</td> <td class="thead" width="75%">Quote</td> </tr> {vb:raw block_data.bfc_quote} </table> </div> </div> HTML Code:
<tr> <td class="alt1">{vb:var uname}</td> <td class="alt1">{vb:raw quote_text}</td> </tr> |
#5
|
|||
|
|||
TYVM, I will test tomorrow.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|