vb.org Archive

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

weedheaven 12-26-2007 12:19 PM

Where can i edit the above LINK1 LINK2 LINK3 part? Any help?

For me all shows, just upload the danger map, in the images directory. The readme told me a bit weird tough.

Audentio 12-26-2007 10:25 PM

Quote:

Originally Posted by weedheaven (Post 1409395)
Where can i edit the above LINK1 LINK2 LINK3 part? Any help?

For me all shows, just upload the danger map, in the images directory. The readme told me a bit weird tough.

Thatll be the header template :).

FRANKTHETANK 2 12-26-2007 10:47 PM

well there is IE problems with this skin. IE gets error pages when i go to view a thread, and wont go there. sometimes it will if you reload, whats causing this?

fodvapor 12-29-2007 04:31 AM

First off this is an awesome skin ! Very nice for a free theme !

I would to know how i can enable my "template" modules that ive created?

Example - i put in a module for : our server stats, music player, and ventrilo status.

All of them displayed with both default skin and another skin i installed.

Any ideas on how i can get them to show on the homepage again ?

They are all set to active and are NOT inactive modules.

Thx for the help and again...AWESOME SKIN !

Audentio 12-30-2007 02:28 AM

Quote:

Originally Posted by fodvapor (Post 1411217)
First off this is an awesome skin ! Very nice for a free theme !

I would to know how i can enable my "template" modules that ive created?

Example - i put in a module for : our server stats, music player, and ventrilo status.

All of them displayed with both default skin and another skin i installed.

Any ideas on how i can get them to show on the homepage again ?

They are all set to active and are NOT inactive modules.

Thx for the help and again...AWESOME SKIN !

You mean like navbar links and stuff that mods create for you? If that is the case, the reason they aren't showing up is simply because the coding that the plugins you have installed use to insert that code is altered, so when you install it, the bit of code cant be found and it just nulls out I guess you can say. Like with most custom skins, you will have to manually insert your mod changes. Do you know what I mean? Like if you install the arcade theme, you will get an arcade link in the navbar on a theme that doesnt have the navbar template altered. On a theme where it is altered, it wont show up.

Let me know if you have any trouble and thanks for your comments :). Im glad you like it.

mastertek2000 12-30-2007 03:57 PM

thank you this, skin looks great just installed a new navbar how can i change the font colour to match styles

Quote:

<!-- top nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr align="center">
<td class="vbmenu_control"><a href="index.php?$session[sessionurl]">Home</a></td>
<td class="vbmenu_control"><a href="online.php?$session[sessionurl]">$vbphrase[whos_online]</a></td>
<!-- vbMp3 Player Start -->
<script type="text/javascript">
<!--

