vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=195)
-   -   Blaze (https://vborg.vbsupport.ru/showthread.php?t=124671)

stako 01-04-2007 11:12 AM

Could someone tell me how can I add a link to the forum home in the header when someone clicks on the logo???

Thanks :)

Luky 01-04-2007 12:10 PM

How to get all online stats to the right hand column of the homepage!
Demo
Open the template manager and in titles search: FORUMHOME and replace with this code (TAKE A BACKUP OF OLD CODE: ctrl+a ctrl+c open note pad ctrl+v)

PHP 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

<table width="100%" cellpadding="0" cellspacing="0" border="0">
<
tr>
    <
td width="250" valign="top" style="padding-right: 15px;">
        <
table cellpadding="8" cellspacing="0" border="0" width="100%" align="center" style="border: 1px solid #000000;">
        <
thead>
            <
tr>
                <
td class="tcat" colspan="2"><if condition="$show['guest']">Login<else />Control Panel</if></td>
            </
tr>
        </
thead>
        </
table>
        <
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center" style="border-top: 0px;">
        <
tr>
            <
td class="alt1">
                <if 
condition="$show['member']">

                    <
div class="smallfont">
                        <
strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
                        <
phrase 1="$pmbox[lastvisitdate]2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
                        <if 
condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]2="$vbphrase[total_x_nav_compiled]3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
                        <if 
condition="$show['pmwarning']"><br /><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if>
                    </
div>

                <else />

                    <!-- 
login form -->
                    <
form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
                    <
script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
                    <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0" align="center">
                    <
tr>
                        <
td class="smallfont" nowrap="nowrap"><label for="navbar_username">$vbphrase[username]:</label></td>
                        <
td><input type="text" name="vb_login_username" id="navbar_username" size="20" accesskey="u" tabindex="101" value="$vbphrase[username]onfocus="if (this.value == '$vbphrase[username]') this.value = '';" class="textfield" /></td>
                    </
tr>
                    <
tr>
                        <
td class="smallfont" nowrap="nowrap"><label for="navbar_password">$vbphrase[password]:</label></td>
                        <
td><input type="password" name="vb_login_password" id="navbar_password" size="20" tabindex="102" class="textfield" /></td>
                    </
tr>
                    <
tr>
                        <
td colspan="2" class="smallfont" align="center"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label> &nbsp;&nbsp;&nbsp;<input type="submit" value="$vbphrase[log_in]tabindex="104" title="$vbphrase[enter_username_to_login_or_register]accesskey="s" class="textfield" /></td>
                    <
tr>
                    </
table>
                    <
input type="hidden" name="s" value="$session[sessionhash]/>
                    <
input type="hidden" name="do" value="login" />        
                    <
input type="hidden" name="vb_login_md5password" />
                    <
input type="hidden" name="vb_login_md5password_utf" />
                    </
form>
                    <!-- / 
login form -->

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

        <
br />

        <
table cellpadding="8" cellspacing="0" border="0" width="100%" align="center" style="border: 1px solid #000000;">
        <
thead>
            <
tr>
                <
td class="tcat" colspan="2">Forum Statistics</td>
            </
tr>
        </
thead>
        </
table>
        <
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center" style="border-top: 0px;">
        <
tr>
            <
td class="alt1">
                <
div class="smallfont">
                    <
strong>Forum Members:</strong$numbermembers<br />
                    <
strong>Total Threads:</strong$totalthreads<br />
                    <
strong>Total Posts:</strong$totalposts<br />
                    <
strong>Online:</strong$totalonline (<phrase 1="$numberregistered2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)<br />
<
strong>Members Online Now:</strong$activeusers
<br />
<
strong>Most Members Online:</strong> <phrase 1="$recordusers2="$recorddate3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase><br />
<
strong>Members Visited Today:</strong$whotoday<br />

                </
div>
            </
td>
        </
tr>
        </
table>
    </
td>
    <
td valign="top">
        <!-- 
main -->

        <!-- 
guest welcome message -->
        <if 
condition="$show['guest']">
            <
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
            <
tr>
                <
td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
            </
tr>
            <
tr>
                <
td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="faq.php?$session[sessionurl]2="register.php?$session[sessionurl]">$vbphrase[first_visit_message]</phrase></td>
            </
tr>
            </
table>
            <
br />
        </if>
        <!-- / 
guest welcome message -->

        
$forumbits

        
<!-- /main -->

        <!-- 
what's going on box -->
        <table cellpadding="8" cellspacing="0" border="0" width="100%" align="center" style="border: 1px solid #000000;">
        <thead>
            <tr>
                <td class="tcat" colspan="2">$vbphrase[whats_going_on]</td>
            </tr>
        </thead>
        </table>
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-top: 0px;">
        <!-- today'
s birthdays -->
        <
tbody>
            <
tr>
                <
td class="thead" colspan="2">
                    <
a style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a>
                    
$vbphrase[todays_birthdays]
                </
td>
            </
tr>
        </
tbody>
        <
tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]">
            <
tr>
                <
td class="alt2"><a href="calendar.php?$session[sessionurl]do=getday&amp;day=$today&amp;sb=1"><img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]border="0" /></a></td>
                <
td class="alt1" width="100%"><div class="smallfont">$birthdays</div></td>
            </
tr>
        </
tbody>
        <!-- 
end today's birthdays -->
        <tbody>
            <tr>
                <td class="thead" colspan="2">
                    <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('
forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
                    <if condition="$show['
todaysevents']">$vbphrase[todays_events]<else /><phrase 1="$vboptions[showevents]">$vbphrase[upcoming_events_for_the_next_x_days]</phrase></if>
                </td>
            </tr>
        </tbody>
        <tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]">
            <tr>
                <td class="alt2"><a href="calendar.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]" border="0" /></a></td>
                <td class="alt1" width="100%"><div class="smallfont">$upcomingevents</div></td>
            </tr>
        </tbody>
        <tbody>
            <tr>
                <td class="thead" colspan="2">
                    <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('
forumhome_key')"><img id="collapseimg_forumhome_key" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_key].gif" alt="" border="0" /></a>
                    Forum Key
                </td>
            </tr>
        </tbody>
        <tbody id="collapseobj_forumhome_key" style="$vbcollapse[collapseobj_forumhome_key]">
            <tr>
                <td colspan="2" class="alt2">
                    <table border="0" cellpadding="0" cellspacing="0" width="100%">
                        <tr>
                            <td width="33%" align="center"><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /><br /><div class="smallfont">$vbphrase[forum_contains_new_posts]</div></td>
                            <td width="34%" align="center"><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /><br /><div class="smallfont">$vbphrase[forum_contains_no_new_posts]</div></td>
                            <td width="33%" align="center"><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /><br /><div class="smallfont">$vbphrase[forum_is_closed_for_posting]</div></td>
                        </tr>
                    </table>
                </td>
            </tr>
        </tbody>
            <tr>
                <td class="tfoot" align="center" colspan="<if condition="$vboptions['
showmoderatorcolumn']">6<else />5</if>">
                    <div class="smallfont"><strong>
                        <a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a>
                        &nbsp; &nbsp;
                        <a href="showgroups.php?$session[sessionurl]">$vbphrase[view_forum_leaders]</a>
                    </strong></div>
                </td>
            </tr>
        </tbody>
        </table>
        <!-- end what'
s going on box -->
    </
td>
</
tr>
</
table>

$footer
</body>
</
html

This needs to ahve the mod, Visitors today. in Blaze, find the visitors today file by searching for
PHP Code:

$whotoday 

and replacing all contents of that file with nothing. Don't delete it, just empty it :D

P.S It may look better if you remove 'Most users ever online was ' from that most users online phrase, but it may not look as good on other themes, so trial and error is the way to go!

I hope you like my minor mod for this skin, i suck at PHP!

This skin rocks.

EDIT: Oh and i did try to add members who posted today aswell, but it made it look realy bad as it repeated alot of names, it also looked fake.

unenergizer 01-04-2007 08:32 PM

I really like this one Andrew. Great Job! It would be nice if I could creat styles as popular as yours! Great work!

Andrew B.

ben07 01-05-2007 10:00 PM

Could someone provide the XML for vb 3.6.2?

Luky 01-08-2007 11:45 AM

Quote:

Originally Posted by ben07 (Post 1151616)
Could someone provide the XML for vb 3.6.2?

Time to upgrade my friend!

Andrew 01-08-2007 01:24 PM

I only support the current version of vBulletin with my styles, so I don't save the previous versions of the .XML file unfortunately. If somebody doesn't have them, then you might have to upgrade or try and import the newer version of the style and check for error (A lot of times it will still work - You just might have to do a couple of quick template edits to get it to 100% functionality.)

got3n 01-08-2007 04:18 PM

Nvm Fixed.

ben07 01-09-2007 10:28 PM

Ok, I've upgraded and I was hoping if you could help me with one more thing.

http://img134.imageshack.us/img134/5391/image3kk5.jpg
How do I move the Control Panel section to be moved liked the one pictured below?

TexasBlake 01-11-2007 11:04 PM

Last night I began making the change after 4 years of phpBB to vBulletin. I was VERY excited to see this theme, as it is almost identical to the color scheme on our main index webpage: www.texasbbqrub.com


However. I'm having a problem with the forum right now. it seems like it is not displaying the footer or header backgrounds. Unless template.html goes somewhere, but in one of the posts in this 11 page thread I read that it's jsut for personal use.

Here is the vBulletin site I am working on http://www.texasbbqrub.com/forum/

Anyone have any pointers? I'm pretty new to vBulletin and I wanted to get the theme set up before I do anything else so I can see how it looks. Thanks in advance.

Andrew 01-11-2007 11:08 PM

Somewhere in your vBulletin options you have a trailing forward slash after your forum URL. If you look at the source code it's looking for http://forum.texasbbqrub.com//images...background.gif, which has two forward slashes at the end of the URL.

TexasBlake 01-11-2007 11:19 PM

Perhaps the subdomain is part of the problem too. Either the subdomain isn't set up correctly or it is still taking time in DNS because http://forum.texasbbqrub.com goes straight to my index and not to the forum. Thank you. I will try to remove the trailing slash and see if that fixes it.

TexasBlake 01-11-2007 11:27 PM

Got it to work Thanks! I didn't think to check the page source because I didn't know if the header and footer would be reflected. Beautiful!

gnurb 01-16-2007 08:30 AM

I'm using this on my new iphone forum thanks alot!!!

Rocket 442 01-23-2007 06:01 PM

First I'd like to say its a great theme, and looks very professional.

I am having a problem with my site showing the footer_background.gif on the index ONLY. It shows in the UserCP as well as forums and threads, but not on the index. The Header background shows however. I don't have any modifications or anything else installed besides this style.

I'm not good at all with coding, sorry.

Andrew 01-23-2007 07:02 PM

Could you link me to the site, so I can see the issue firsthand ?

Rocket 442 01-23-2007 08:07 PM

<a href="http://www.fbodyonline.com" target="_blank">www.fbodyonline.com</a>

Andrew 01-23-2007 08:32 PM

Where you put that forum sponsors section into your homepage you closed the table containing it twice. That involuntarily closed the main table, which is why that background isn't showing up I think.

marco22 01-23-2007 09:14 PM

Hi Andrew. I would like to know how did you manage to get the google adsense in there. I cant get it working. I want to pud a banner that rotaes in there. 468x60 :) before i decide to keep this

thanks

Andrew 01-23-2007 11:19 PM

I just put it directly in the empty table cell that's located in the header template.

marco22 01-24-2007 01:11 AM

can you please paste the code here. i would really appriciate it, i cant find the cell :(

marco22 01-25-2007 02:40 PM

Andrew Can you please tell me where to put that on my header. I canr figer it out

marco22 01-26-2007 12:54 AM

Hi this is the top part of the header in this template. Can anyone tell me where to put the google adsense or a banner 468x60 so it appears same as in the demo from epic designs. Demo here

Quote:

<!-- logo -->
<a name="top"></a>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="fullheight">
<tr>
<td height="105" style="background: url($vboptions[bburl]/images/blaze/header_background.gif)"><img src="images/blaze/logo.gif" width="340" height="105" border="0" /></td>
</tr>
<tr>
<td height="31" style="background: url($vboptions[bburl]/images/blaze/navbar_background.gif)" align="center">
<!-- nav buttons bar -->
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="95%" align="center">
<tr align="center">
Your help is very much appriciated

Andrew 01-26-2007 04:28 PM

Here ya go - Things have been busy here, which is why my hacks are marked unsupported (Too much going on with school and work to be able to provide full support for them):
HTML Code:

<!-- logo -->
<a name="top"></a>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="fullheight">
<tr>
    <td height="105" width="340" style="background: url($vboptions[bburl]/images/blaze/header_background.gif)"><img src="images/blaze/logo.gif" width="340" height="105" border="0" /></td>
    <td height="105" width="100%" style="background: url($vboptions[bburl]/images/blaze/header_background.gif); padding-right: 15px;">
        <!-- Put Your Advertisement Code Here -->   
    </td>
</tr>
<tr>
    <td height="31" style="background: url($vboptions[bburl]/images/blaze/navbar_background.gif)" align="center">
        <!-- nav buttons bar -->
        <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="95%" align="center">
        <tr align="center">


TexasBlake 01-26-2007 06:01 PM

Quote:

Originally Posted by Andrew (Post 1059084)
The easiest way would be to revert the FORUMHOME template and then reapply the category spacing template mod to it from this thread.

I'm not sure what I'm doing wrong. But I'm trying to get the log in stuff on the top.


I go to my styles and templates. Go to FORUMHOME and push the revert button. Then I go to that Category Spacing mod and do what that says.

My log in box completely disappears. I've done this 4-5 times now to see if maybe I'm missing something in the directions. But I'm just trying to follow what your quote says.

Here is what FORUMHOME looks like:

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

<!-- main -->
<if condition="$show['guest']">
<!-- guest welcome message -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
        <tr>
                <td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
        </tr>
        <tr>
                <td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
                        <phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
                </td>
        </tr>
</thead>
</table><br />
<!-- / guest welcome message -->
</if>
$forumbits
$forumhome_markread_script
<!-- /main -->

<br />
<br />

<!-- what's going on box -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
        <tr>
                <td class="tcat" colspan="2">$vbphrase[whats_going_on]</td>
        </tr>
</thead>
<if condition="$show['loggedinusers']">
<!-- logged-in users -->
<tbody>
        <tr>
                <td class="thead" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
                        <a href="online.php$session[sessionurl_q]" rel="nofollow">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)
                </td>
        </tr>
</tbody>
<tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]">
        <tr>
                <td class="alt2"><a href="online.php$session[sessionurl_q]" rel="nofollow"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td>
                <td class="alt1" width="100%">
                        <div class="smallfont">
                                <div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>
                                <div>$activeusers</div>
                        </div>
                </td>
        </tr>
