(adsbygoogle = window.adsbygoogle || []).push({});
Hey there guys, it's pretty simple really, coding the theme, which I will not go into detail, can be found here
You must login or register to view this content.. You may need a licensed account to view it, if so, I'll post it up.
Anyway, back on track, I am going to be sharing with you every single vbulletin PSD, note, you cannot make a theme just off of PSD files, you will need to do some coding here and there, again, you can see that on the link provided. So, to edit these files you will need Photoshop CS5, or, if you do not have access to that, you could use pilxr (I don't recommend it, but it's an option)
Link to the file -
You must login or register to view this content.
I can assure you there is no exe/jpg, or any file that can be infectable inside for that matter, it is all PSD files, and their containing folders.
Password is in the spoiler :rolleyes:
nextgenbulliten
If you are having trouble with using this, for example, the files wont open, feel free to PM me to let me know. Sorry I haven't gone into depth, I don't see the point with a group of PSD files xD
Template 1:
Originally posted by another user
Template 2:
Originally posted by another user
<h1>$title</h1>
<table class="tborder" width="100%" border="0" cellspacing="1" cellpadding="5">
<tr>
<td class="alt1" width="180">$sidebar_content</td>
<td class="alt1" width="100%"><p>$text</p></td>
</tr>
</table>
Template 3:
Originally posted by another user
<div class="smallfont">© Copyright 2006 GO-TOTAL LLC </div>
Template 4:
Originally posted by another user
<table class="tborder" width="100%" border="0" cellspacing="1" cellpadding="5">
<tr>
<td class="thead">Sidebar Title</td>
<td class="alt1"><div>This is the sidebar content.</div></td>
</tr>
</table>