PDA

View Full Version : List bbcode not working on Pages (bbcode page)


Dragonsys
06-15-2010, 03:43 AM
I have this in the bbcode area of the page:


Receive $5 off the purchase of your first TFBA T-Shirt
Receive a FREE TFBA Logo 3"X 3" Full Color Vinyl Window Sticker
Receive 10 FREE "Nice F-Body" cards to leave on other owners' cars to tell them about our club
Gain access to hidden "Members Only" sections of TFBA website.
Be able to use a custom Title on the TFBA website.
Invitations to Member's Only Events
Access to the F-Body Areas at the Texas State Fair
Be eligible to run as a board member or officer of the TFBA.
Have one vote in any Association matters, elections, etc.
Get accurate monthly reports of Association funds, members, budget, etc...


but this is how it displays:
Receive $5 off the purchase of your first TFBA T-Shirt
Receive a FREE TFBA Logo 3"X 3" Full Color Vinyl Window Sticker
Receive 10 FREE "Nice F-Body" cards to leave on other owners' cars to tell them about our club
Gain access to hidden "Members Only" sections of TFBA website.
Be able to use a custom Title on the TFBA website.
Invitations to Member's Only Events
Access to the F-Body Areas at the Texas State Fair
Be eligible to run as a board member or officer of the TFBA.
Have one vote in any Association matters, elections, etc.
Get accurate monthly reports of Association funds, members, budget, etc...

and it should look like this:

Receive $5 off the purchase of your first TFBA T-Shirt
Receive a FREE TFBA Logo 3"X 3" Full Color Vinyl Window Sticker
Receive 10 FREE "Nice F-Body" cards to leave on other owners' cars to tell them about our club
Gain access to hidden "Members Only" sections of TFBA website.
Be able to use a custom Title on the TFBA website.
Invitations to Member's Only Events
Access to the F-Body Areas at the Texas State Fair
Be eligible to run as a board member or officer of the TFBA.
Have one vote in any Association matters, elections, etc.
Get accurate monthly reports of Association funds, members, budget, etc...


Any Ideas why this bbcode is not displaying properly?
You can see it here - http://forums.texas-fbody.org/portal.php?pageid=member_info

Brian
06-15-2010, 11:08 AM
Thank you for pointing this out. You should be able to correct the issue by replacing the content of your 'adv_portal_module_wrapper' template with the following code:
{vb:raw mods.formcode}

<div class="collapse" style="padding-bottom: {vb:raw vba_style.portal_vspace}px;">
<h2 class="blockhead">
<strong>{vb:raw vba_style.portal_blockbullet} <vb:if condition="$mods['link']"><a href="{vb:raw mods.link}">{vb:raw mods.title}</a><vb:else />{vb:raw mods.title}</vb:if></strong>
<vb:if condition="$vba_style['portal_collapsemods']">
<a class="collapse" id="collapse_module{vb:raw mods.collapse}" href="{vb:raw relpath}#top" style="top: 6px"><img src="{vb:stylevar imgdir_button}/collapse{vb:raw mods.collapseimg}.png" alt="" /></a>
</vb:if>
</h2>

<div class="vba_module blockbody" id="module{vb:raw mods.collapse}"<vb:if condition="($mods['useshell'] & $vba_shellint['collapse'])"> style="display: none"</vb:if>>
<vb:if condition="$show['table']">
<table align="center" border="0" cellpadding="0" cellspacing="0" class="blockrow" width="100%">
{vb:raw modulehtml}
</table>
<vb:elseif condition="$mods['inctype'] == 'bb_code'" />
<blockquote class="postcontent restore">
<div class="bbcode_container">
{vb:raw modulehtml}
</div>
</blockquote>
<vb:elseif condition="$show['divrow']" />
<div class="blockrow">
{vb:raw modulehtml}
</div>
<vb:else />
{vb:raw modulehtml}
</vb:if>
</div>
</div>
<vb:if condition="$show['endform']"></form></vb:if>

Our Sponsors
 

Dragonsys
06-16-2010, 01:47 AM
I replaced that template and it still looks the same.

Brian
06-17-2010, 10:20 AM
Are you sure you replaced the template in the correct style? Your source code still shows the original code without my changes.

Our Sponsors
 

Dragonsys
06-17-2010, 11:03 AM
Yep, I only have the one style. Let me try again. I was having issues the other day with editing templates, maybe this one did the same thing.

I just deleted everything inside the adv_portal_module_wrapper template. Saved it and verified that the page did not display.
Then I copied what you have above, pasted it into the template and saved it, and it still looks the same.