MyBB Community Forums

Full Version: Forum too small
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I think no prefix fits this thread so i didn't put any.
Hi members of MyBB forum, i need help. This plugin looks great and stuff but it has a tiny little problem... 
The thing in forum is too small and i don't know how to resize it, any help?

Additional links: Picture (also is it possible to rename that "~Recent Threads~" to just Recent Threads or New Threads or Hot Threads..idk).
Forum
Plugin i used

Any help is welcome !
Quick Edit: I don't think there is use of 2 same things...in a picture you can see it shows ~Recent Threads~ twice with same threads...how can i fix that ?
1] what exactly is in small size ? can you show it with an image

2] navigate to index template of your forum's active theme
& ensure that {$recentthread_headerinclude} & {$recentthreadtable} exist only once

forum admin panel >> Templates & Style >> Templates >> igame templates >> index page templates >> index

3] find code like below in recentthread template and remove 2 occurrences of symbol ~
<div><b>~ {$lang->recentthreads_recentthreads} ~</b></div>

*] see also templates guidance
Hey, thanks for reply.
With 'small size' i meant this.
Example of normal lenght: Image
Example of smaller size (problem): Image

Confirming it exists:



<html>
<head>
{$recentthread_headerinclude}
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}{$recentthread_headerinclude}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$forums}<div id="recentthreads">{$recentthreadtable}</div>
{$recentthreadtable}
{$boardstats}
{$dvz_shoutbox}


<br class="clear" />
{$footer}
</body>
</html>


I have no idea why is there so many of them i am sure i pasted only 2 but okay.


I didn't understand your last line, what am i supposed to remove and from where ? If i am not wrong, from that same index page to remove following:

<div><b>~ {$lang->recentthreads_recentthreads} ~</b></div>

Because i don't see that line in index page.
Only thing that is similar and is in index is:

{$forums}<div id="recentthreads">{$recentthreadtable}</div>

Is that it ?
^ on the index template of the theme
remove {$recentthread_headerinclude} after <head> and keep <div id="recentthreads">{$recentthreadtable}</div>
remove its next line ---> {$recentthreadtable}

the plugin adds a templates group in your existing themes' templates. look for recentthread templates.
(see templates guidance)

recentthread templates group contains a template named recentthread
in that template, you can remove earlier suggested ~ symbol

And change colspan to 5 in code line similar to below
<td class="thead{$expthead}" colspan="4" style="text-align:left; font-size: 10pt;">
I removed files you told me to, now there's only one and that's good..But... Where is recentthread templates.... i checked templates guidance but i am obviously missing something...I can't seem to find it. Help?

Oh, found it. It is not in my theme it is in global templates, i will edit post if i fixed it successfully.

Okay it worked, but now i got 2 problems.

1) There is this little "button" on every section that shows/hides section, so does "Recent Threads" but only on that section (i wrote section so many times, idk how is it called xD) that button is not working.
2) I want "Recent Threads" to be on top instead of bottom of forum.

m, still here?

Picture 1: Click (upper right corner)
Picture 2: Click

One more edit: I was messing a little with this and re-read what .m. typed and somehow replaced "Recent Threads" up to top of the forum ^_^
So now only problem left is that tiny button showed in pictures.
Sorry for spam and .m. thanks so much, a guy can learn so much from you ^_^
Can anyone solve this last problem please?
^ would you like to PM me temporary access to forum admin panel to check it ..