sorry if my thread is misplaced.
here I want to ask. Xthreads can make room in MyBB.com be like the following picture?
[
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
Xthreads can do it?
The easiest way is (I think), put the link directly into your forumbit_depth2_forum template.
Something like this:
- Create a new category.
- Create a new forum in the category above
- Put a redirect link in the Forum Link setting.
- Use a template prefix, for example: myann_
- 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