vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Leaf Style Question (https://vborg.vbsupport.ru/showthread.php?t=122874)

Draygonia 08-03-2006 01:54 AM

Leaf Style Question
 
I dont know of a Style questions forum, but does anyone know why the style:

http://www.vbulletin.com/forum/showthread.php?t=137927

It works on 3.0.7 vbulletin but I installed to 3.5.4 and it seems to load just fine, problem is the banner wont seem to display.

www.chasm-online.com

Select the leaf style and you will see, is there a way I can tell the style to display the banner?

Guest210212002 08-03-2006 02:24 AM

http://www.chasm-online.com/images/leaf/misc/banner.jpg

^ That image isn't there. :)

Draygonia 08-03-2006 02:31 AM

But I put the path to the exact place! Its not displaying at all though! Its there, but I used the path and it still doesnt work, its doing this with a lot of my styles, including Dark Scheme, any solutions?

Guest210212002 08-03-2006 02:37 AM

Are you positive that you uploaded the images, and to that exact folder? Try chmodding the folder something like 755 and see if it shows up. It looks as though the style is parsing the link correctly, it's just that the image itself is missing/corrupt.

Draygonia 08-03-2006 02:38 AM

Okay, I think this is the problem... a while back, I decided to change index names. I made my vBAdvanced portal index called index.php and than the forum index called index2.php. Than I could no longer display videos I could before. Is there a fix for this?

Guest210212002 08-03-2006 02:39 AM

That (as far as I know) wouldn't make some of the style's images appear (like the navbits) and the banner go missing.

Draygonia 08-03-2006 02:39 AM

I looked in my forums folder and I have index.php and index2.php... what should I do? Should I delete the index.php and rename the index2.php to index.php?

Guest210212002 08-03-2006 02:42 AM

Actually, I just downloaded and extracted that style, the banner image isn't in the /misc/ folder, it's in /bg.

The correct path to your image on your server is:

http://www.chasm-online.com/images/leaf/bg/banner.jpg

And there it is. :) You can either move that to the /misc folder, or edit your template to reflect the path change.

Quote:

Originally Posted by Draygonia
I looked in my forums folder and I have index.php and index2.php... what should I do? Should I delete the index.php and rename the index2.php to index.php?

Two very different issues. I'd leave them alone for the time being.

Draygonia 08-03-2006 02:47 AM

The path is images/leaf/bg/banner.jpg and thats the exact path that I have for it, it still doesnt display, is there any possible reason this is occuring?

Guest210212002 08-03-2006 02:51 AM

Quote:

Originally Posted by Draygonia
The path is images/leaf/bg/banner.jpg and thats the exact path that I have for it, it still doesnt display, is there any possible reason this is occuring?

The path that your page is putting out isn't /bg, it's:

http://www.chasm-online.com/images/leaf/misc/banner.jpg

In the template, is it pointing to $stylevar[imgdir_misc]? Can you paste the entire template code here? :)

*Your header template, that is.

Draygonia 08-03-2006 02:55 AM

Quote:

Originally Posted by Chris-777
The path that your page is putting out isn't /bg, it's:

http://www.chasm-online.com/images/leaf/misc/banner.jpg

In the template, is it pointing to $stylevar[imgdir_misc]? Can you paste the entire template code here? :)

Your url wont display as a link

Where would I find the entire template code anyways?

Here it is:

Code:

<!-- logo -->
<a name="top"></a>
<body topmargin="0">
<div align="center">
<table width="800" cellpadding="0" cellspacing="0" valign="top" align="center">
<table width="800" cellpadding="0" cellspacing="0" valign="top" align="center">
<tr>
<td width="20" height="8" align="center"><img border="0" width="20" height="8" src="images/leaf/bg/nav_top_left.jpg"></td>
<td background="images/leaf/bg/navmiddle.jpg" width="100%"></td>
<td width="20" height="8" align="center"><img border="0" width="20" height="8" src="images/leaf/bg/nav_top_right.jpg"></td>
</tr>
</table>

