vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Can I change Login In Placement. (https://vborg.vbsupport.ru/showthread.php?t=264999)

TheSSDReview 06-10-2011 03:23 PM

Can I change Login In Placement.
 
My login on the site is located top right of the screen and interferes with the banner, depending on screen size.

It is here:

http://thessdreview.com

I have seen other Vbulletin sites with it placed differently as it is here:

http://www.vtxcafe.com/login.php?do=...fb79313ee95066

and another where I saw it in the middle below the center banner.

Can I change this?

Tx ahead...Les

TheSSDReview 06-12-2011 11:33 AM

Nobody?

Lautaro 06-12-2011 05:48 PM

You can change the position of it if you edit the style of your forum. However you need to know how to edit that, otherwise ask for someone who knows html/php to help you with that.

sivaganeshk 06-14-2011 11:59 AM

looking for the same

nitra1000 06-14-2011 01:04 PM

You've got to know HTML and CSS quite extensively, then you edit the header template. Copying the login code to where you want to put it, and then tweaking it to look how you want.

If you want to move it out of the header template you also need to know how to register varibles.

strudinox 06-14-2011 05:54 PM

If you don't know CSS/HTML it might be easier to find a theme that already has it done for you.

setishock 06-14-2011 07:56 PM

It's not complicated at all. Tip of the hat to Andy at VB com for putting me on to this.
Code:

.toplinks {
        position:absolute;
        {vb:stylevar right}:{vb:math {vb:stylevar padding}*2};
        right: 140px !important; /* changed by andy added */
        top:247px;
        font: {vb:stylevar header_font};
        text-align:{vb:stylevar right};
}

Put that in additional.css. Then just edit the numbers till you get it where you want it. Keep in mind though that that also affects where the log in will sit. The numbers already in the code I posted put my toplinks in the navbar. Depending on your header size it may not put it in the same place. Just play with the settings till you get it where you want it.

TaDa...

http://www.animeappeal.com/?styleid=106

You might need these also. They go in the same place.
Code:

.remember {
                font-size: {vb:math {vb:stylevar font.fontSize}-3}px;
        color: black;}

.logindetails {
        padding: 0 {vb:stylevar padding};
        text-align: center;
        background: transparent !important;
        height: 21px !important;
}


TheSSDReview 06-14-2011 09:49 PM

I like this except... How did you get it on top of your menu bar? Mine will not. Its hidden underneath..


Edit!!! Thanks. This works great for advertising which overlapped before!

http://thessdreview.com/Forums/

TheLastSuperman 06-14-2011 11:03 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=254794" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=254794</a>

setishock 06-15-2011 06:34 AM

Quote:

Originally Posted by TheSSDReview (Post 2207821)
I like this except... How did you get it on top of your menu bar? Mine will not. Its hidden underneath..


Edit!!! Thanks. This works great for advertising which overlapped before!

http://thessdreview.com/Forums/

I am so sorry. It appears I left out a step. The toplinks will hide behind a color or image in the navbar so you have to make it transparent. Again I am sorry for leaving that out.


All times are GMT. The time now is 07:23 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.01087 seconds
  • Memory Usage 1,738KB
  • 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
  • (1)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