Topics/Posts on forum index - MYBB

Wood

Addicted
Joined
Aug 22, 2009
Messages
852
Reaction score
1
FP$
18,506
Well I need a little help, if any forumpromotion members can help me 😀
I posted this on mybb.com, but no one has answered me..

Okay my site is
Promotion-Tools.net
Well thats portal page that it brings you to, currently working on nav bar images but to see the forum go to
promotion-tools.net/forums.php

Okay, now I love this theme I got.. I never had a theme like this, the topics and posts of each forum aren't shown clearly.. You have to scroll over the forum to see posts and topics.
Now I want to edit it, so it looks like a regular theme where you can see every post/topic listed without having to mouse over the forum.
I tried looking at ACP > themes/templates > *THEME* > and everywhere
But can't find the file to edit this..
 
Have you checked the forumbit_depth2_forum? That's where the posts/threads code is usually.
 
Hmm.. Doesn't look like anything about that the posts, and topics. Although it does have last posts, description ect..

Code:
<tr class="{$bgcolor}">
<td  align="center" valign="middle" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td valign="middle">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}
<div class="stat2">
<div class="stat">{$lang->forumbit_posts} {$posts}{$unapproved['unapproved_posts']}   
  {$lang->forumbit_threads} {$threads}{$unapproved['unapproved_threads']}</div>
</div>
<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td  valign="middle" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
 
Post the forum depth one cat and forum. I will fix it for you.

Or you could fix it by resetting it to the original.
 
OMG. I got it fixed by reverting the 3 forumbit templates, and had to edit them a bit to get it right, but now posts and topics are there! Thanks alot. Want any FP$ for helping?
 
Wood said:
OMG. I got it fixed by reverting the 3 forumbit templates, and had to edit them a bit to get it right, but now posts and topics are there! Thanks alot. Want any FP$ for helping?
Nah I enjoy helping people .. ( yeah thats kinda nerdy .. bite me 😛 )
 
Back
Top Bottom