PDA

View Full Version : Advanced Header V2 Rework


ViciousCode
22 Jan 2010, 03:38
NEW Version works with version 4.0.8 and above!

Check Out The New Version (http://www.vbulletin.org/forum/showthread.php?t=257261)

-------------------------------------------------------------------------

Sorry for the long wait, but here is the working and better version of Advanced Header v2

this version will work on 4.0.1 + Up

Look at the screenshot below

First upload the files from the archive to the correct folders in your forum.

Now its time to edit the templates.

Step 1.

Upload the files to the image directory.


Step 2.

Edit vbulletin.css (inside CSS templates)

add this code at the very bottom



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


Step 3.

Edit the header template

Find This



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Add above



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Find This



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Replace with this ** Updated** 1.5 - New Version



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Find This (Only f your logo height is small as 45 pixels)



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


Add Below



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


Step 4.

Edit navbar_notifications_menubit template

Replace all with this - Fixed.



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Optional (Add the admin and mod links)

add This above My Profile link



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

TheLastSuperman
22 Jan 2010, 03:42
Very nice I like it ;)

FF|Skyrider
22 Jan 2010, 07:07
Indeedish! How ever, it doesn't work for me. I don't get the overlay around the avatar, etc. The menu itself seems to work. I've done everything as instructed. And yes, files uploaded correctly. And yes, I did every single step correctly multiple times.

sematopdemir
22 Jan 2010, 08:24
Indeedish!

Sador
22 Jan 2010, 11:49
Do you still have to install the avatar in header mod first, or is this all you need to do now?

Datenpapst
22 Jan 2010, 12:52
never mind seemed to be a problem with the old avatar addon. good work :)

ViciousCode
22 Jan 2010, 14:47
Indeedish! How ever, it doesn't work for me. I don't get the overlay around the avatar, etc. The menu itself seems to work. I've done everything as instructed. And yes, files uploaded correctly. And yes, I did every single step correctly multiple times.

it should work, maybe clear your browser cache and refresh ?

Datenpapst
22 Jan 2010, 15:00
how to change the color of the dropdown, the border and the hover color for the menu points?

ViciousCode
22 Jan 2010, 15:03
have to edit the dropdown.css which is in clientscript folder

merhaba.nu
22 Jan 2010, 15:45
Do you still have to install the avatar in header mod first, or is this all you need to do now?

+1.

Sador
22 Jan 2010, 16:41
Installed this, and it works fine. However, for some reason the font color of Friends & Contacts is white, so you can't see it. (unless you mouse over of course) Does anybody know where I can change this?

http://www.tiswah.com/forum/uploaded/1/friends_bug.jpg

FF|Skyrider
22 Jan 2010, 17:04
+1.
At the bottom:
Note: For the avatar to properly show, import this plugin

this is same plugin from previous version with a minor fix

So yea, it's required.

*shrugs*, I still am having issues.. Reverted templates back to default and tried again, I still don't have an overlay.

http://www.vbulletin.org/forum/attachment.php?attachmentid=110715&d=1264149566

I also have the same issue as Sadoy, Friends & contact text is white, which makes it hard to see unless you mouse over it.

TheLastSuperman
22 Jan 2010, 17:17
Aye!

Vicious you know I like you man but here's the dealio for everyone new to this or just not aware:

1. You can't just copy someones code as Daten did yours without asking first unless you marked your mod as "Re-Usable Code".
2. You can upload SevenSkins product for download in your mod thread Vicious.
3. YOU all can however ask each other for permission to do so but the product of one coder should not be placed for download in another coders modification thread all sorts of issue come to mind including but not limited to the original coder updating his mod yet this version would remain and be outdated could cause issues int he future no matter how responsible you are it's still two edits and having to keep up with it = no no.
4. Daten should have come to you and offered his code no sense having a new thread about it, your Rework is slightly different that your original mod thread and it works fine on 4.0 not 4.0.1 and this version here works fine on 4.0.1 but looks off in 4.0 I bet due to the alignment issue so it can be left as it's for use with a specific version IF you make sure the version listed is 4.0 instead of 4.0.x

Other stuff comes to mind but a few of you just needed that to be said I hope, meant as a fyi.

Mike

ViciousCode
22 Jan 2010, 17:21
okay try this instead

remove the top header info from vbulletin.css

and add it like this to headerinclude template after dropdown.js script line



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

ViciousCode
22 Jan 2010, 17:23
Aye!