</tbody>
<!-- end logged-in users -->
</if>
<tbody>
        <tr>
                <td class="thead" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a>
                        <phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>
                </td>
        </tr>
</tbody>
<tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">
        <tr>
                <td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td>
                <td class="alt1" width="100%">
                <div class="smallfont">
                        <div>
                                $vbphrase[threads]: $totalthreads,
                                $vbphrase[posts]: $totalposts,
                                $vbphrase[members]: $numbermembers<if condition="$show['activemembers']">,
                                        <span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span>
                                </if>
                        </div>
                        <div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
                </div>
                </td>
        </tr>
</tbody>
<if condition="$show['birthdays']">
<!-- today's birthdays -->
<tbody>
        <tr>
                <td class="thead" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a>
                        $vbphrase[todays_birthdays]
                </td>
        </tr>
</tbody>
<tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]">
        <tr>
                <td class="alt2"><a href="calendar.php?$session[sessionurl]do=getday&amp;day=$today&amp;sb=1"><img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" /></a></td>
                <td class="alt1" width="100%"><div class="smallfont">$birthdays</div></td>
        </tr>
</tbody>
<!-- end today's birthdays -->
</if>
<if condition="$show['upcomingevents']">
<tbody>
        <tr>
                <td class="thead" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
                        <if condition="$show['todaysevents']">$vbphrase[todays_events]<else /><phrase 1="$vboptions[showevents]">$vbphrase[upcoming_events_for_the_next_x_days]</phrase></if>
                </td>
        </tr>
