PDA

View Full Version : vBulletin: Help: Paid Subscriptions



iLogan
07-01-2010, 09:27 PM
You see how Habbox has for its Christmas VIP where it had text then below it had paypal ect. How do you put the text above?

Lee
07-01-2010, 09:49 PM
You need to go to the styles manager, edit templates, find Subscriptions (Paid) and then at the top add;



<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>

<td class="tcat" width="100%">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('my_table')"><img id="collapseimg_my_table" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_my_table].gif" alt="" border="0" /></a>
<div style="text-align: center;">
New Table Title
</div>
</td>
<tbody id="collapseobj_my_table" style="$vbcollapse[collapseobj_my_table]">
</tr>

<tr>

<td class="alt1" width="100%">
<div class="smallfont">
[snip]
</div>
</td>

</tr>
</table>


and replace the New Table Title with SMS Payments or somet as a title, and replace [Snip] with the content.

iLogan
07-01-2010, 09:54 PM
Excellent Thanks

Thread Closed

Want to hide these adverts? Register an account for free!