MyBB Community Forums

Full Version: The Cure for MyBB 1.6
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
audentio,

how do I remove the avatar next to the welcome back area?

If I were to enlarge the avatar area, how would I enlarge the entire section; both the avatar section and the welcome back area to say like 100X100.
Looking forward to an update

Quote:Note that you do not need to use header.psd, you can simply upload a png at 500x126 (px) If there are any issues, please let me know!

what do I name the png ? I tried uploading my logo.png and it didn't show up

Another question: What is the best way to change the image size for the footer logo? I uploaded a new logo but it is taller in size. The language selection box is centered on the logo and I want it below the logo. How would I fix that? For a temporary fix, I just removed the content from the footer_languageselect template but I would like to get the language selection back into the footer somehow.
Great job! Big Grin
Nice template thanks

is there also a dutch button set availleble
I've been using The Cure theme in MyBB forum. In addition, I'm installed Ficons v2 Plugins. When I activating the plugins, my theme looks ugly Undecided I've been modified some elements like Postbit section in template and now looks better Blush But, there still any error (see attachment below) Confused

Quote:
For real condition, check my forum:
http://www.kurabrazil.com/
and this subforum:
http://www.kurabrazil.com/informasi-umum...l-f-4.html

I don't know how to fix this problem Huh Please help me. Thanks.
(2011-03-15, 01:14 AM)safril Wrote: [ -> ]I've been using The Cure theme in MyBB forum. In addition, I'm installed Ficons v2 Plugins. When I activating the plugins, my theme looks ugly Undecided I've been modified some elements like Postbit section in template and now looks better Blush But, there still any error (see attachment below) Confused

Quote:
For real condition, check my forum:
http://www.kurabrazil.com/
and this subforum:
http://www.kurabrazil.com/informasi-umum...l-f-4.html

I don't know how to fix this problem Huh Please help me. Thanks.

Hello there,

Easy fix really. I just need to know whether you want the text "Forums" to show up directly above the forums themselves or to the left all the way above the on/off statusicons.

Thanks,
Mike
Sorry, my English too bad Wink I want the "Forum" text to the left all the way above the on/off status icons (in 2nd screenshot). I found that for the 2nd screenshot need any changes in Templates-The Cure-forumdisplay_subforums. I'm just adding (colspan="2") in that section. But I'm not really sure that I'm using the code to it's right position.See code below:

forumdisplay_subforums
<div class="thead_main"><div class="thead_left"><div class="thead_right"><div class="thead_text">
<strong>{$lang->sub_forums_in}</strong>
</div></div></div></div>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="tcat tcat_left" width="2%" colspan="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 tcat_right" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>
<div class="tfoot_main"><div class="tfoot_left"><div class="tfoot_right"></div></div></div>
<br />

For example, see:
http://www.kurabrazil.com/informasi-umum...l-f-4.html
http://www.swimforums.net/forum-1.html
http://indosale.com/Forum-Buy-Sell
We're using the same theme and have the same problem..

N/B: The 1st screenshot problem fixed
Nice Share Cool
(2011-03-19, 12:37 PM)Rizkieyp Wrote: [ -> ]Nice Share Cool


Great Theme.

I want to resize the weight from total 960px to e.g. 90%.

Body-area works fine with 90%, but the header-area still have 960px.

Where I must change the values?

THX

Best regards ... tc
You must change
#header .header_main {
	width: 960px;
}
in global.css.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22