<table width="800" border="0" cellpadding="0" cellspacing="0"  class="border" align="center">
<tr>
<td>
<table width="800" align="center" cellpadding="0" cellspacing="0" rowspan="2">
<tr>
<td width="800" height="100" align="center"><img border="0" src="$stylevar[imgdir_misc]/banner.jpg" width="800" height="100" alt=""/></a></td>

</tr>
</table>

<!-- nav buttons bar -->
<div align="center">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="800" align="center" style="border-top-width:0px">
        <tr align="center">
<td class="vbmenu_control"><a href="register.php?$session[sessionurl]">Home</a> </td>


               
                <if condition="$show['registerbutton']">
                        <td class="vbmenu_control"><a href="register.php?$session[sessionurl]">$vbphrase[register]</a></td>
                </if>
               
                <td class="vbmenu_control"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td>
                <td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>


                <if condition="$show['popups']">               
                        <if condition="$show['searchbuttons']">
                           
                                <td id="navbar_search" class="vbmenu_control"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
                        </if>
                        <if condition="$bbuserinfo['userid']">
                                <td id="usercptools" class="vbmenu_control"><a href="#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>               
                        </if>
                <else />               
                        <if condition="$show['searchbuttons']">
                                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[search]</a></td>
                                <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>
                        <td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td>
                        <if condition="$bbuserinfo['userid']">                       
                                <td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>                       
                        </if>                       
                </if>
                <if condition="$bbuserinfo['userid']">
                        <td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]" onclick="return log_out()">$vbphrase[log_out]</a></td>
                </if>
        </tr>
        </table>
</div>
<!-- / nav buttons bar -->



<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->

       
        <if condition="$show['searchbuttons']">
        <!-- header quick search form -->
        <div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
                <tr>
                        <td class="thead">$vbphrase[search_forums]</td>
                </tr>
                <tr>
                        <td class="vbmenu_option" title="nohilite">
                        <form action="search.php" method="post">
                                <input type="hidden" name="do" value="process" />
                                <input type="hidden" name="showposts" value="0" />
                                <input type="text" class="bginput" name="query" size="20" />$gobutton</br><br />
                        </form>
                        </td>
                </tr>
               
        </div>
        <!-- / header quick search form -->
        </if>

        <if condition="$show['member']">
        <!-- user cp tools menu -->
        <div class="vbmenu_popup" id="usercptools_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
               
                <tr><td class="thead">$vbphrase[quick_links]</td></tr>               
                <if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts_nav]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
                               
                <tr><td class="thead"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_control_panel]</a></td></tr>
                <if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
                <if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
               
                <tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
                <if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]">$vbphrase[private_messages]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="subscription.php?$session[sessionurl]">$vbphrase[subscribed_threads]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
                <if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php?$session[sessionurl]">$vbphrase[whos_online]</a></td></tr></if>
               
                </table>
               
        </div>
        <!-- / user cp tools menu -->
        </if>

 
     




<!-- / NAVBAR POPUP MENUS -->
</if>
<table width="800" cellpadding="0" cellspacing="0" valign="top" align"center">
<tr>
<td style="$stylevar[left]"><img src="images/leaf/bg/nav_bottom_left.jpg"></td>
<td background="images/leaf/bg/navmiddle.jpg" width="100%"></td>
<td style="$stylevar[right]"><img src="images/leaf/bg/nav_bottom_right.jpg"></td>
</tr>
</table>
<br />
<br />
<!-- /logo -->
<table width="100%" cellpadding="0" cellspacing="0" valign="bottom" align"center">
<tr>
<td style="$stylevar[left]"><img src="images/leaf/bg/page_top_left.gif"></td>
<td background="images/leaf/bg/page_top.gif" width="100%"></td>
<td style="$stylevar[right]"><img src="images/leaf/bg/page_top_right.gif"></td>
</tr>
</table>
</table>
<!-- begin main inner table area-->