Vicious you know I like you man but here's the dealio for everyone new to this or just not aware:

1. You can't just copy someones code as Daten did yours without asking first unless you marked your mod as "Re-Usable Code".
2. You can upload SevenSkins product for download in your mod thread Vicious.
3. YOU all can however ask each other for permission to do so but the product of one coder should not be placed for download in another coders modification thread all sorts of issue come to mind including but not limited to the original coder updating his mod yet this version would remain and be outdated could cause issues int he future no matter how responsible you are it's still two edits and having to keep up with it = no no.
4. Daten should have come to you and offered his code no sense having a new thread about it, your Rework is slightly different that your original mod thread and it works fine on 4.0 not 4.0.1 and this version here works fine on 4.0.1 but looks off in 4.0 I bet due to the alignment issue so it can be left as it's for use with a specific version IF you make sure the version listed is 4.0 instead of 4.0.x

Other stuff comes to mind but a few of you just needed that to be said I hope, meant as a fyi.

Mike

the code has been changed :)

BSMedia
22 Jan 2010, 17:26
You're getting there with it.

1. You should ditch the table, and use <div style="float: right; padding: 3px;"> for the avatar placement

2. You shouldn't make a call to yet another CSS file from the headinclude, instead those definitions should be added to vbulletin.css since you're already requesting an edit there.

3. z-index: 2px; isn't valid. z-index can't have a pixel value and instead should be just 2 if thats what you want it.

4. Why not make use of the already built in vBulletin drop down menus, rather than adding another call to a javascript file. :D

Great work though!

TheLastSuperman
22 Jan 2010, 17:27
Ahh thanks yeah that's a big no-no... I know the rules for posting mods are around here somewhere let me find the link, I just don't want you all to get in trouble and even Daten seems to be confused on the proper methods plus if we don't make it known when stuff like this happens others might make a repeat in the future :( and we don't want that either ;).

Mike

TheLastSuperman
22 Jan 2010, 17:31
You're getting there with it.

1. You should ditch the table, and use <div style="float: right; padding: 3px;"> for the avatar placement

2. You shouldn't make a call to yet another CSS file from the headinclude, instead those definitions should be added to vbulletin.css since you're already requesting an edit there.

3. z-index: 2px; isn't valid. z-index can't have a pixel value and instead should be just 2 if thats what you want it.

4. Why not make use of the already built in vBulletin drop down menus, rather than adding another call to a javascript file. :D

Great work though!

Vicious think of Z-index like layers, the higher the number the better the chances of it being on the very top ;)

ViciousCode
22 Jan 2010, 17:37
You're getting there with it.

1. You should ditch the table, and use <div style="float: right; padding: 3px;"> for the avatar placement

2. You shouldn't make a call to yet another CSS file from the headinclude, instead those definitions should be added to vbulletin.css since you're already requesting an edit there.

3. z-index: 2px; isn't valid. z-index can't have a pixel value and instead should be just 2 if thats what you want it.

4. Why not make use of the already built in vBulletin drop down menus, rather than adding another call to a javascript file. :D

Great work though!

the vbulletin dropdown has alignment issues, but this dropdown does not.

its easier with the table. i tested the code every way, so i think i know what im doing.

ill fix the z-index part though

CrazyProgrammer
22 Jan 2010, 17:37
i cant see avatars when i use this

ViciousCode
22 Jan 2010, 17:41
i cant see avatars when i use this

upload the plugin-header-avatar.xml then you will see the avatar

Sador
22 Jan 2010, 19:10
You need the new plugin to let it work, if you still have the old one it won't work.

Edit; and Friends & Contacts is still white.

ViciousCode
22 Jan 2010, 19:38
You need the new plugin to let it work, if you still have the old one it won't work.

Edit; and Friends & Contacts is still white.
strange, its not white for me, is your css edited in any way?

zonaenlinea
22 Jan 2010, 20:27
I hope to be testing well thanks

xbrian88
22 Jan 2010, 20:42
I made your last change ... but the avatar? disappeared: D

http://forum.nexthardware.com/gallery/file.php?n=13104&w=o

Sador
22 Jan 2010, 21:21
I made your last change ... but the avatar? disappeared:D

You need the new plugin to let it work, if you still have the old one it won't work. This.

strange, its not white for me, is your css edited in any way?Ehm, not that can remember. It's especially weird that it's only that one, all the others are fine. Someone else in this topic also reported Friends & Contacts to be white, btw.

ViciousCode
22 Jan 2010, 21:26
This.

