Bluepearl Design
Go Back   Bluepearl Design > Bluepearl Templates > Free vBulletin Templates > Bluepearl

Using the theme with vbadvanced.

Our first vBulletin template which was originally designed for our site in 2005
    

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 10-12-2004, 06:30 PM   #1 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,838
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Using the theme with vbadvanced.

Modify the 'adv_portal' file

PHP Code:
$stylevar[htmldoctype]
<
html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<
head>
<
title>$vboptions[hometitle]</title>

$headinclude

</head>
<
body>

$header

$navbar
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<
tr>
<
td width="30" height="50"><img src="images/bluepearl/misc/t1.jpg" border="0" width="30" height="50"></td>
<
td width="100%" height="50" background="images/bluepearl/misc/t3.jpg" align="left"><img src="images/bluepearl/misc/t2.jpg" border="0" width="64" height="50"><!--<img src="images/bluepearl/misc/tforums.jpg" border="0" width="122" height="50">--></td>
<
td width="24" height="50"><img src="images/bluepearl/misc/t4.jpg" border="0" width="24" height="50"></td>
</
tr>
<
tr>
<
td width="30" background="images/bluepearl/misc/t5.jpg"></td>
<
td width="100%" bgcolor="#5C71CA" valign="top">
<
table align="center" class="page" cellspacing="0" cellpadding="0"width="100%">
<
tr valign="top">

<if 
condition="$show['left_column']">

<
td width="$vba_options[portal_leftcolwidth]">

$home[leftblocks]
    
</
td>

<!-- 
Spacer Cell -->
<
td width="$vba_options[portal_colspacing]"><img alt="" src="$vboptions[bburl]/$vboptions[cleargifurl]" width="$vba_options[portal_colspacing]" /></td>
<!-- / 
Spacer Cell -->

</if>


<if 
condition="$show['center_column']">
<
td valign="top">

$home[centerblocks]    

</
td>
</if>


<if 
condition="$show['right_column']">    

<!-- 
Spacer Cell -->
<
td width="$vba_options[portal_colspacing]"><img alt="" src="$vboptions[bburl]/$vboptions[cleargifurl]" width="$vba_options[portal_colspacing]" /></td>
<!-- / 
Spacer Cell -->

<
td valign="top" width="$vba_options[portal_rightcolwidth]">

$home[rightblocks]

</
td>
</if>

</
tr>
</
table>
</
td>
<
td width="24" background="images/bluepearl/misc/t6.jpg"></td>
</
tr>
<
tr>
<
td width="30" height="31"><img src="images/bluepearl/misc/t7.jpg" border="0" width="30" height="31"></td>
<
td width="100%" height="31" background="images/bluepearl/misc/t8.jpg" align="right"><img src="images/bluepearl/misc/t10.jpg" border="0" width="26" heigth="31"></td>
<
td width="24" height="31"><img src="images/bluepearl/misc/t9.jpg" border="0" width="24" height="31"></td>
</
tr>
</
table>
$footer

</body>
</
html
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-13-2005, 03:10 PM   #2 (permalink)
 
LEAD_WEIGHT's Avatar
 
Title: Member
Join Date: Mar 2005
Age: 37
Posts: 94
Rep Power: 4 LEAD_WEIGHT is on a distinguished road
Re: Using the theme with vbadvanced.

where exactly u suppose to place this in In your /forum/global.php file

or in templates and is it after or before or what is it.
LEAD_WEIGHT is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-13-2005, 03:54 PM   #3 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,838
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Using the theme with vbadvanced.

in the vbadvanced templates in the index file. replace that one with this one
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-14-2005, 08:21 AM   #4 (permalink)
 
LEAD_WEIGHT's Avatar
 
Title: Member
Join Date: Mar 2005
Age: 37
Posts: 94
Rep Power: 4 LEAD_WEIGHT is on a distinguished road
Re: Using the theme with vbadvanced.

Quote:
Originally Posted by Griffin
in the vbadvanced templates in the index file. replace that one with this one
vBadvanced Homepage
or
vBadvanced CMP
I got vBadvanced CMP and if I use that I think I might lose the front page and will it affect my default page.






