On my forum, it's showing the number of threads as posts, and the number of posts as threads, not sure if that makes sense, but you can see it here:
http://www.zamorak.net
Look at the runescape guides section, it says Posts:1 Threads: 4 when it really should be the other way around.
any help would be appreciated, thanks.
^ antimalware saying that above site's IP address is known as a malware site..
its just a forum :O i can just show you on teamview if you want, i won the domain in an auction so idk if there was something wrong with it before i got it
anyone?
Maybe the language pack being used is in right-to-left mode. Check the language pack settings in The ACP.
The solution is simple: the numbers are in the correct order: first the number of threads, second the number of posts. It's just an error in your theme.
Go to the template section in admin control panel, your theme name, edit the template
forumdisplay_subforums
It should read something similar to this to show the correct header info:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="5" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
<tr>
<td class="tcat" width="2%"> </td>
<td class="tcat" width="59%"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>
You can see the
{$lang->forumbit_threads} standing
before {$lang->forumbit_posts}. I suspect it's the other way around in your template.
Greetings
atnun
Hello, I have tried what atnun said and it didnt work, does anyone else know how to fix it?
anyone?
Your forum requires login, if you provide us an example user to see what happens, we might be able to help you.
sure,
user:test123
pass:boomboom
bump...