Ehm, not that can remember. It's especially weird that it's only that one, all the others are fine. Someone else in this topic also reported Friends & Contacts to be white, btw.
that is really strange, i checked the code, installed it on different themes, that link works

try changing the link title to only Friends, maybe the & character is messing with it

Sador
22 Jan 2010, 22:02
that is really strange, i checked the code, installed it on different themes, that link works

try changing the link title to only Friends, maybe the & character is messing with itHm, that wasn't it.

However, after clicking on the Friends & Contacts button in the list it took me to that page, and when I checked it there, it suddenly showed in black like it should. Went to some other pages, but now it shows like it should.

Don't know why it wouldn't at first, but it seems to work now, thanks.

Alex@Mk3OC
22 Jan 2010, 23:02
Excellent mod, had to create 3 seperate dropdown.css files so the dropdowns match my different styles

ViciousCode
23 Jan 2010, 00:53
You need the new plugin to let it work, if you still have the old one it won't work.

Edit; and Friends & Contacts is still white.

add this after class="underline"



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



so it will look like this



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

PixelFx
23 Jan 2010, 01:16
works great, thanks :D

SSJB_7
23 Jan 2010, 10:59
add this after class="underline"



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



so it will look like this



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------




I tried it because i had the same problem but with all my links (all where invisible) and after that only private meassages are shown without mouse over!!!

Ok i fix it i don't know why , i had it twice and i had to put it twice!!!

But in your previous version as admin could see my admincp , can we add it now , it was very good to be possible for me and mods to connect through your mod!!!!

SSJB_7
23 Jan 2010, 12:03
Omg i opened I.E 6 AND I.E 7 to check it and was looking like this

http://i47.tinypic.com/nmj2tk.jpg

PLS help me...

ViciousCode
23 Jan 2010, 12:49
why are you even using ie6 and ie7 in the first place?

Datenpapst
23 Jan 2010, 14:39
good question :D

Alex@Mk3OC
23 Jan 2010, 15:14
Omg i opened I.E 6 AND I.E 7 to check it and was looking like this

http://i47.tinypic.com/nmj2tk.jpg

PLS help me...

Yep get this in IE7 here as well, works fine in IE8 and FF though, but a lot of our users use IE7 still

