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)

Demo16 02-03-2010 10:43 AM

Quote:

Originally Posted by DUI_ (Post 1966738)
I have followed instructions and installed everything, however mine is showing up like this... (see attachment).

What am I doing wrong?

same problem here

rlvassallo 02-03-2010 03:54 PM

1 Attachment(s)
I have tried and tried to get the drop box to work, followed the steps, and instructions as listed. To no avail, I am still left with just the text showing up by default with no drown down box displayed. When mousing over the links they fade to about 10% opacity. I have attached an image depicting what i'm referring to.

mabersoft 02-03-2010 05:12 PM

Will this be made into a product so you dont have to do the edits?

ViciousCode 02-03-2010 10:20 PM

mod updated to 1.5 :)

balkanboy 02-04-2010 01:42 AM

hrmm i like this idea mate im hopeing it will become a product i dnt feel comfortable with template edits :( but looks awesome from what iv seen keep up the work :D

Razfaz 02-04-2010 06:06 AM

No its work for me! Perfekt !!!

rlvassallo 02-04-2010 10:26 AM

You need to rewrite your code so it doesn't call "dropdown.js" or "dropdown.css" from the images folder.

Calling the drop down box:
Code:

<script type="text/javascript" src="images/dropdown.js"></script>
<link rel="stylesheet" href="images/dropdown.css" type="text/css" />

needs to be changed to this:

Code:

<script type="text/javascript" src="clientscript/dropdown.js"></script>
<link rel="stylesheet" href="clientscript/dropdown.css" type="text/css" />

Properly change the Admin & Mod links to work correctly:
Ensure that they are calling to the proper directory. Admin: "admincp/index.php" and Moderators: "modcp/index.php"

MmS1 02-04-2010 10:52 AM

not work and it's more uglier then the last update

Sador 02-04-2010 10:55 AM

@Vicious, it's getting kinda hard to follow what is what version and what it does and what is changed and so on.

Could you maybe add a changelog.txt or something to the attachments and update it to show what every new version does and so on? Makes it a bit easier to follow this.

kisanjong 02-04-2010 04:46 PM

thanks for the update :) - just one thing, what is the update?/what are the differences :)

just this part

Code:

Replace with this ** Updated** 1.5 - New Version
and the xml file ?


All times are GMT. The time now is 12:39 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.01521 seconds
  • Memory Usage 1,734KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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