MyBB Community Forums

Full Version: Default rounded corners theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Has anyone an easy fix for this problem?
Great skin...
(Attached)
This is Firefoxwiz's?

Im not sure how to fix it without looking at the css or source code, but it looks like a margin problem.

Link me to your board and Ill tell you how to fix.
yes...i have searched but cant find a way to contact them...thanks
not installed as yet.
Had it up and then took off when I saw that jumbled bit
That must be an older template...

Open the Forum Display /forumdisplay_threadlist template, at the bottom find this:

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;" >
	<tr>
		<td class="trow1">
			<table width="10%" border="0">
				<tr>
					<td>
						<table cellspacing="0" cellpadding="2" style="white-space: nowrap; border: none">
							<tr>
								<td>
								<img src="{$theme['imgdir']}/newfolder.gif" alt="{$lang->new_thread}" />&nbsp;&nbsp;<span class="smalltext">{$lang->new_thread}</span><br />


Change the 10% to 100%.. should fix it. Wink

Edit: Showed the wrong template.. Sad

DjPete Wrote:Has anyone an easy fix for this problem?
Great skin...
(Attached)
Thankyou,
can I get a newer template/theme then?

or where exactly is that file located?
That's up to FFW to upgrade the template... I also showed the wrong fix in the above post which has been rectified.

You were a bit too quick for me... Wink

You can also search the theme.xml for
<img src="{$theme['imgdir']}/newfolder.gif" alt="{$lang->new_thread}"

It should take you to the right area to change the code before you install the theme. Wink
i got it but then I replaced the wholetemplate page..and that gave me sqaure borders again!!!
will have to try to just reupload that forumdisplay_threadlist file from the rounded border theme again and then modify just that bit as you said...where the hell will I fing that though...is it in the theme.xml?
Install the theme then go to:

AdminCP / Templates / (Modify / Delete) / Your Theme / Expand / Forum Display Templates / forumdisplay_threadlist /

Find:

{$inlinemod}

Below it Find:

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;" >
	<tr>
		<td class="trow1">
			<table width="10%" border="0">
				<tr>
					<td>

And that is where you have to change the 10% to 100% Wink and that should fix the jumbled mess...

But it appears that you are also talking about the space between the threadlist and the blue footer.. ??

Your first post is a bit vague on what you are actually concerned about. Sad
no that is the only prob but there may be one more question...will do that first thanks guys
thats fine all done
appreciate the help guys..thankyou!