Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Blue Darkness By Admin-Utopia.com Details »»
Blue Darkness By Admin-Utopia.com
Version: 1.1, by Pandemix Pandemix is offline
Developer Last Online: Jul 2015 Show Printable Version Email this Page

Version: 3.6.8 Rating:
Released: 11-24-2007 Last Update: 11-26-2007 Installs: 16
Auto-Templates
 
No support by the author.

Not the most original name, but it's not the worst theme you've ever seen

The only images included in this one are the post buttons. The PSD to the banner is in the "images/custom" folder.

Support is offered to those who install it. pre-install questions/Comments are open to all.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 11-26-2007, 08:26 PM
kie24k kie24k is offline
 
Join Date: Nov 2007
Location: UK
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah thanks ;D
Reply With Quote
  #23  
Old 11-26-2007, 09:34 PM
Pandemix Pandemix is offline
 
Join Date: Sep 2007
Location: nj, usa
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the fix. I will update the files.
Reply With Quote
  #24  
Old 11-26-2007, 10:06 PM
kie24k kie24k is offline
 
Join Date: Nov 2007
Location: UK
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The skin had changed, the navigation had moved etc. I didn't look how it should of done.
Reply With Quote
  #25  
Old 11-27-2007, 12:13 AM
MR.BOSS MR.BOSS is offline
 
Join Date: Sep 2007
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Pandemix View Post
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!
Reply With Quote
  #26  
Old 11-27-2007, 12:30 AM
kie24k kie24k is offline
 
Join Date: Nov 2007
Location: UK
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah right, everything is fixed now! Thanks for the Help MR.BOSS and top marks for the skin Pandemix
Reply With Quote
  #27  
Old 11-27-2007, 12:48 AM
Pandemix Pandemix is offline
 
Join Date: Sep 2007
Location: nj, usa
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #28  
Old 11-27-2007, 12:54 AM
MR.BOSS MR.BOSS is offline
 
Join Date: Sep 2007
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kie24k View Post
Ah right, everything is fixed now! Thanks for the Help MR.BOSS and top marks for the skin Pandemix
Quote:
Originally Posted by Pandemix View Post
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!
Reply With Quote
  #29  
Old 11-27-2007, 07:25 AM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is weird as its working fine for me since day one.
Reply With Quote
  #30  
Old 11-27-2007, 06:35 PM
Pandemix Pandemix is offline
 
Join Date: Sep 2007
Location: nj, usa
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jaycob View Post
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.
Reply With Quote
  #31  
Old 11-28-2007, 01:59 AM
Robert Paulson's Avatar
Robert Paulson Robert Paulson is offline
 
Join Date: Nov 2007
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Pandemix View Post
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.

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!
Reply With Quote
Reply


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:32 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05893 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete