Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 06-10-2011, 03:23 PM
TheSSDReview TheSSDReview is offline
 
Join Date: Feb 2011
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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
Reply With Quote
  #2  
Old 06-12-2011, 11:33 AM
TheSSDReview TheSSDReview is offline
 
Join Date: Feb 2011
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nobody?
Reply With Quote
  #3  
Old 06-12-2011, 05:48 PM
Lautaro's Avatar
Lautaro Lautaro is offline
 
Join Date: Jan 2009
Location: United States
Posts: 233
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #4  
Old 06-14-2011, 11:59 AM
sivaganeshk sivaganeshk is offline
 
Join Date: Oct 2010
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

looking for the same
Reply With Quote
  #5  
Old 06-14-2011, 01:04 PM
nitra1000's Avatar
nitra1000 nitra1000 is offline
 
Join Date: Dec 2009
Location: uk
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #6  
Old 06-14-2011, 05:54 PM
strudinox's Avatar
strudinox strudinox is offline
 
Join Date: Mar 2010
Location: California
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you don't know CSS/HTML it might be easier to find a theme that already has it done for you.
Reply With Quote
  #7  
Old 06-14-2011, 07:56 PM
setishock setishock is offline
 
Join Date: Feb 2008
Location: Houma, La.
Posts: 1,177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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;
}
Reply With Quote
  #8  
Old 06-14-2011, 09:49 PM
TheSSDReview TheSSDReview is offline
 
Join Date: Feb 2011
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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/
Reply With Quote
  #9  
Old 06-14-2011, 11:03 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="https://vborg.vbsupport.ru/showthread.php?t=254794" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=254794</a>
Reply With Quote
  #10  
Old 06-15-2011, 06:34 AM
setishock setishock is offline
 
Join Date: Feb 2008
Location: Houma, La.
Posts: 1,177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Thread Tools
Display Modes

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:52 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.05137 seconds
  • Memory Usage 2,248KB
  • Queries Executed 11 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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