Last edited by LEAD_WEIGHT; 03-15-2005 at 03:28 AM.
LEAD_WEIGHT is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-14-2005, 10:32 AM   #5 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,838
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Using the theme with vbadvanced.

CMP,and it wont effect your site layout.

But remember to always back up your originals incase of any problems
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-14-2005, 12:48 PM   #6 (permalink)
 
Title: Bryan
Join Date: Jan 2004
Location: Dundee
Age: 21
Posts: 3,542
Rep Power: 8 wasahobo is on a distinguished road
Send a message via AIM to wasahobo Send a message via MSN to wasahobo
Re: Using the theme with vbadvanced.

Hmm... hobo knows nothing about this
__________________
BluePearl-Design + 3sStudios = Unlimited Possibilities.


Current Project: http://www.3sstudios.com/cloud.htm
wasahobo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-15-2005, 01:36 AM   #7 (permalink)
 
Fragalot's Avatar
 
Title: Ipood
Join Date: Nov 2004
Location: belgium west-flandres
Age: 18
Posts: 4,418
Images: 1
Rep Power: 8 Fragalot is on a distinguished road
Send a message via ICQ to Fragalot Send a message via MSN to Fragalot Send a message via Yahoo to Fragalot
Re: Using the theme with vbadvanced.

what does hobo know...
__________________

|_|0|_|
|_|_|0|
|0|0|0|

http://wargaming.org - under construction
irc.wargaming.org #wargaming

Fragalot is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-15-2005, 03:34 AM   #8 (permalink)
 
LEAD_WEIGHT's Avatar
 
Title: Member
Join Date: Mar 2005
Age: 37
Posts: 94
Rep Power: 4 LEAD_WEIGHT is on a distinguished road
Re: Using the theme with vbadvanced.

Quote:
Originally Posted by Griffin
CMP,and it wont effect your site layout.

But remember to always back up your originals incase of any problems
the layout works but the images are broken. I did the full path and that was a complete mess cause in regular bluepearl format forum all the images to misc are broken then I revert them back and were ok . I tried different paths but seems to be same. just the image path in CMP for bluepearl seems not to work.

Last edited by LEAD_WEIGHT; 03-15-2005 at 03:52 AM.
LEAD_WEIGHT is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-15-2005, 08:54 AM   #9 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,838
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Using the theme with vbadvanced.

The location of your index file for CMP most be wrong, as the images paths i have added r correct.
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-15-2005, 12:17 PM   #10 (permalink)
 
LEAD_WEIGHT's Avatar
 
Title: Member
Join Date: Mar 2005
Age: 37
Posts: 94
Rep Power: 4 LEAD_WEIGHT is on a distinguished road
Re: Using the theme with vbadvanced.

Quote:
Originally Posted by Griffin
The location of your index file for CMP most be wrong, as the images paths i have added r correct.
no my index.php for advance is in root/Directory and the bluepearl imagefolder are in images unless I have to separate them , nah everything works but the images in CMP just do not show all.


Code:
 


this is an edit I almost got it working just have to find the path for some images I was editing the header and footer to match some links only need 6 more then it would be great images :t1,t2,t4,t7,t9,t10


Just finish with the edits, I place full url path and images t1,t2,t4,t7,t9,t10 are now working but if anyone was wondering what I did , I place full url in all image path in Bluepearl Templates I mean all of them and looks Beautiful

Last edited by LEAD_WEIGHT; 03-15-2005 at 01:57 PM.
LEAD_WEIGHT is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads for: Using the theme with vbadvanced.
Thread Thread Starter Forum Replies Last Post
[vB3.0.x] Darkness theme [download] Sean Darkness 5 06-27-2007 03:50 AM
Question About ClanzDarkness2 phpBB Theme Jay ClanzDarkness2 12 11-13-2005 12:44 PM
New theme Sean Bluepearl Announcements 14 02-25-2005 02:51 AM
Theme of the Week #1 ladymilli Signatures 21 12-08-2004 04:18 AM
Darkness Theme with Profile Control Panel Hack. Chewie ClanzDarkness 5 05-27-2004 04:14 AM


  
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Bluepearl Templates

All times are GMT +11. The time now is 03:02 PM.

 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52