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 - Login Images (https://vborg.vbsupport.ru/showthread.php?t=246683)

LouiseWilson 06-08-2012 12:56 PM

yes this works with 4.2.x

however slight code change I would add the following

Code:

<img style="position: relative; top: 6px;" img src="./images/icons/username.png" alt="Username" />
changing the 6px to the height of the image

zascok 07-28-2012 10:23 AM

1 Attachment(s)
Quote:

Originally Posted by LouiseWilson (Post 2337717)
yes this works with 4.2.x

however slight code change I would add the following

Code:

<img style="position: relative; top: 6px;" img src="./images/icons/username.png" alt="Username" />
changing the 6px to the height of the image

Or

add into additional.css

Code:

.logindetails img{
position: relative;
top: 7px;
padding-right: 2px;       
}

And just to keep going

image for Register
PHP Code:

<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">
[
add This Here]
<
img src="./images/misc/reg.png" alt="Register" />
[/
add This Here]
{
vb:rawphrase register}</a></li>
            </
vb:if> 

image for Help
PHP Code:

<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">
[
add This Here]
<
img src="./images/misc/help.png" alt="Help" />
[/
add This Here]
{
vb:rawphrase help}</a></li



All times are GMT. The time now is 03:57 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.01247 seconds
  • Memory Usage 1,725KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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