Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
Contraverse vBulletin Skin Details »»
Contraverse vBulletin Skin
Version: 1.0.0, by ChaosBurnt ChaosBurnt is offline
Developer Last Online: Feb 2009 Show Printable Version Email this Page

Version: 3.8.0 Beta 3 Rating:
Released: 10-26-2008 Last Update: 11-20-2008 Installs: 28
Additional Files Translations  
No support by the author.

Black and blue tech skin, 100% home-made images (excluding pre-existing vBulletins minor graphics of course!)

This skin was originally designed by myself as a phpBB3 template but I have ported over to vBulletin as a request for a friend. Figured I could include it here if anyone wants to use it.

blank psd's for logo and buttons included.

Show Your Support

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

Comments
  #32  
Old 11-03-2008, 02:23 PM
ChaosBurnt's Avatar
ChaosBurnt ChaosBurnt is offline
 
Join Date: Feb 2008
Location: United Kingdom
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

An unusual way around it, I cannot see this as being a good solution but if you're happy with it so be it.

I'll look at making the logo a float element, maybe that will resolve the problem properly for you.
Reply With Quote
  #33  
Old 11-03-2008, 03:09 PM
g0dfather1984 g0dfather1984 is offline
 
Join Date: May 2008
Posts: 449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ChaosBurnt View Post
Answered that one for myself, just deleted my own avatar on my test site and the unknown.gif shows just fine, interesting one this!
Can you check your ftp and see if the unknown.gif is present.

Where are you exactly on your site when you get to that page, I am having trouble locating that page within the groups on my test site!
It would be on the profile page. Sorry about the delayed response.
Reply With Quote
  #34  
Old 11-03-2008, 03:34 PM
ChaosBurnt's Avatar
ChaosBurnt ChaosBurnt is offline
 
Join Date: Feb 2008
Location: United Kingdom
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by basskiller View Post
6.0

But I have found a way to fix it.. atleast on my end

whereas the original looks like this
Code:
<div  id="wrap">
<!-- logo -->
<a name="top"></a>
    <div id="logo_block">
     
        <div class="logo-l"></div>
        <div class="logo-m"><div style="text-align:center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />$ad_location[ad_header_logo]</a></div></div> 
        <div class="logo-r"></div></div>
and I moved the "div" closing tag (in red) to here

Code:
<div  id="wrap">
<!-- logo -->
<a name="top"></a>
    <div id="logo_block">
     
        <div class="logo-l"> 
        <div class="logo-m"><div style="text-align:center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />$ad_location[ad_header_logo]</a></div></div> </div>
        <div class="logo-r"></div></div>
which seems to make it work for me ..

again..Thanks for the skin..Probably the best I've seen in quite some time..Great work!!!

One other question
which font are you using for the logo? is there somewhere I can find that easily?
Thanks again
Okay, I think the problem is the use of the secondary div, which struck me as superfluous when I used it, but the day had been a long one, you know how it is. Finding the source of problems once the skin is finished is not so easy, but the secondary div still makes no sense to me, so let's try this.

Find this:
Code:
<div id="logo_block">
     
        <div class="logo-l"></div>
        <div class="logo-m"><div style="text-align:center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />$ad_location[ad_header_logo]</a></div></div>
        <div class="logo-r"></div>
    </div>
Replace with this:
Code:
<div id="logo_block">
     
        <div class="logo-l"></div>
        <div class="logo-m" style="text-align: center;"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />$ad_location[ad_header_logo]</a></div>
        <div class="logo-r"></div>
    </div>
Let me know how it goes
Reply With Quote
  #35  
Old 11-03-2008, 03:46 PM
ChaosBurnt's Avatar
ChaosBurnt ChaosBurnt is offline
 
Join Date: Feb 2008
Location: United Kingdom
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by g0dfather1984 View Post
It would be on the profile page. Sorry about the delayed response.
Okay, I'm trying to track down the problem, some where I must have changed the value for unknown.gif but I'll be darned if I can find it.
I'll get back to you when I find the problem
Reply With Quote
  #36  
Old 11-03-2008, 04:06 PM
ChaosBurnt's Avatar
ChaosBurnt ChaosBurnt is offline
 
Join Date: Feb 2008
Location: United Kingdom
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by g0dfather1984 View Post
It would be on the profile page. Sorry about the delayed response.
Hmmm, my bad, I missed an image mate, no need for any changes to code as nothing is wrong, just upload the attached image to:

Code:
images/contraverse/misc/
That'll fix that right up
Reply With Quote
  #37  
Old 11-04-2008, 03:12 AM
g0dfather1984 g0dfather1984 is offline
 
Join Date: May 2008
Posts: 449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ChaosBurnt View Post
Hmmm, my bad, I missed an image mate, no need for any changes to code as nothing is wrong, just upload the attached image to:

Code:
images/contraverse/misc/
That'll fix that right up
Ah, works like a charm!

Excellent work!

Thank you very much!
Reply With Quote
  #38  
Old 11-04-2008, 06:06 AM
basskiller basskiller is offline
 
Join Date: Jan 2003
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ChaosBurnt View Post
Okay, I think the problem is the use of the secondary div, which struck me as superfluous when I used it, but the day had been a long one, you know how it is. Finding the source of problems once the skin is finished is not so easy, but the secondary div still makes no sense to me, so let's try this.

Find this:
Code:
<div id="logo_block">
     
        <div class="logo-l"></div>
        <div class="logo-m"><div style="text-align:center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />$ad_location[ad_header_logo]</a></div></div>
        <div class="logo-r"></div>
    </div>
Replace with this:
Code:
<div id="logo_block">
     
        <div class="logo-l"></div>
        <div class="logo-m" style="text-align: center;"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />$ad_location[ad_header_logo]</a></div>
        <div class="logo-r"></div>
    </div>
Let me know how it goes
It seems to create the same problem as before
Reply With Quote
  #39  
Old 11-04-2008, 06:54 AM
ChaosBurnt's Avatar
ChaosBurnt ChaosBurnt is offline
 
Join Date: Feb 2008
Location: United Kingdom
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have to say basskiller, I'm lost for an answer, there is no reason what so ever for the code not to work I can think of.
Placing the end div where you say you have it will result in the div content being completely out of alignment.
I have searched extensively on the net for any other people reporting similar problems to the one you suggest but have yet to find anything the same, and most certainly have not found a solution. I could understand if the code was bad but the code I have used is perfectly correct, I'm at a loss mate

Just so you can see what I mean, this is the result of your notion in FF:
Reply With Quote
  #40  
Old 11-04-2008, 11:24 AM
sidman's Avatar
sidman sidman is offline
 
Join Date: Oct 2008
Location: Assam, India
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Reverend,
Can I convert the skin (colors only) to a white-theme? (basically make black white, and the other way around)?
The black tone isnt easy for everybody to appreciate..
Reply With Quote
  #41  
Old 11-04-2008, 12:01 PM
ChaosBurnt's Avatar
ChaosBurnt ChaosBurnt is offline
 
Join Date: Feb 2008
Location: United Kingdom
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sidman View Post
Reverend,
Can I convert the skin (colors only) to a white-theme? (basically make black white, and the other way around)?
The black tone isnt easy for everybody to appreciate..
For use on your own site sidman you are free to do with the skin as you see fit, I do ask that if you change my skins radically as you are suggesting that you add a bit in the footer stating you have altered the skin.
Reply With Quote
Reply

Thread Tools

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 05:55 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.04504 seconds
  • Memory Usage 2,318KB
  • 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
  • (8)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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