Adding something next to welcome box!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rickyreter
    Member
    • Nov 2006
    • 81
    • 3.6.x

    Adding something next to welcome box!

    You know when you login, you see top, right hand corner it shows,

    "Welcome, user_name.
    You last visited: ....
    Private messages ..."

    Well, if you wanted to add something next to this place, just edit the "NAVBAR" template.

    From your admincp, > Styles & Templates > Styles Manager > pick your style and choose "edit templates" > navigation breadcrumb templates > select "navbar" > press edit button.

    note- if you have multiple styles in your forum then you should edit the same template for all the styles. if you only edit for one, it will only show up for that particular style.

    Skills - easy
    Time - 2 mins



    Find this code:
    HTML Code:

    <div class="navbar" style="font-size:10pt">
    <a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">
    <img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" />
    </a>
    <strong>$vboptions[bbtitle]</strong></div>
    </if>
    </td>

    and BELOW it, enter your own codes.
    HTML Code:

    <!-- your custom code whatever -->

    <td class="alt1">

    <!-- put your custom code here.. -->
    <!-- put a small button, paypal button, a text, your welcome own -->
    <!-- picture so that everyone knows you.. .. -->
    <!-- but don't delete the <td class="alt1"> code -->

    </td>

    <!-- end of custom code whatever -->

    Click Demo
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...