</tbody>
<tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]">
        <tr>
                <td class="alt2"><a href="calendar.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]" border="0" /></a></td>
                <td class="alt1" width="100%"><div class="smallfont">$upcomingevents</div></td>
        </tr>
</tbody>
</if>
<tbody>
        <tr>
                <td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
                        <a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a>
                        <if condition="$vboptions['forumleaders']">&nbsp; &nbsp;
                        <a href="showgroups.php$session[sessionurl_q]" rel="nofollow">$vbphrase[view_forum_leaders]</a></if>
                </strong></div></td>
        </tr>
</tbody>
</table>
<br />
<!-- end what's going on box -->

<!-- icons and login code -->
<table cellpadding="0" cellspacing="2" border="0" width="100%">
<tr valign="bottom">
        <td>
                <table cellpadding="2" cellspacing="0" border="0">
                <tr>
                        <td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
                        <td class="smallfont">&nbsp; $vbphrase[forum_contains_new_posts]</td>
                </tr>
                <tr>
                        <td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
                        <td class="smallfont">&nbsp; $vbphrase[forum_contains_no_new_posts]</td>
                </tr>
                <tr>
                        <td><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td>
                        <td class="smallfont">&nbsp; $vbphrase[forum_is_closed_for_posting]</td>
                </tr>
                </table>
        </td>
        <if condition="!$show['guest']">
                <!-- member logout -->
                <td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]"  onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td>
                <!-- end member logout -->
        </if>
</tr>
</table>
<!-- / icons and login code -->

$footer
</body>
</html>


Eclipsed830 02-01-2007 06:12 AM

Is their an easy way of removing that side bar, and having it like the normal VB? If not, how much would you charge to make this happen?

Andrew 02-08-2007 01:49 PM

It's not so much that it's not an easy change, it's just a time consuming change when it comes to reworking the templates. If you're interested in paying to have it done, send me a PM, and we can work out the details. I just have too much going on right now to take the time and do it for free.

dadimes 02-09-2007 01:16 AM

Hey,
Nice Style, I really like it :)

One question, is there any way to have the banner centered in teh page?

Thanks

kohz87 02-09-2007 07:51 AM

great theme, just wondering if there will be blue color version lol

Andrew 02-11-2007 01:28 PM

Quote:

Originally Posted by dadimes (Post 1178001)
Hey,
Nice Style, I really like it :)

One question, is there any way to have the banner centered in teh page?

Thanks

I assume you're referring to the logo ? If so, then all you have to do is change the alignment of it's table cell to center.

Quote:

Originally Posted by kohz87 (Post 1178162)
great theme, just wondering if there will be blue color version lol

Doubtful - I just don't have the time right now to start recoloring things. If you have Photoshop and a couple of hours, it's really not that hard to do on your own, as I've included all of the .PSD's.

dadimes 02-11-2007 06:55 PM

Quote:

Originally Posted by Andrew (Post 1179874)
I assume you're referring to the logo ? If so, then all you have to do is change the alignment of it's table cell to center.

Yeah. Thanks, I can't believe what a n00b question that was lol

2 FN LOW 02-26-2007 12:59 AM

could you please tell me how i set the option off for user to upload images to my forum...

Allow [IMG] Code Yes
Can Upload Images for Signature Yes
Can Upload Animated GIF for Signature Yes

allowing [IMG] is fine with me, i dont mind signature pictures...I however do not want to allow the option to upload them to my server...How do i shut this off? Is this a part of your template or is it a VB thing that should be asked on their main forum?

2 FN LOW 02-26-2007 01:56 AM

Also....Seems like im having a problem with the sections...I created to main sections with a few sub forums...I then went to create a 3rd section with some more sub forums and it seems as if a table doesnt want to forum around it like the rest...I can add sub forums to the other 2 sections with no problems but when i try to start a new section i get nothin but problems..

heres a screen shot of what im talking about...anyway to fix this or do i need to stick to 2 sections only?

http://img243.imageshack.us/img243/4974/notableszr0.jpg

GGamers 03-03-2007 11:42 PM

same as what i get? please help i do liek this skin

Marco 03-04-2007 04:48 PM

Just chiming in to say this style is great! I'm using it at my forum, although I've modified it to my liking:

http://forums.totallyre.com/

Thanks so much for providing this nice, free style. :)

Phoxtrot 03-04-2007 08:37 PM

I also recieved the same error as the other two people, although I appreciate the skin it is very pretty
Update:Fixed my issue, turns out I made the forum a forum instead of a catergory, by the way the skin is awesome

Pixelrage 03-21-2007 02:44 PM

is it possible to add an adsense box to that left bar? Great job on this skin.

Raize 03-21-2007 05:43 PM

I know this is a long shot, but none of the background images in this style are showing when I install on vb 3.6.4 Anything I can check or do to make them work? The link to the image seems valid (I went to page source and pasted the link to header_background.gif in a new browser window and it showed up no problem).

https://vborg.vbsupport.ru/external/2007/03/1.jpg

I really like this skin so I'm willing to pay someone to fix this for me. Email or msn at simonr604@hotmail.com

hokar86 03-22-2007 11:37 AM

whuao very good works ;)

oceanizer 03-27-2007 12:31 AM

Great style! I'm really loving it, even though I modified a lot to make it more of blue-themed.

One problem that I have though, I can't get "Last Post" column to have same width on IE. It works fine on FireFox and Safari, but for some reason, the width goes really wide on IE. Does anyone know the solution for this?

Screenshots are attached. Thanks in advance!

cobaltcoupe 03-27-2007 05:46 PM

Hey guys! I'm kind of new to this, and I love this theme ... I installed it and now some of the links in the navbar are not working ... also, im trying to add forum to the navbar ... can someone please help me out and let me know how to fix it? Thanks guys.

My Site: www.cobaltcoupe.net


All times are GMT. The time now is 09:20 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02098 seconds
  • Memory Usage 2,030KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (2)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete