The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#52
|
|||
|
|||
Quote:
is this correct? <a href="register.php">Register</a> </if> <a href="memberlist.php">Member List</a> <a href="calendar.php">Calendar</a> <a href="faq.php">FAQ</a> <if condition="$show['member']"> <a href="search.php">Search</a> </if> <if condition="$show['popups']"> <if condition="$show['searchbuttons']"> <if condition="$show['member']"> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td> <else /> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td> </if> <if condition="$show['member']"> <a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">Logout</a> </if> </td> </tr> <tr> <td width="655"> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output Thanks |
#53
|
|||
|
|||
Great skin - thanks Mark.
This is exactly what I was after. I have made amendments to view it as a fluid skin at 100%. The problem is that it works fine in Firefox, but when viewed in IE7 it appears as limited width. Any ideas? This is frustrating the hell out of me! |
#54
|
|||
|
|||
Check your stylevars for your main table width - it should be at 100% - you should also check your header and footer to ensure that they are at 100% as well rather than the fixed width.
|
#55
|
|||
|
|||
TANK YOU Mark
|
#56
|
||||
|
||||
Great style mark. *install*
I noticed a few people are having problems with images. It maybe that your download file has 2 redbar folders. Users maybe uploading the first folder which causes the urls to be off? Quote:
I am in the process of trying to figure out why or rather how? Normally with vbadvanced you place the needed file in 3 locations & it takes care of it for you: Code:
vBa CMPS / Default Settings / Header Replacements vBa CMPS / Default Settings / Navbar Replacements vBa CMPS / Default Settings / Footer Replacements Code:
ajax.php calendar.php cron.php external.php faq.php forumdisplay.php global.php index.php image.php login.php online.php member.php memberlist.php misc.php moderator.php moderation.php newattachment.php newreply.php newthread.php profile.php private.php register.php search.php subscription.php usercp.php vbseo.php I will let everyone know if & when i get it working. Thanks, dreck |
#57
|
|||
|
|||
I was trying to figure out how too get rid of the "grey border" on both the right and left sides in vBadvanced. The "borders" weren?t showing up on the actual forums but were there in vBadvanced. All I did was remove the class="page" from the adv_portal style under vBadvanced CMPS Templates and it got rid of it. Not sure why or how this fixed it but it did.
|
#58
|
||||
|
||||
I believe I have everything working right? The only problem is a page error on forum home page only:
Code:
Line: 2 Char: 1 Error: Syntax error Code: 0 URL: http://www.thisdarncar.com/vb/ Quote:
Well I couldn't figure out what file needed to be add to the replacements. So I just did the easiest thing without a possibility of missing something. I upload the redbar folder to my vbadvanced root dir. Thus, getting rid of any image errors. Not the fix I wanted but it works. I too saw the message to revert 5 of the templates back to original. Also, I noticed that a few more templates had been edited. Out of the templates that had been edited, I reverted all of them back but the following: Code:
footer FORUMHOME forumhome_forumbit_level1_nopost header navbar I also didn't like the "Main" button. It doesn't go with my vBa_CMPS page very well. So I edited the header template to add a "home/forum" & a "New Posts" button. This way when you are on home page you see forum, & when you are on the forum you see home. Find: Code:
<a href="index.php">Main</a> <a href="usercp.php">User CP</a> Code:
<if condition="THIS_SCRIPT == 'adv_index'"><a href="$vboptions[bburl]"> Forums <else /> <a href="http://thisdarncar.com/index.php"> Home </if></a> <if condition="$show['member']"><a href="usercp.php">User CP</a> <a href="http://www.thisdarncar.com/vb/search.php?do=getnew">New Posts</a> dreck |
#59
|
||||
|
||||
Not sure what caused the error? But I replaced the following code in the forumhome template & everything seems to be ok.
Find: Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" /> <!-- end no cache headers --> $headinclude <title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title> <script src="/mint/?js" type="text/javascript"></script> </head> <body> $header $navbar Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" /> <!-- end no cache headers --> $headinclude <title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title> </head> <body> $header $navbar Styles & Templates / Style Manager / Main CSS / Help Forum Jump Menu / RevertSelected Item (Customized in this Style) / Background I replaced the blue with #454545 Thanks again mark! dreck |
#60
|
|||
|
|||
mark,
thanks for the style, like it alot. i am having an issue with the main forum page only. Please be advised that I am very new at this and the forum was just installed days ago. This issue is only on the main page (not portal page) and not within any of the forums, main page: forum example: any help, ideas etc in regards to fixing the look of the main page would be appreciated. vbulletin version 3.6.4 |
#61
|
||||
|
||||
Quote:
I think it was forumhome_forumbit_level1_nopost? But I am not sure? dreck |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|