<script language="Javascript1.3">
function launchbbm()
{
s001 = window.open("bbmessenger/index.php?func=m_frameset", "", "width=233, height=450, address=no, toolbar=no, status=yes");
location.href="../index.php";
}

</script>

<!-- content table -->
$spacer_open

$_phpinclude_output


Guest210212002 08-03-2006 02:57 AM

Quote:

Originally Posted by Draygonia
Your url wont display as a link

I know. It's a broken link, because your header template is calling the wrong folder for the image. That link is what your site is putting out, hence the red X.[/quote]

Here it is:

Code:

<td width="800" height="100" align="center"><img border="0" src="$stylevar[imgdir_misc]/banner.jpg" width="800" height="100" alt=""/></a></td>
Change:
$stylevar[imgdir_misc]/banner.jpg

to:
http://www.chasm-online.com/images/leaf/bg/banner.jpg

And that should do it. Just search in the header template for banner.jpg and it will bring you right to the bit you need to edit. Or (easier) just copy banner.jpg into the misc folder. I'm betting that all of the other style problems that aren't showing the banner are the same reason. $stylevar[imgdir_misc] points to /images/misc/ under the name of the current style. So if your style is installed in the /leaf/ folder, it's looking in /leaf/images/misc/.

Also, please wrap your code in [ code ] [ /code ] tags when you post it up here. Makes it a lot easier to read. :D

Draygonia 08-03-2006 03:03 AM

Code:

<!-- logo -->
<a name="top"></a>
<body topmargin="0">
<div align="center">
<table width="800" cellpadding="0" cellspacing="0" valign="top" align="center">
<table width="800" cellpadding="0" cellspacing="0" valign="top" align="center">
<tr>
<td width="20" height="8" align="center"><img border="0" width="20" height="8" src="images/leaf/bg/nav_top_left.jpg"></td>
<td background="images/leaf/bg/navmiddle.jpg" width="100%"></td>
<td width="20" height="8" align="center"><img border="0" width="20" height="8" src="images/leaf/bg/nav_top_right.jpg"></td>
</tr>
</table>

<table width="800" border="0" cellpadding="0" cellspacing="0"  class="border" align="center">
<tr>
<td>
<table width="800" align="center" cellpadding="0" cellspacing="0" rowspan="2">
<tr>
<td width="800" height="100" align="center"><img border="0" src="$stylevar[imgdir_misc]/banner.jpg" width="800" height="100" alt=""/></a></td>

</tr>
</table>

<!-- nav buttons bar -->
<div align="center">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="800" align="center" style="border-top-width:0px">
        <tr align="center">
<td class="vbmenu_control"><a href="register.php?$session[sessionurl]">Home</a> </td>


               
                <if condition="$show['registerbutton']">
                        <td class="vbmenu_control"><a href="register.php?$session[sessionurl]">$vbphrase[register]</a></td>
                </if>
               
                <td class="vbmenu_control"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td>
                <td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>


                <if condition="$show['popups']">               
                        <if condition="$show['searchbuttons']">
                           
                                <td id="navbar_search" class="vbmenu_control"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
                        </if>
                        <if condition="$bbuserinfo['userid']">
                                <td id="usercptools" class="vbmenu_control"><a href="#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>               
                        </if>
                <else />               
                        <if condition="$show['searchbuttons']">
                                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[search]</a></td>
                                <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>
                        <td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td>
                        <if condition="$bbuserinfo['userid']">                       
                                <td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>                       
                        </if>                       
                </if>
                <if condition="$bbuserinfo['userid']">
                        <td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]" onclick="return log_out()">$vbphrase[log_out]</a></td>
                </if>
        </tr>
        </table>
</div>
<!-- / nav buttons bar -->



