It appears you have not yet registered with our community. To register please click here...

vbulletin-skins-forum
| Discussions: 2,490 | Messages: 7,258 | Members: 6,632 | Online: 14 | Newest : ZARKAWEY (Welcome!)
Logo
All times are GMT -5. The time now is 06:56 PM.

Go Back   Forums Help - vBulletin, IPB, phpBB, SMF skins and community > Forums Help Services & Products Area > Forums Help Support Center > Members Support

Members Support Forums Help members support

Tags: , ,

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 08-25-2006, 01:39 PM   #1 (permalink)
User Profile
teedizz
Member
 

Join Date: Aug 2006
Posts: 31
Total Points: 51
Donate
My Photos: (0)
My Mood:
Problem with Cairo Style For 3.6

Sorry for all the questions but i just noticed a problem with the Red version of this style because green & Black work nicely. Below is the attached pictures of something you have to fix on the red style.

Last edited by ForumsHelp : 08-25-2006 at 01:55 PM.
teedizz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-25-2006, 01:48 PM   #2 (permalink)
User Profile
ForumsHelp
Senior Member
 
ForumsHelp's Avatar
 

Join Date: Apr 2006
Age: 31
Posts: 968
Total Points: 221,524
Donate
My Photos: (1)
My Mood:
Send a message via ICQ to ForumsHelp Send a message via AIM to ForumsHelp Send a message via MSN to ForumsHelp Send a message via Skype™ to ForumsHelp
thank you for reporting this issue but this doesn't affect skin functionality, it's just a difference in the look of the skin and to change it you can simply copy the black or green skin navbar template and place it in the red one.
ForumsHelp is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-25-2006, 01:52 PM   #3 (permalink)
User Profile
teedizz
Member
 

Join Date: Aug 2006
Posts: 31
Total Points: 51
Donate
My Photos: (0)
My Mood:
I understand that but I really like the look of the other & would like the skins to match..haha...Im trying to open my new forums up but before i do so, Im trying to have all the little things ironed out. Is there something that maybe you forgot to do, that i can do to make the red version look like the black & green styles? Im not that advanced in this field like you but i do know how to mess with templates & stuff so is there something i can do to make Red look like the others?
teedizz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-25-2006, 02:16 PM   #4 (permalink)
User Profile
ForumsHelp
Senior Member
 
ForumsHelp's Avatar
 

Join Date: Apr 2006
Age: 31
Posts: 968
Total Points: 221,524
Donate
My Photos: (1)
My Mood:
Send a message via ICQ to ForumsHelp Send a message via AIM to ForumsHelp Send a message via MSN to ForumsHelp Send a message via Skype™ to ForumsHelp
All you have to do is to replace the cairo style navbar template code with the following code:
Code:
<script type="text/javascript">
<!--
function log_out()
{
    ht = document.getElementsByTagName("html");
    ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
    if (confirm('$vbphrase[sure_you_want_to_log_out]'))
    {
        return true;
    }
    else
    {
        ht[0].style.filter = "";
        return false;
    }
}
//-->
</script>


<!-- breadcrumb, login, pm info -->
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
    <td width="100%">
        <if condition="is_array($navbits)">
            <table cellpadding="0" cellspacing="0" border="0">
            <tr valign="bottom">
                <td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
                <td>&nbsp;</td>
                <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
            </tr>
            <tr>
                <td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]" border="0" /></a> <strong>$navbits[lastelement]</strong></td>
            </tr>
            </table>            
        <else />
            <div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
        </if>
    </td>    
    
    
    
</tr>
</table>

<!-- / breadcrumb, login, pm info -->



<br />
<if condition="$show['forumdesc']">
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
        <td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
    </tr>
    </table>
    <br />
</if>

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

</if>
ForumsHelp is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-25-2006, 02:24 PM   #5 (permalink)
User Profile
teedizz
Member
 

Join Date: Aug 2006
Posts: 31
Total Points: 51
Donate
My Photos: (0)
My Mood:
ur the man ... worked perfectly.. thanks bro.
teedizz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-25-2006, 02:38 PM   #6 (permalink)
User Profile
ForumsHelp
Senior Member
 
ForumsHelp's Avatar
 

Join Date: Apr 2006
Age: 31
Posts: 968
Total Points: 221,524
Donate
My Photos: (1)
My Mood:
Send a message via ICQ to ForumsHelp Send a message via AIM to ForumsHelp Send a message via MSN to ForumsHelp Send a message via Skype™ to ForumsHelp
Quote:
Originally Posted by teedizz
ur the man ... worked perfectly.. thanks bro.
you are always welcome
ForumsHelp is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 1
Points Per Thread: 15
Points Per Reply: 5



Links: Babyforum.com | Deejayforum.com | Hometalkcafe.com | Equineboard.com | Evboard.com


Forums Help: Forum Skin Design and Professional Services RSS Feeds



Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
Forums Help - All Rights Reserved