MyBB Community Forums

Full Version: Theme wanted
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I am lookin fro some theme like www . aywe . com
where on right/left navigation i can add my sponsors or adsense .
Can any one recommend me this theme

Thanx alot
Side Boxes(Left/Right Navigation): http://thetechex.net/showthread.php?tid=163
does it work for latest version 1.1.7
ThanxSmile
Yes it does.

Example: http://www.adminstop.net
Hey Xiaozhu,
Thanx very much i tried installing the theme,
Everything worked perfectly just one thing it went wrongSad
when i try to add sponsors URL or google adsense the table breaks away and the width of table becomes almost 50% of pageSad
What code should i write for this code ??

<td class="tborder">
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" width="100%">
<tr>
<td class="thead"><strong>Sponsors</strong></td>
</tr>
<tr>
<td class="trow1">
<span class="smalltext">
<strong>nothing </strong><br />
<br />

Thanx alotttt .. many many thanx
plz help me if you canSmile
Do you mind posting/pming me your 'index' template while I check it out for u?
Its this URL xiaozhu www.webmasters-forum.org

Thanx alot for your kind helpSmile plz see if u can fix that probelm
The code you used is correct...you should replace 'nothing' with your Google Adsense codes.
<td class="tborder">
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" width="100%">
<tr>
<td class="thead"><strong>Sponsors</strong></td>
</tr>
<tr>
<td class="trow1">
<span class="smalltext">
adsensehere!<br />
<br />
If i dont want to add google adsense but i want to add some sponsor's URL ? can i do that?
because i tried that and the table was split.. i mean it was 25% and it became 50%..
Then just use normal codes..for example a link to MyBB,
<td class="tborder">
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" width="100%">
<tr>
<td class="thead"><strong>Sponsors</strong></td>
</tr>
<tr>
<td class="trow1">
<span class="smalltext">
- <a href="http://www.mybboard.com">MyBBoard</a><br />
<br />
Pages: 1 2