vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Contraverse vBulletin Skin (https://vborg.vbsupport.ru/showthread.php?t=194700)

ChaosBurnt 11-03-2008 02:23 PM

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.

g0dfather1984 11-03-2008 03:09 PM

Quote:

Originally Posted by ChaosBurnt (Post 1658357)
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.

ChaosBurnt 11-03-2008 03:34 PM

Quote:

Originally Posted by basskiller (Post 1658534)
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 ;)

ChaosBurnt 11-03-2008 03:46 PM

Quote:

Originally Posted by g0dfather1984 (Post 1658622)
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:)

ChaosBurnt 11-03-2008 04:06 PM

Quote:

Originally Posted by g0dfather1984 (Post 1658622)
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;)

g0dfather1984 11-04-2008 03:12 AM

Quote:

Originally Posted by ChaosBurnt (Post 1658662)
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!

basskiller 11-04-2008 06:06 AM

Quote:

Originally Posted by ChaosBurnt (Post 1658644)
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

ChaosBurnt 11-04-2008 06:54 AM

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:

sidman 11-04-2008 11:24 AM

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..

ChaosBurnt 11-04-2008 12:01 PM

Quote:

Originally Posted by sidman (Post 1659275)
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. ;)


All times are GMT. The time now is 11:11 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.01194 seconds
  • Memory Usage 1,759KB
  • 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
  • (8)bbcode_code_printable
  • (7)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