Solved: 14 Years, 4 Months ago Double Double Double
#11
Solved: 14 Years, 4 Months ago
Thanks, the profile comments worked.
The MyPlaza didn't though. The amount of money now shows 3 times... is it because I didn't delete the old files, and just replaced them instead?
I'm sorry for the double post. But I just found out that the theme I'm using this is what is causing the trouble.
I assigned the Default MyBB theme as the default theme, went to check out a post, and the money was now showing once. Assigned the Freshblue theme as the default and it was showing three times.

Please help guys... I really like this theme, and the plaza plugin was keeping my members active.
#12
Solved: 14 Years, 4 Months ago
Can you give us the contents of your postbit_author_user template. (Templates & Styles --> Your Theme Templates --> Postbit Templates --> postbit_author_user)
Thanks, Polarbear541
#13
Solved: 14 Years, 4 Months ago
Sure.

Quote:<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="1" class="tborder" style="font-size:11px">
<tr>
<td class="trow3" align="center">
{$lang->postbit_posts} {$post['postnum']}
</td>
</tr>
<tr>
<td class="trow3" align="center">
{$lang->postbit_group} {$usergroup['title']}
</td>
</tr>
<tr>
<td class="trow3" align="center">
{$lang->postbit_joined} {$post['userregdate']}
</td>
</tr>
<tr>
<td class="trow3" align="center">
{$lang->postbit_status} {$post['onlinestatus']}
</td>
</tr>
<tr>
<td class="trow3" align="center">
{$post['replink']}
</td>
</tr>
<tr>
<td class="trow3" align="center">

{$post['warninglevel']} </td>
</tr>
</table>
#14
Solved: 14 Years, 4 Months ago
Oh hang on the MyPlaza postbit parts are in the postbit template. This is what makes it work:
<span class="smalltext"><a href="{$mybb->settings['bburl']}/plaza.php">{$lang->money}</a>: <span id="postmoney_{$post['pid']}">{$post[MYPLAZA_MONEY_COLUMN]}</span></span><br />

That only needs to appear once. Remove any extras.
Thanks, Polarbear541


Forum Jump:


Users browsing this thread: 1 Guest(s)