Log in

View Full Version : Bright Red & Blue


GTAce
07-01-2006, 10:00 PM
Red Blue
-------
https://vborg.vbsupport.ru/external/2006/07/3.png
-------


A bright red and blue skin brought to you by AdminFusion (http://www.adminfusion.com)

Full demo here (http://clients.gotskinned.com/?styleid=14)

I have also attached a couple image previews - hope you like it and we would advise that you go to AdminFusion (http://www.adminfusion.com) for any questions

:)

GTAce
07-02-2006, 02:07 PM
<i>Reserved for future use</i>

melefire
07-02-2006, 02:38 PM
lookz nice!!

funinthesun
07-02-2006, 05:05 PM
Is there a way of removing the side bar?

GTAce
07-02-2006, 06:29 PM
Is there a way of removing the side bar?

yep, open the header template and remove this

<if condition="THIS_SCRIPT != 'index'"><else />
<table cellpadding="0" cellspacing="0" width="98%" align="center">
<tr>
<td valign="top" width="200"><br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom: 0;">
<tbody>
<tr>
<td class="tcat">Advertising</td>
</tr>
</tbody>
</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt2" valign="top" nowrap="nowrap">
<img src="{imgdir_forum}/arrow.gif" width="7" height="8" border="0" alt="" /> <a href="http://www.gotskinned.com/">GotSkinned</a><br />
<img src="{imgdir_forum}/arrow.gif" width="7" height="8" border="0" alt="" /> <a href="http://www.vbulletin.com/">vBulletin</a>

</td>
</tr>
</table>

</td>
<td valign="top"></if>

Be sure to save the template beforehand, because you never know when you're going to want that back ;)

Chinoz
07-03-2006, 04:36 PM
how do you add navigation? I cant work it out, it seems to mess it up..

Chinoz
07-03-2006, 04:53 PM
solved... navbar controls are in header as found :)

5IVEO
08-13-2006, 09:30 PM
Well I screwed something up so I was wondering using an ftp client where exactly do I upload the following files:

#2 - ONCE THAT IS UPLOADED. PLEASE UPLOAD THE vbulletin-style.xml FILE THAT'S FOUND WITHIN THE xml files FOLDER. YOU CAN UPLOAD THIS VIA THE STYLES AND TEMPLATES > DOWNLOAD / UPLOAD STYLES SECTION OF YOUR ADMINCP.
AF_RedBlue.xml
vbulletin-plugins.xml

#3 - NOW WITH THIS SKIN IT DISPLAYS FORUM INFORMATION STATS EITHER IN THE HEADER OR THE SIDEBAR, SO THERE IS A NEED FOR A vBULLETIN PLUGIN. PLEASE UPLOAD THIS VIA PLUGIN SYSTEMS - DOWNLOAD / UPLOAD PLUGINS SECTION.
AF_RedBlue.xml
vbulletin-plugins.xml

I am hoping this will solve my problem and allow people including myself to view the site again.

Database error in vBulletin 3.5.4:

Invalid SQL:
SELECT userid, username FROM vb_user WHERE vb_userid=62;

MySQL Error : Unknown column 'vb_userid' in 'where clause'
Error Number : 1054

Thanks.

Willygsm
08-29-2006, 05:17 AM
thanks , it's very nice. can implement to vb 3.6 for this template?

IncredibleHawk
09-01-2006, 08:38 PM
OK Well how do I turn it width ways instead of along the side! Great skins thanks!

gamelandz
09-05-2006, 08:45 PM
i istalled this style and my board crashed....I can't log into my admin area or anything....I think it was the plugin.....

what do i do???

Wayne Luke
09-05-2006, 10:59 PM
The following query within the plugin is invalid:
$getnewestmember=$db->query_first("SELECT userid, username FROM " . TABLE_PREFIX . "user WHERE " . TABLE_PREFIX . "userid=$numbersmembers[max]");

It should be:

$getnewestmember=$db->query_first("SELECT userid, username FROM " . TABLE_PREFIX . "user WHERE " userid=$numbersmembers[max]");