Alex@Mk3OC
23 Jan 2010, 15:24
Also just fyi I added the code that was supposed to go in vbulletin.css into my additional.css (lynne's mod) and it works fine. Only did it as it meant it was one less template I'd need to worry about when i update vBulletin

SSJB_7
23 Jan 2010, 15:37
Yep get this in IE7 here as well, works fine in IE8 and FF though, but a lot of our users use IE7 still


Same answer here, i think that we make it not only for us but for our users only and should be good functioning for everyone, it's not everyone advanced internet user....
So can we fix it?

Also what i have to add in order to have (only for admins and moderators) the admincp and modcp?

Alex@Mk3OC
23 Jan 2010, 15:52
Same answer here, i think that we make it not only for us but for our users only and should be good functioning for everyone, it's not everyone advanced internet user....
So can we fix it?

Also what i have to add in order to have (only for admins and moderators) the admincp and modcp?

I agree this needs to work in IE7 at the very least as it is still a widely used browser, hopefully the author can fix this for us, otherwise I'll have to uninstall it :(

Having the modcp/admincp link display is a good idea

nitra1000
23 Jan 2010, 16:33
why are you even using ie6 and ie7 in the first place?

What a stupid question, with around 50% of users still on IE and a decent % of them on IE7 or less we need to support it.

It's not the administrators this mod is for, it's for everyone who takes the time to register with us.

I can't beleive you didn't bother to test your code in IE6/7... makes me wonder what other browsers you didn't test.

Safari?
Chrome?
Opera?

Also I beleive the white links are coming from the styleVars (mine were).

Sador
23 Jan 2010, 16:50
vBulletin isn't even fully supporting IE6 anymore if I remember correctly, so I don't see why Vicious should. IE7 is still used often enough though, so support for that would be nice.

SSJB_7
24 Jan 2010, 12:26
also any news about adding only for administrators,moderators the links?

MrKing
24 Jan 2010, 15:17
Installed this, and it works fine. However, for some reason the font color of Friends & Contacts is white, so you can't see it. (unless you mouse over of course) Does anybody know where I can change this?

http://www.tiswah.com/forum/uploaded/1/friends_bug.jpg

i am also having this problem but with the edit profile menu on rollover its fine?

ViciousCode
24 Jan 2010, 22:23
maybe its just an error in vb4.0.1, ill make the drop down default when 4.0.2 comes out.

well the thing is, i dont have ie7, so i cant really test it, im on windows 7 which does not have ie7

s810car
24 Jan 2010, 23:47
I added this to the end of vbulletin.css along with the product code to fix the links


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Had to add the hover color because the link attribute made the font black even with hover over. Hope this helps!

MrKing
25 Jan 2010, 06:39
I added this to the end of vbulletin.css along with the product code to fix the links


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Had to add the hover color because the link attribute made the font black even with hover over. Hope this helps!

Perfect fixed the problem in firefox and i.e 8, not sure about i.e7 , same for me windows 7 installed

Thanks :up:

Senja
25 Jan 2010, 10:31
Problem. The big distance
sorry for my English

s810car
25 Jan 2010, 14:22
Problem. The big distance
sorry for my English

that's due to this:


Find This (Only f your logo height is small as 45 pixels)

Code:

<div class="ad_global_header">
{vb:raw ad_location.global_header1}
{vb:raw ad_location.global_header2}
</div>
<hr />
{vb:raw ad_location.ad_header_end}

Add Below

Code:

<vb:if condition="$show['member']"><div style="height: 50px"></div>


Change the height:50px to whatever you need, possibly remove entirely depending on your style

ViciousCode
25 Jan 2010, 18:04
I added this to the end of vbulletin.css along with the product code to fix the links


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Had to add the hover color because the link attribute made the font black even with hover over. Hope this helps!
thanks, that fixed the problem, cant believe i didnt think of that :D

Alex@Mk3OC
25 Jan 2010, 21:28
Any news on if this is gonna be fixed to work in IE7?

imperial.
26 Jan 2010, 00:36
Gives me this error "invalid_tag_nesting" when I change the header code whit this.



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

ViciousCode
26 Jan 2010, 00:44
remove



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



at the end, right before the ending tag of the table cell "</td>"

DUI_
26 Jan 2010, 03:49
I have followed instructions and installed everything, however mine is showing up like this... (see attachment).

What am I doing wrong?

Razfaz
26 Jan 2010, 06:59
Same here like DUI !!!

Senja
26 Jan 2010, 11:49
that's due to this:



Change the height:50px to whatever you need, possibly remove entirely depending on your style

Thanks:)

FF|Skyrider
26 Jan 2010, 11:54
I have followed instructions and installed everything, however mine is showing up like this... (see attachment).

What am I doing wrong?
Got exactly the same.

ViciousCode
26 Jan 2010, 17:38
try putting this in the header template instead



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



and move the files dropdown.css and dropdown.js file inside the images folder instead of clientscript

then try it!

Razfaz
27 Jan 2010, 05:57
try putting this in the header template instead



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



and move the files dropdown.css and dropdown.js file inside the images folder instead of clientscript

then try it!

Dont work!

ViciousCode
27 Jan 2010, 14:30
works for me.

MmS1
27 Jan 2010, 15:27
not working with me my forum arabic

is there any way to fix it

Sador
27 Jan 2010, 15:59
Did you guys make any template edits to the Header template before this? That might be why it won't work.

MmS1
27 Jan 2010, 16:38
i haven't done any Edit to header