function OpeniPod(){
iPod = window.open('ipod.htm','iPod','directories=no,heig ht=430,width=190,location=no,menubar=no,resizable= no,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return OpeniPod()">Ipod</a></td>
<!-- vbMp3 Player End -->
<td class="vbmenu_control"><a href="casino.php?$session[sessionurl]">Casino</a></td>
<if condition="$show['member']">
<! -- Googlenews -->
<td class="vbmenu_control"><a href="googlenews.php$session[sessionurl_q]">Googlenews</a></td>
<! -- Googlenews -->
<!-- v3 Arcade -->
<td class="vbmenu_control"><a href="arcade.php$session[sessionurl_q]">Arcade</a></td>
<!-- /v3 Arcade -->
</if>
<td class="vbmenu_control"><a href="misc.php?$session[sessionurl]do=getsmilies&editorid=vB_Editor_001"target="_blan k">Smilies</a></td>

<td class="vbmenu_control"><a href="chat/flashchat.php"
target="flashchat">FlashChat</a></td>
</if>
<if condition="$bbuserinfo[usergroupid] == 6">
<td class="vbmenu_control"><a href="$admincpdir/index.php$session[sessionurl_q]">AdminCP</a></td>
</if>
</tr>
</table>
</div>
<!-- / top nav buttons bar -->

lunatic23 12-30-2007 11:48 PM

im confused. What folder Do I upload to it?

And is it ok if its named forums and not Forums

mastertek2000 12-31-2007 12:53 AM

Quote:

Originally Posted by lunatic23 (Post 1412281)
im confused. What folder Do I upload to it?

And is it ok if its named forums and not Forums

forum/images

Audentio 12-31-2007 01:09 AM

Hey mastertek, glad you like the theme, here is how to fix your navbar. Find every vbmenu_control text in the coding and change it to vbmenu_control_top.

Here is your code altered as said:
Code:

<!-- top nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr align="center">
<td class="vbmenu_control_top"><a href="index.php?$session[sessionurl]">Home</a></td>
<td class="vbmenu_control_top"><a href="online.php?$session[sessionurl]">$vbphrase[whos_online]</a></td>
<!-- vbMp3 Player Start -->
<script type="text/javascript">
<!--

function OpeniPod(){
iPod = window.open('ipod.htm','iPod','directories=no,height=430,width=190,location=no,m enubar=no,resizable=no,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control_top"><a href="#" onclick="return OpeniPod()">Ipod</a></td>
<!-- vbMp3 Player End -->
<td class="vbmenu_control_top"><a href="casino.php?$session[sessionurl]">Casino</a></td>
<if condition="$show['member']">
<! -- Googlenews -->
<td class="vbmenu_control_top"><a href="googlenews.php$session[sessionurl_q]">Googlenews</a></td>
<! -- Googlenews -->
<!-- v3 Arcade -->
<td class="vbmenu_control_top"><a href="arcade.php$session[sessionurl_q]">Arcade</a></td>
<!-- /v3 Arcade -->
</if>
<td class="vbmenu_control_top"><a href="misc.php?$session[sessionurl]do=getsmilies&editorid=vB_Editor_001"target="_blank">Smilies</a></td>

<td class="vbmenu_control_top"><a href="chat/flashchat.php"
target="flashchat">FlashChat</a></td>
</if>
<if condition="$bbuserinfo[usergroupid] == 6">
<td class="vbmenu_control_top"><a href="$admincpdir/index.php$session[sessionurl_q]">AdminCP</a></td>
</if>
</tr>
</table>
</div>
<!-- / top nav buttons bar -->


mastertek2000 12-31-2007 10:24 AM

Quote:

Originally Posted by Audentio (Post 1412319)
Hey mastertek, glad you like the theme, here is how to fix your navbar. Find every vbmenu_control text in the coding and change it to vbmenu_control_top.

Here is your code altered as said:
Code:

<!-- top nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr align="center">
<td class="vbmenu_control_top"><a href="index.php?$session[sessionurl]">Home</a></td>
<td class="vbmenu_control_top"><a href="online.php?$session[sessionurl]">$vbphrase[whos_online]</a></td>
<!-- vbMp3 Player Start -->
<script type="text/javascript">
<!--

function OpeniPod(){
iPod = window.open('ipod.htm','iPod','directories=no,height=430,width=190,location=no,m enubar=no,resizable=no,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control_top"><a href="#" onclick="return OpeniPod()">Ipod</a></td>
<!-- vbMp3 Player End -->
<td class="vbmenu_control_top"><a href="casino.php?$session[sessionurl]">Casino</a></td>
<if condition="$show['member']">
<! -- Googlenews -->
<td class="vbmenu_control_top"><a href="googlenews.php$session[sessionurl_q]">Googlenews</a></td>
<! -- Googlenews -->
<!-- v3 Arcade -->
<td class="vbmenu_control_top"><a href="arcade.php$session[sessionurl_q]">Arcade</a></td>
<!-- /v3 Arcade -->
</if>
<td class="vbmenu_control_top"><a href="misc.php?$session[sessionurl]do=getsmilies&editorid=vB_Editor_001"target="_blank">Smilies</a></td>

<td class="vbmenu_control_top"><a href="chat/flashchat.php"
target="flashchat">FlashChat</a></td>
</if>
<if condition="$bbuserinfo[usergroupid] == 6">
<td class="vbmenu_control_top"><a href="$admincpdir/index.php$session[sessionurl_q]">AdminCP</a></td>
</if>
</tr>
</table>
</div>
<!-- / top nav buttons bar -->


thanks you rock


All times are GMT. The time now is 05:28 AM.

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.01109 seconds
  • Memory Usage 1,764KB
  • 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
  • (2)bbcode_code_printable
  • (5)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
  • (10)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