<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->

       
        <if condition="$show['searchbuttons']">
        <!-- header quick search form -->
        <div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
                <tr>
                        <td class="thead">$vbphrase[search_forums]</td>
                </tr>
                <tr>
                        <td class="vbmenu_option" title="nohilite">
                        <form action="search.php" method="post">
                                <input type="hidden" name="do" value="process" />
                                <input type="hidden" name="showposts" value="0" />
                                <input type="text" class="bginput" name="query" size="20" />$gobutton</br><br />
                        </form>
                        </td>
                </tr>
               
        </div>
        <!-- / header quick search form -->
        </if>

        <if condition="$show['member']">
        <!-- user cp tools menu -->
        <div class="vbmenu_popup" id="usercptools_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
               
                <tr><td class="thead">$vbphrase[quick_links]</td></tr>               
                <if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts_nav]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
                               
                <tr><td class="thead"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_control_panel]</a></td></tr>
                <if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
                <if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
               
                <tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
                <if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]">$vbphrase[private_messages]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="subscription.php?$session[sessionurl]">$vbphrase[subscribed_threads]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
                <if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php?$session[sessionurl]">$vbphrase[whos_online]</a></td></tr></if>
               
                </table>
               
        </div>
        <!-- / user cp tools menu -->
        </if>

 
     




<!-- / NAVBAR POPUP MENUS -->
</if>
<table width="800" cellpadding="0" cellspacing="0" valign="top" align"center">
<tr>
<td style="$stylevar[left]"><img src="images/leaf/bg/nav_bottom_left.jpg"></td>
<td background="images/leaf/bg/navmiddle.jpg" width="100%"></td>
<td style="$stylevar[right]"><img src="images/leaf/bg/nav_bottom_right.jpg"></td>
</tr>
</table>
<br />
<br />
<!-- /logo -->
<table width="100%" cellpadding="0" cellspacing="0" valign="bottom" align"center">
<tr>
<td style="$stylevar[left]"><img src="images/leaf/bg/page_top_left.gif"></td>
<td background="images/leaf/bg/page_top.gif" width="100%"></td>
<td style="$stylevar[right]"><img src="images/leaf/bg/page_top_right.gif"></td>
</tr>
</table>
</table>
<!-- begin main inner table area-->

<script language="Javascript1.3">
function launchbbm()
{
s001 = window.open("bbmessenger/index.php?func=m_frameset", "", "width=233, height=450, address=no, toolbar=no, status=yes");
location.href="../index.php";
}

</script>

<!-- content table -->
$spacer_open

$_phpinclude_output

Thats what the code is now, the directory in stylevars is images/leaf/bg/banner.jpg

Is that what it should be?

Guest210212002 08-03-2006 03:04 AM

No, it's still:

src="$stylevar[imgdir_misc]/banner.jpg

Change that to:

src="http://www.chasm-online.com/images/leaf/bg/banner.jpg"

Again, all you really need to do here is copy banner.jpg into the leaf/misc folder if you want to avoid code edits.

Draygonia 08-03-2006 03:08 AM

Code:

<!-- logo -->
<a name="top"></a>
<body topmargin="0">
<div align="center">
<table width="800" cellpadding="0" cellspacing="0" valign="top" align="center">
<table width="800" cellpadding="0" cellspacing="0" valign="top" align="center">
<tr>
<td width="20" height="8" align="center"><img border="0" width="20" height="8" src="images/leaf/bg/nav_top_left.jpg"></td>
<td background="images/leaf/bg/navmiddle.jpg" width="100%"></td>
<td width="20" height="8" align="center"><img border="0" width="20" height="8" src="images/leaf/bg/nav_top_right.jpg"></td>
</tr>
</table>

<table width="800" border="0" cellpadding="0" cellspacing="0"  class="border" align="center">
<tr>
<td>
<table width="800" align="center" cellpadding="0" cellspacing="0" rowspan="2">
<tr>
<td width="800" height="100" align="center"><img border="0" src="src="http://www.chasm-online.com/images/leaf/bg/banner.jpg"" width="800" height="100" alt=""/></a></td>

</tr>
</table>

<!-- nav buttons bar -->
<div align="center">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="800" align="center" style="border-top-width:0px">
        <tr align="center">
