MyBB Hacks

Full Version: can Xthreads make like this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
sorry if my thread is misplaced.

here I want to ask. Xthreads can make room in MyBB.com be like the following picture? Rules

[attachment=708]

the picture explains, when the room is at the click of the site will be open to the page http://blog.mybb.com

apologize if the language of chaos and not understood Winktongue

Xthreads can do it? Yipi
The easiest way is (I think), put the link directly into your forumbit_depth2_forum template.

Something like this:
  1. Create a new category.
  2. Create a new forum in the category above
    • Put a redirect link in the Forum Link setting.
    • Use a template prefix, for example: myann_
  3. Create a new template in your Global Templates:
    myann_forumbit_depth2_forum

    HTML Code
    <tr>
    <td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
    <td class="{$bgcolor}" valign="top">
    <strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
    </td>
    <td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
    <td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
    <td class="{$bgcolor}" valign="top" align="left" style="white-space: nowrap">
    <div class="smalltext"><strong>XThreads Download: <a href="http://mybbhacks.zingaburga.com/showthread.php?tid=288">Download XThreads</a></strong></div>
    <div class="smalltext"><strong>MyBB Hacks: <a href="http://mybbhacks.zingaburga.com">MyBB Hacks</a></strong></div>
    </td>
    </tr>

    Basically, you only need to replace the {$lastpost} variable with the links.
    Modify it as your needs.

thank RateU, you are amazing Smile
Reference URL's