Alex@Mk3OC
27 Jan 2010, 17:55
Any news on IE7 compatibility? Gonna have to uninstall this otherwise :(

imperial.
28 Jan 2010, 13:59
I have followed instructions and installed everything, however mine is showing up like this... (see attachment).

What am I doing wrong?

The same problem, how i can solve it please.

s810car
31 Jan 2010, 12:31
Is it only happening in user CP? Like email page or profile pages? That was my issue, and its due to missing this:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


In the affected templates (obviously vbulletin will have to fix their templates in an update).

Add that line above into any main page templates missing it, it should be above the closing head tag like so


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



It was missing in my USERCP_SHELL template, which affected all pages with the side navigation like the error you are getting in that screenshot.

EDIT: Sorry, in mine I added the product code to headinclude_bottom instead of headinclude, just check for {vb:raw headinclude} instead in those areas, if that doesn't work you have a conflict in your CSS somewhere (such as duplicate class/id names), or disabled javascript possibly

Lianelli
31 Jan 2010, 13:04
Got the same problem as previous users... dropdown box not showing as it's supposed to:

http://frogo-online.com/testforum/forum.php

xbrian88
01 Feb 2010, 01:30
I have followed instructions and installed everything, however mine is showing up like this... (see attachment).

What am I doing wrong?

http://www.hwmania.org/forum/

same problem :(

xbrian88
01 Feb 2010, 21:21
http://www.hwmania.org/forum/

same problem :(

???????

s810car
02 Feb 2010, 00:01
Ok try this:

1. On step 1, add the code to headinclude_bottom, not headinclude. Add at THE VERY end of it.
2. Ensure on each page you are having an issue with your display, that the closing tag for the head html has this line IMMEDIATELY before it, no other css style or javascript, like so


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


3. Ensure your javascript is enabled and you followed the other directions correctly. Also, this code uses opacity, which isn't fully supported in that syntax in IE. Beyond this, I don't see what else could be blocking your ability to use the code without being able to view the site live.

As a side comment, I see in the rollover.css file that the dd tag has an opacity setting, but no filter:alpha setting, this may be the IE compatibility issue mentioned earlier in the thread, but I'd have to test it to be certain

Alex@Mk3OC
02 Feb 2010, 15:22
If it is could you post the fix for the IE compatibility issue as was about to remove it from our test forum so we could try an alternative but I do prefer this one

Demo16
03 Feb 2010, 11:43
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
03 Feb 2010, 16:54
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
03 Feb 2010, 18:12
Will this be made into a product so you dont have to do the edits?

ViciousCode
03 Feb 2010, 23:20
mod updated to 1.5 :)

balkanboy
04 Feb 2010, 02:42
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
04 Feb 2010, 07:06
No its work for me! Perfekt !!!

rlvassallo
04 Feb 2010, 11:26
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:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



needs to be changed to this:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



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
04 Feb 2010, 11:52
not work and it's more uglier then the last update

Sador
04 Feb 2010, 11:55
@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.

MrKing
04 Feb 2010, 17:46
thanks for the update :) - just one thing, what is the update?/what are the differences :)

just this part



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



and the xml file ?

Tri@de
05 Feb 2010, 10:43
the difference is in the code you see below.
it's modified since last version

s810car
07 Feb 2010, 04:17
if the coder is interested, I have converted this code to remove all table tags, only uses a couple extra divs and a ul/li tag setup for the right side information. PM me if so cause I did a lotta alterations with some colors as well as having to find it all since i didn't follow all the directions on placement

ViciousCode
07 Feb 2010, 05:20
if the coder is interested, I have converted this code to remove all table tags, only uses a couple extra divs and a ul/li tag setup for the right side information. PM me if so cause I did a lotta alterations with some colors as well as having to find it all since i didn't follow all the directions on placement

sure if you want to, but whats wrong with tables?

rlvassallo
11 Feb 2010, 11:41
vicious, do you ever respond to those looking for support or fixes from the developer?

Alexandre.R
17 Feb 2010, 20:20
I had no problems setting up with V1 (until vB upgraded to 4.0.1 and now to 4.0.2) but here I have no idea what to do.... upload files from archive to correct folder??

The 2 files in dropdown.zip, where do I extract them?
And what files do I move to images folder?

Sorry man.... but I think the setup instructions need a bit of re-working :(
Hope this can be done soon.. I totally love this mod, I would donate too. But not if I cannot install this mod properly :) hope you understand

FlameGun
18 Feb 2010, 00:54
Is there anyway I can change the backgrounds behind the Username, Get-Help, and Logout

Datenpapst
18 Feb 2010, 15:33
does it work with 4.0.2?

Alexandre.R
19 Feb 2010, 13:54
Avatar is missing :( am using vB 4.0.2 and follow the setup instructions correctly.

Edit: Got it to work, forgot to upload the plugin.

Alex@Mk3OC
20 Feb 2010, 13:09
does it work with 4.0.2?

Working fine on my test forum with 4.0.2

min0taur
23 Feb 2010, 11:10
Yeah its working fine in 4.0.2 anyway can i have arrowdown.png icon?

Shabow
24 Feb 2010, 23:17
How do I add in the arrows like the dev. has in his example? I see they're coded for them, but he did not include them

whitedd
25 Feb 2010, 11:47
Yeah its working fine in 4.0.2 anyway can i have arrowdown.png icon?

...installed but missing same...

dannyheath
26 Feb 2010, 15:10
plz fix it with ie as i will have to take it off to it fix

Alex@Mk3OC
26 Feb 2010, 16:03
What IE version, as the latest update seems to have fixed it in IE7 here

dannyheath
26 Feb 2010, 16:19
it not working with IE8 dont no why

claystation
26 Feb 2010, 16:53
Yeah its working fine in 4.0.2 anyway can i have arrowdown.png icon?...installed but missing same...

same here

Alex@Mk3OC
26 Feb 2010, 19:17
Working fine in IE8 here

RedFoxy
01 Mar 2010, 00:44
good mod, just I don't understand because it isn't with phrase variables and similar...

Attached you can find some pics that I drew for it, but I don't understand the pic arrowrightbl.png

HondaATC
06 Mar 2010, 14:51
How do I change the background color of the box to Black, or dark gray? I played around with dropdown.css and got like zero change.

http://www.3wheelerworld.com/forum.php

HondaATC
06 Mar 2010, 23:19
Nevermind, found the one in vbulletin.css to change it, thanks :)

gruftiradio
16 Mar 2010, 00:24
Hello,

great mod! It works all... only my header is at the ride side of the Window, not centered. Please look at www.gruftiradio.de
How do I fix it?

Greetings,
Andreas

Da-Vinci
19 Mar 2010, 10:58
I had to do quite a bit of editing to get mine looking right but it looks good now, thanks for this it looks great on my forum. Installed and rated 5 http://www.nzb-forum.com/images/smilies/good.gif

http://i40.tinypic.com/24343z4.png

http://i42.tinypic.com/16bawye.png

Demo: www.nzb-forum.com

baghdad4ever
19 Mar 2010, 13:51
it doesnt work in arabic forum with ads in header

any fixation ?

thanks

Morsolo
01 Apr 2010, 08:19
Yeah, I edited mine up a fair bit to get to look right as well. Still a brilliant piece of work though.

Could I request a script or something that flashes the username bar red (or turns it to a different colour) when the user has a notification? I think the "- (1)" isn't really enough to attract attention.
Nevermind, figured it out, simple enough :)

gruftiradio
05 Apr 2010, 21:33
I still have the problem, that the header with this, is not centered. I can't find a solution... what could it be?

Razfaz
08 Apr 2010, 13:58
Hi,
is it possible to show the posts or threads awaiting for moderation for the Mods?
Like the private messages!

dtommy79
11 Apr 2010, 12:56
Hi,

Is the install the same if you have facebook connect enabled?


+

I have a white vertical line next to the dropdown. Check the attached image.

How can i remove it?

Alex@Mk3OC
12 Apr 2010, 09:08
The code needs to be added into the mod header tempate code for the facebook connect button, I have done it on my test site, but it's not enabled yet so haven't been able to test it

Alex@Mk3OC
12 Apr 2010, 10:15
To add the FB Connect button in from VB 4.0.3 use this in your vbulletin.css instead of what's in the first post:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Then in your header template use this code instead of the on in the first post:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Also find the facebook_header template and remove:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


and


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

dtommy79
12 Apr 2010, 20:16
Thnks,

Any idea why this white column is in the dropdown?

http://i43.tinypic.com/2f0606o.gif

axix20xx
29 Apr 2010, 08:41
my forum is right to left and all i see is this . please help fix it ...

Golzarion
30 Apr 2010, 21:08
Yes. It is not compatible with Right-to-Left forums ...

Golzarion
30 Apr 2010, 21:23
Yes. It is not compatible with Right-to-Left forums ...
ok. to fix it for Right-to Left languages forums , just the step 2 will be a little different :
Step 2.

Edit vbulletin.css (inside CSS templates)

add this code at the very bottom



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

@ViciousCode (http://www.vbulletin.org/forum/member.php?u=279337) : You created the nice mod specially for vB4 . please add this codes at the first post for Right-to-Left forums.
thx.

ViciousCode
30 Apr 2010, 22:13
i dont have right to left experience, sorry

JohnMcClane
01 May 2010, 00:02
Probably already been asked but isn't it possible to have this modification without template edits?

sKippah
07 May 2010, 11:56
Would be nice if u could use the vb:phrase instead of "My Profile - Edit Profile and so on"
Thanks

fluidswork
07 May 2010, 17:06
Nice addon !!!!!!!!!!!

Jacob_ITAPros
08 May 2010, 04:40
Everything is fine for me, however the two administrative lines:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



...Are not working for me. The {vb:raw admincpdir} variable (and the mod one) is not picking up for some reason and as a result, these lines links directly to site.com/index.php. The path is fine and these links are identical to what is being used in the footer to do the same thing, the only difference is that they work in the footer.

Can anyone duplicate this issue?

BellyBelly
11 May 2010, 00:18
Can anyone show me an example in a bigger screenshot, so I can see where/how it sits in the forum?

GamerPerfection
20 May 2010, 18:03
Awesome, looks good on my test site. Thanks and installed.

GamerPerfection
21 May 2010, 17:24
Ok, so got it on my test site, and IE messes it up a bit....

FireFox
http://i276.photobucket.com/albums/kk21/clarkey28/FF-ok.jpg
As you can see it all looks good with FireFox.

IE 8 - Without Compatability
http://i276.photobucket.com/albums/kk21/clarkey28/IE8-noComp.jpg
As you can see in IE 8 without Compatability View the word "last" is on the end of the whole thing at the top? Also there is apparently a non-existent image trying to appear?

IE 8 - With Compatability
http://i276.photobucket.com/albums/kk21/clarkey28/IE8-Comp.jpg
As you can see it gets worse. This is using IE 8 with Compatability View on. What a mess.

Anything i can do to clean up the IE one without affecting it in FF?

Jacob_ITAPros
21 May 2010, 17:43
Clarkey25, I had the same issue.

In the .top-header-info css structure, I changed the padding-right to 6px. See if that helps.

GamerPerfection
21 May 2010, 20:08
Thanks, Ok well the padding-right was already set to 6px. However, I changed the width:320px to 300px and that moved the "last" on to the correct line. So that's that bit solved.

Now to figure out this white square with the red cross in IE.

EDIT: Of course... i've just figured it out.... there's supposed to be an image there "arrowdown.png" but the link to it isn't right. That's why IE shows the red cross and FF shows nothing.... silly me.

EDIT 2: Fixed. :) Now there's only the IE 8 Compatability View problem, but I can live with that for now. :)

Jacob_ITAPros
21 May 2010, 20:13
Thanks, Ok well the padding-right was already set to 6px. However, I changed the width:320px to 300px and that moved the "last" on to the correct line. So that's that bit solved.

Now to figure out this white square with the red cross in IE.

Dangit that was the property. Sorry I gave you the wrong one. As for the the missing pic, check your code in the header for the correct path to the image that you're using.

GamerPerfection
21 May 2010, 20:41
Yep sorted the missing image issue. :)

DX-FMJ
26 May 2010, 04:01
First off, awesome mod, had to make a few of my own tweaks but I have ran into a few things I can't figure out.

117557

In the picture above, can someone please tell me how do i change this font from grey to white?

Could I request a script or something that flashes the username bar red (or turns it to a different colour) when the user has a notification? I think the "- (1)" isn't really enough to attract attention.
Nevermind, figured it out, simple enough :)

Mind sharing what you did, and how you did it?

kontagio.us
26 May 2010, 21:01
thank you, works perfectly :)

Alex@Mk3OC
26 May 2010, 21:07
First off, awesome mod, had to make a few of my own tweaks but I have ran into a few things I can't figure out.

117557

In the picture above, can someone please tell me how do i change this font from grey to white?




This is the line you want to look at to change the colour of those:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Afakmax.com
27 May 2010, 21:04
good job ... I like it

DX-FMJ
28 May 2010, 02:49
This is the line you want to look at to change the colour of those:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Thanks for the effort, unfortunately it didn't work, if u look really hard in the screen the "-" is white, your suggestion only changes the dash color :(

I am using digitalvb morbid blue theme btw.

Alex@Mk3OC
28 May 2010, 15:10
Thanks for the effort, unfortunately it didn't work, if u look really hard in the screen the "-" is white, your suggestion only changes the dash color :(

I am using digitalvb morbid blue theme btw.

Have you got a link to your site and I'll have a look?

123_y_321
09 Jun 2010, 10:58
the fade out is not working on IE. It just fades out about 200px then the rest just .... gone.
And can someone show me how to remove 1px border around the avatar. thanks

Can you guys please help.

JasonReynolds
17 Jun 2010, 03:24
How would i make this darker?

JasonReynolds
23 Jun 2010, 16:07
Hey i need all mine transparent exept the arrow?

JasonReynolds
25 Jun 2010, 14:31
Problems fixed. To get the arrow i took mine from the top of this page. right click save image as. then renamed to arrowdown.PNG in paint and changed the color to what was needed in paint. also to get the color transparent most of you probably know but for those of you who dont.

When you see code such as:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Just change it to !


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

CoZmicShReddeR
27 Jun 2010, 14:21
Awesome hack!

I was wondering if anyone using the Facebook connect with VB if they thought this should have a link maybe under logout to sign in or out using Facebook connect? I am not offering to add it maybe asking if someone could please add it to this or add it as an option for those of us using the Facebook connect...

Alex@Mk3OC
27 Jun 2010, 16:57
I've got the code added in mine for the facebook connect button, will post it later for those that want it

Bobbo
27 Jul 2010, 18:14
I noticed on this mod with IE8 (non-compatability mode) when I mouse over the drop down, the item selected color on the menu items doesn't completely follow the mouse up and down the selection choices. Does anyone else have this issue with IE8?
It seems to work as the menu is fading in. However after the menu is fully drawn out and you move the mouse over the selections, the selected color stops working.


Works fine in Firefox. Also works in IE 8 with compatability mode enabled, however in that mode, the login box appears to be bound to the right side of the browser windows. :-(



B

kontagio.us
10 Aug 2010, 23:33
please fix the IE 8 compatibility error

Twikitero
14 Aug 2010, 19:52
Thank you for modified work for me perfect, I liked it, great job

Regards

Hammertime
15 Aug 2010, 21:20
I've got the code added in mine for the facebook connect button, will post it later for those that want it

Please do.

Tagged until then.

A Dead Puppie
16 Aug 2010, 01:30
Installed and works perfectly. but when I get ANY notification i get this and i have to switch to a different theme...WTF.

Alex@Mk3OC
19 Aug 2010, 11:42
Please do.

Tagged until then.

Replace in the original mod:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------





With:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



And then in the facebook_header template replace it all with:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Eazy1
25 Aug 2010, 20:34
I have the header working perfect on 2 other styles... Installed the "GrayFolio" styles yesterday and can't get the header to work properly with it.... any ideas what's going on here?
http://www.vbulletin.org/forum/attachment.php?attachmentid=121291&stc=1&d=1282768532

Eazy1
07 Sep 2010, 23:04
Nothing?

Alex@Mk3OC
10 Sep 2010, 02:12
Have you got a link to your site? I'll have a look for you if you want?

Eazy1
10 Sep 2010, 17:13
Have you got a link to your site? I'll have a look for you if you want?

PM sent, thanks.

Kyojii
14 Dec 2010, 05:06
works good, but still doesn't work too well in IE

overona
12 Jan 2011, 09:48
I cant downloud thr dropdown.zip no permission !!! why ???

ddaybofb
13 Jan 2011, 03:58
How can i get the whole thing to the left instead of the right?

I tried:

.top-header-info{
position:absolute;
z-index: 2000;
top:0px;
left:0px;

ViciousCode
14 Jan 2011, 11:06
New Version is coming soon, including a fix for facebook avatar

using an FBML code instead of the default code that is in the facebook header template!

smnet
14 Jan 2011, 14:40
New Version is coming soon, including a fix for facebook avatar

using an FBML code instead of the default code that is in the facebook header template!

Yeah, I think 4.1.1 bawked this mod. Glad you are doing a new version - great work VC!

I am skinning the development version of my site.... if you need it tested on a stock board, let me know.

ViciousCode
16 Jan 2011, 11:10
will do final testing today! and will post a new version later today.

there will be a quite a few edits, but will be using the default vb pop up menu instead

Update: there will be 2 versions, 1 with facebook connect enabled, and 1 with facebook connect disabled!

nacaruncr
16 Jan 2011, 18:45
with a lot problems but I did can do it :P XD
it's look so fine :D

thanks :D

ViciousCode
17 Jan 2011, 09:57
NEW Version works with version 4.0.8 and above!

Check Out The New Version (http://www.vbulletin.org/forum/showthread.php?t=257261)

CoreyLTH
03 Feb 2011, 04:40
Btw, when adding the Admin/ModCP links it just redirects those links to the homepage.

I fixed it though and whoever else is having the same problem you can use this code. Your forum must be installed within the public_html folder. Meaning www.xxxxx.com/forum.php



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

nacaruncr
26 Feb 2011, 02:05
How I can do it in 4.0.4??
because aren't the same code :S and I don't know how I can do it :S

some one can help me ???

thanks so much :)

GamerPerfection
18 Sep 2011, 14:38
Is it possible to put this in to a widget instead of the header?

doc fluty
04 Jan 2012, 04:08
I would like to put this in a block on the sidebar... any ideas for that to happen?