<td class="vbmenu_control"><a href="register.php?$session[sessionurl]">Home</a> </td>


               
                <if condition="$show['registerbutton']">
                        <td class="vbmenu_control"><a href="register.php?$session[sessionurl]">$vbphrase[register]</a></td>
                </if>
               
                <td class="vbmenu_control"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td>
                <td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>


                <if condition="$show['popups']">               
                        <if condition="$show['searchbuttons']">
                           
                                <td id="navbar_search" class="vbmenu_control"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
                        </if>
                        <if condition="$bbuserinfo['userid']">
                                <td id="usercptools" class="vbmenu_control"><a href="#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>               
                        </if>
                <else />               
                        <if condition="$show['searchbuttons']">
                                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[search]</a></td>
                                <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>
                        <td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td>
                        <if condition="$bbuserinfo['userid']">                       
                                <td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>                       
                        </if>                       
                </if>
                <if condition="$bbuserinfo['userid']">
                        <td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]" onclick="return log_out()">$vbphrase[log_out]</a></td>
                </if>
        </tr>
        </table>
</div>
<!-- / nav buttons bar -->



<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->

       
        <if condition="$show['searchbuttons']">
        <!-- header quick search form -->
        <div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
                <tr>
                        <td class="thead">$vbphrase[search_forums]</td>
                </tr>
                <tr>
                        <td class="vbmenu_option" title="nohilite">
                        <form action="search.php" method="post">
                                <input type="hidden" name="do" value="process" />
                                <input type="hidden" name="showposts" value="0" />
                                <input type="text" class="bginput" name="query" size="20" />$gobutton</br><br />
                        </form>
                        </td>
                </tr>
               
        </div>
        <!-- / header quick search form -->
        </if>

        <if condition="$show['member']">
        <!-- user cp tools menu -->
        <div class="vbmenu_popup" id="usercptools_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
               
                <tr><td class="thead">$vbphrase[quick_links]</td></tr>               
                <if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts_nav]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
                               
                <tr><td class="thead"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_control_panel]</a></td></tr>
                <if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
                <if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
               
                <tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
                <if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]">$vbphrase[private_messages]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="subscription.php?$session[sessionurl]">$vbphrase[subscribed_threads]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
                <if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php?$session[sessionurl]">$vbphrase[whos_online]</a></td></tr></if>
               
                </table>
               
        </div>
        <!-- / user cp tools menu -->
        </if>

 
     




<!-- / NAVBAR POPUP MENUS -->
</if>
<table width="800" cellpadding="0" cellspacing="0" valign="top" align"center">
<tr>
<td style="$stylevar[left]"><img src="images/leaf/bg/nav_bottom_left.jpg"></td>
<td background="images/leaf/bg/navmiddle.jpg" width="100%"></td>
<td style="$stylevar[right]"><img src="images/leaf/bg/nav_bottom_right.jpg"></td>
</tr>
</table>
<br />
<br />
<!-- /logo -->
<table width="100%" cellpadding="0" cellspacing="0" valign="bottom" align"center">
<tr>
<td style="$stylevar[left]"><img src="images/leaf/bg/page_top_left.gif"></td>
<td background="images/leaf/bg/page_top.gif" width="100%"></td>
<td style="$stylevar[right]"><img src="images/leaf/bg/page_top_right.gif"></td>
</tr>
</table>
</table>
<!-- begin main inner table area-->

<script language="Javascript1.3">
function launchbbm()
{
s001 = window.open("bbmessenger/index.php?func=m_frameset", "", "width=233, height=450, address=no, toolbar=no, status=yes");
location.href="../index.php";
}

</script>

<!-- content table -->
$spacer_open

$_phpinclude_output

There, changed it, is that what it should have been?

Wait a second, they have 3.5.0 version of it! Should I try to download that and upload the new xml and stuff? That may fix it.

This style is SOOOO HARD TO MAKE WORK! WHY?! Why cant all styles be easy to install? Do the people that make the mods do this as a sick joke? Arggg!


All times are GMT. The time now is 11:01 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.01619 seconds
  • Memory Usage 1,919KB
  • 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
  • (4)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (15)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete