vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Mini Mods - Advanced Header V2 Rework (https://vborg.vbsupport.ru/showthread.php?t=233813)

axix20xx 04-29-2010 07:41 AM

1 Attachment(s)
my forum is right to left and all i see is this . please help fix it ...

Golzarion 04-30-2010 08:08 PM

Yes. It is not compatible with Right-to-Left forums ...

Golzarion 04-30-2010 08:23 PM

Quote:

Originally Posted by Golzarion (Post 2029742)
Yes. It is not compatible with Right-to-Left forums ...

ok. to fix it for Right-to Left languages forums , just the step 2 will be a little different :
Step 2.

Edit vbulletin.css (inside CSS templates)

add this code at the very bottom

Code:

.top-header-info{
    position:absolute;
    z-index: 2000;
    top:0px;
    left:0px;
    padding-right: 12px;
    padding-top: 8px;
    padding-left: 6px;
    padding-bottom: 0px;
    margin-top: -0px;
    height: 85px;
    width:320px;
    color:#FFFFFF;
    background: #7192A8 url(images/gradients/gradient-grey-down.png) top left repeat-x;
    font: 12px verdana;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topright: 0px;
    -webkit-border-radius-top-right: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-radius-top-left: 0px;
    -moz-border-topright-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-topleft-radius: 0px;
    -webkit-border-top-left-radius: 0px;
}

#one-ddcontent li a:link{
    color: #000000;
}
#one-ddcontent li a:hover{
    color: #FFFFFF;
}

@ViciousCode : You created the nice mod specially for vB4 . please add this codes at the first post for Right-to-Left forums.
thx.

ViciousCode 04-30-2010 09:13 PM

i dont have right to left experience, sorry

JohnMcClane 04-30-2010 11:02 PM

Probably already been asked but isn't it possible to have this modification without template edits?

sKippah 05-07-2010 10:56 AM

Would be nice if u could use the vb:phrase instead of "My Profile - Edit Profile and so on"
Thanks

fluidswork 05-07-2010 04:06 PM

Nice addon !!!!!!!!!!!

Jacob_ITAPros 05-08-2010 03:40 AM

Everything is fine for me, however the two administrative lines:

Code:

<vb:if condition="$show['admincplink']"><li><a href="{vb:raw admincpdir}/index.php{vb:raw session.sessionurl_q}" class="th-underline">Admin cPanel</a></li></vb:if>
<vb:if condition="$show['modcplink']"><li><a href="{vb:raw modcpdir}/index.php{vb:raw session.sessionurl_q}" class="th-underline">Mod cPanel</a></li></vb:if>

...Are not working for me. The {vb:raw admincpdir} variable (and the mod one) is not picking up for some reason and as a result, these lines links directly to site.com/index.php. The path is fine and these links are identical to what is being used in the footer to do the same thing, the only difference is that they work in the footer.

Can anyone duplicate this issue?

BellyBelly 05-10-2010 11:18 PM

Can anyone show me an example in a bigger screenshot, so I can see where/how it sits in the forum?

GamerPerfection 05-20-2010 05:03 PM

Awesome, looks good on my test site. Thanks and installed.


All times are GMT. The time now is 02:25 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.01168 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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