vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=195)
-   -   Blue Darkness By Admin-Utopia.com (https://vborg.vbsupport.ru/showthread.php?t=163539)

kie24k 11-26-2007 08:26 PM

Yeah thanks ;D

Pandemix 11-26-2007 09:34 PM

Thanks for the fix. I will update the files. :)

kie24k 11-26-2007 10:06 PM

The skin had changed, the navigation had moved etc. I didn't look how it should of done.

MR.BOSS 11-27-2007 12:13 AM

Quote:

Originally Posted by Pandemix (Post 1389925)
Thanks for the fix. I will update the files. :)

No problem!

ok i found the mistake you did.

now no need to edit the navbar.

i found the solution!

just edit the header template! by this:

<!-- logo -->
<a name="top"></a>
<div align="center" id="ex_border">
<table class="header_rpt" border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>
</tr>
</table>

<!-- /logo -->

<!-- nav buttons bar -->
<table class="menu" cellpadding="0" cellspacing="0" border="0" width="100%" align="left" style="border-top-width:0px">
<tr align="center">
<if condition="$show['member']">
<td class="menub"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
<if condition="$show['registerbutton']">
<td class="menub"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
</if>
$template_hook[navbar_buttons_left]
<td class="menub"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
<td class="menub"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<td class="menub"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<if condition="$show['popups']">
<if condition="$show['searchbuttons']">
<if condition="$show['member']">
<td class="menub"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="menub"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
<td id="navbar_search" class="menub"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
</if>
<if condition="$show['member']">
<td id="usercptools" class="menub"><a href="$show[nojs_link]#usercptools" accesskey="3">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
</if>
<else />
<if condition="$show['searchbuttons']">
<td class="menub"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
<if condition="$show['member']">
<td class="menub"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="menub"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
</if>
<td class="menub"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
<if condition="$show['member']">
<td class="menub"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=n o,menubar=no,toolbar=no,scrollbars=yes,resizable=y es,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>
</if>
</if>
$template_hook[navbar_buttons_right]
<if condition="$show['member']">
<td class="menub"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td>
</if>
</tr>
</table>
<!-- / nav buttons bar --><br /><br /><br /><br />
<!-- content table -->

$spacer_open

$_phpinclude_output





everything will be the same except the shifting to the center!


or you can directly update the xml file i attached!

kie24k 11-27-2007 12:30 AM

Ah right, everything is fixed now! Thanks for the Help MR.BOSS and top marks for the skin Pandemix :)

Pandemix 11-27-2007 12:48 AM

I updated the XML file on the download.

Huge thanks to MR. BOSS. I will check out my skins more carefully next time I release them. :)

MR.BOSS 11-27-2007 12:54 AM

Quote:

Originally Posted by kie24k (Post 1389992)
Ah right, everything is fixed now! Thanks for the Help MR.BOSS and top marks for the skin Pandemix :)

Quote:

Originally Posted by Pandemix (Post 1389997)
I updated the XML file on the download.

Huge thanks to MR. BOSS. I will check out my skins more carefully next time I release them. :)



No problem Any time, thanks alot for providing us such a cool style!

ShawneyJ 11-27-2007 07:25 AM

this is weird as its working fine for me since day one.

Pandemix 11-27-2007 06:35 PM

Quote:

Originally Posted by jaycob (Post 1390139)
this is weird as its working fine for me since day one.

Yes, I found it odd how it worked for you and I but not anyone else.

I would update the XML file if I was you jaycob, it has the fix to the problem in it. Maybe you aren't seeing it, but your members are. :(

Robert Paulson 11-28-2007 01:59 AM

Quote:

Originally Posted by Pandemix (Post 1389809)
Did you upload the image directory? Upload the whole file "bluedarkness" into your images/ directory.

The whole FILE, or FOLDER?

I uploaded the BD folder into the images/misc folder. Should I have uploaded only the contents of the bd folder into the images/misc folder, instead of the folder itself? Right now, it still looks the same as the previous screenshot that I provided.

Again, this is an awesome style, and I'm half retarded and totally new, so I guarantee the problem is on my end. I only need to be told once or twice, and when it clicks, it clicks. It just hasn't clicked for me yet.:D

I will be forever grateful to whomever can walk the noob through this.

I'm going to go ahead and thank MR. BOSS anyways, because he asked for it and seems to have helped the less new out! You rock!


All times are GMT. The time now is 06:59 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.01073 seconds
  • Memory Usage 1,750KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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