vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Login That is Used here (https://vborg.vbsupport.ru/showthread.php?t=182168)

NLSMike 06-11-2008 12:24 PM

Login That is Used here
 
I was looking for the code or plug in on the login bar like it is here. Up in the top right corner. I have searched here multiple times with no luck finding it and was hoping someone could help me out finding it or letting me know how to do it. Thanks Mike

Lynne 06-11-2008 01:59 PM

I have never seen someone actually post the template used. I've just seen people point out that it's all in the source code (which it is) and so you can just figure it out from there.

Jase2 06-11-2008 02:05 PM

It is just placed in the header. I've done the same on my dev board, just need to fix a few validation errors. You will need to create a class for your header so it is controlled separately. In additional CSS add:

.header {
background: url(path/to/background/image.gif) repeat-x;
}

Then, in your header template, put (just before the header coding):

<div class="header">

Opserty 06-11-2008 02:28 PM

I think he is talking about the Login Form Jase2 not the stuff around it.

The code is located in the navbar template I believe you should be able to copy it out of that template and put it in your header template.

Dismounted 06-12-2008 06:09 AM

It is just a rearrangement of the boxes.


All times are GMT. The time now is 08:05 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.02109 seconds
  • Memory Usage 1,708KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete