Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2009
    Posts
    4,289
    Tokens
    2,022
    Habbo
    iLogan

    Latest Awards:

    Default vBulletin: Help: Paid Subscriptions

    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?
    ex-hxl manager
    ex-event organizer
    ex-gfx designer
    ex-competition staff
    ex-content staff
    OFWGKΔ

  2. #2
    Join Date
    Oct 2006
    Location
    United Kingdom
    Posts
    4,753
    Tokens
    1,860
    Habbo
    ,Alpha,

    Latest Awards:

    Default

    You need to go to the styles manager, edit templates, find Subscriptions (Paid) and then at the top add;

    Code:
    <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.

  3. #3
    Join Date
    Apr 2009
    Posts
    4,289
    Tokens
    2,022
    Habbo
    iLogan

    Latest Awards:

    Default

    Excellent Thanks

    Thread Closed
    ex-hxl manager
    ex-event organizer
    ex-gfx designer
    ex-competition staff
    ex-content staff
    OFWGKΔ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •