View Full Version : Mini Mods - Advanced Header V2 Rework
ViciousCode
01-21-2010, 10:00 PM
NEW Version works with version 4.0.8 and above!
Check Out The New Version (https://vborg.vbsupport.ru/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
.top-header-info{
position:absolute;
z-index: 2000;
top:0px;
right:0px;
padding-left: 12px;
padding-top: 8px;
padding-right: 6px;
padding-bottom: 0px;
margin-top: -0px;
height: 85px;
width:320px;
color:#FFFFFF;
background: #7192A8 url(images/gradients/gradient-grey-down.png) top left repeat-x;
font: 12px verdana;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius-topright: 0px;
-webkit-border-radius-top-right: 0px;
-moz-border-radius-topleft: 0px;
-webkit-border-radius-top-left: 0px;
-moz-border-topright-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-topleft-radius: 0px;
-webkit-border-top-left-radius: 0px;
}
#one-ddcontent li a:link{
color: #000000;
}
#one-ddcontent li a:hover{
color: #FFFFFF;
}
Step 3.
Edit the header template
Find This
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">
Add above
<script type="text/javascript" src="images/dropdown.js"></script>
<link rel="stylesheet" href="images/dropdown.css" type="text/css" />
Find This
<ul class="isuser">
<li><a href="login.php?{vb:raw session.sessionurl}do=logout&logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li>
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></li>
<li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
<vb:if condition="$notifications_total">
<li class="popupmenu notifications" id="notifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
<ul class="popupbody popuphover">
{vb:raw notifications_menubits}
</ul>
</li>
<vb:else />
<li class="popupmenu nonotifications" id="nonotifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
<div class="popupbody popuphover">
<p>{vb:rawphrase no_new_messages}</p>
<p><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></p>
</div>
</li>
</vb:if>
<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
</ul>
<vb:comment><p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p></vb:comment>
Replace with this ** Updated** 1.5 - New Version
<div class="top-header-info">
<table border="0">
<tr>
<td width="66" valign="top" style="padding-top: 1px;">{vb:raw header_avatar}</td>
<td valign="top" align="left"><vb:if condition="$notifications_total">
<dl class="th-dropdown">
<dt id="one-ddheader" onmouseover="ddMenu('one',1)" onmouseout="ddMenu('one',-1)"><img src="images/arrowdown.png" border="0" /> {vb:raw bbuserinfo.username} - ({vb:raw notifications_total})</dt>
<dd id="one-ddcontent" onmouseover="cancelHide('one')" onmouseout="ddMenu('one',-1)">
<ul>
{vb:raw notifications_menubits}
<vb:else />
<dl class="th-dropdown">
<dt id="one-ddheader" onmouseover="ddMenu('one',1)" onmouseout="ddMenu('one',-1)"><img src="images/arrowdown.png" border="0" /> {vb:raw bbuserinfo.username}</dt>
<dd id="one-ddcontent" onmouseover="cancelHide('one')" onmouseout="ddMenu('one',-1)">
<ul>
</vb:if>
<li><a href="{vb:link member, {vb:raw bbuserinfo}}" class="th-underline">My Profile</a></li>
<li><a href="profile.php?do=editprofile{vb:raw session.sessionurl_q}" class="th-underline">Edit Profile</a></li>
<li><a href="usercp.php{vb:raw session.sessionurl_q}" class="th-underline">My Settings</a></li>
<li><a href="profile.php?do=buddylist{vb:raw session.sessionurl_q}" class="th-underline">Friends & Contacts</a></li>
<li><a href="private.php{vb:raw session.sessionurl_q}">Private Messages</a></li>
</ul>
</dd>
</dl><div style="margin: 0px 0px 7px 0px; font-size: 11px;"><b>Last Login:</b> {vb:raw pmbox.lastvisitdate} @ {vb:raw pmbox.lastvisittime}</div>
<div style="width: 194px; color: #FFF; padding: 4px 4px 4px 4px; background:#2f4456; font-size: 11px;"><b><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">Get Help</a><b> - <b><a href="login.php?{vb:raw session.sessionurl}do=logout&logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">Logout</a></b></div></td></tr>
</table>
</div>
Find This (Only f your logo height is small as 45 pixels)
<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
<vb:if condition="$show['member']"><div style="height: 50px"></div></vb:if>
Step 4.
Edit navbar_notifications_menubit template
Replace all with this - Fixed.
<li><a href="{vb:raw notification.link}" class="th-underline">{vb:raw notification.phrase} ({vb:raw notification.total})</a></li>
Optional (Add the admin and mod links)
add This above My Profile link
<vb:if condition="$show['admincplink']"><li><a href="{vb:raw admincpdir}/index.php{vb:raw session.sessionurl_q}" class="th-underline">Admin cPanel</a></li></vb:if>
<vb:if condition="$show['modcplink']"><li><a href="{vb:raw modcpdir}/index.php{vb:raw session.sessionurl_q}" class="th-underline">Mod cPanel</a></li></vb:if>
TheLastSuperman
01-22-2010, 02:42 AM
Very nice I like it ;)
Skyrider
01-22-2010, 06:07 AM
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
01-22-2010, 07:24 AM
Indeedish!
Sador
01-22-2010, 10:49 AM
Do you still have to install the avatar in header mod first, or is this all you need to do now?
Datenpapst
01-22-2010, 11:52 AM
never mind seemed to be a problem with the old avatar addon. good work :)
ViciousCode
01-22-2010, 01:47 PM
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
01-22-2010, 02:00 PM
how to change the color of the dropdown, the border and the hover color for the menu points?
ViciousCode
01-22-2010, 02:03 PM
have to edit the dropdown.css which is in clientscript folder
merhaba.nu
01-22-2010, 02:45 PM
Do you still have to install the avatar in header mod first, or is this all you need to do now?
+1.
Sador
01-22-2010, 03:41 PM
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?
https://vborg.vbsupport.ru/
Skyrider
01-22-2010, 04:04 PM
+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.
https://vborg.vbsupport.ru/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
01-22-2010, 04:17 PM
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
01-22-2010, 04:21 PM
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
<style type="text/css">
.top-header-info{
position:absolute;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius-topright: 0px;
-webkit-border-radius-top-right: 0px;
-moz-border-radius-topleft: 0px;
-webkit-border-radius-top-left: 0px;
z-index: 2000;
top:0px;
right:0px;
padding-left: 12px;
padding-top: 8px;
padding-right: 6px;
padding-bottom: 0px;
margin-top: -0px;
height: 85px;
width:320px;
color:#FFFFFF;
background: #7192A8 url(images/gradients/gradient-grey-down.png) top left repeat-x;
font: 12px verdana;
}
</style>
ViciousCode
01-22-2010, 04:23 PM
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
01-22-2010, 04:26 PM
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
01-22-2010, 04:27 PM
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
01-22-2010, 04:31 PM
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
01-22-2010, 04:37 PM
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
01-22-2010, 04:37 PM
i cant see avatars when i use this
ViciousCode
01-22-2010, 04:41 PM
i cant see avatars when i use this
upload the plugin-header-avatar.xml then you will see the avatar
Sador
01-22-2010, 06:10 PM
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
01-22-2010, 06:38 PM
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
01-22-2010, 07:27 PM
I hope to be testing well thanks
xbrian88
01-22-2010, 07:42 PM
I made your last change ... but the avatar? disappeared: D
https://vborg.vbsupport.ru/external/2010/01/48.jpg
Sador
01-22-2010, 08:21 PM
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
01-22-2010, 08:26 PM
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
01-22-2010, 09:02 PM
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
01-22-2010, 10:02 PM
Excellent mod, had to create 3 seperate dropdown.css files so the dropdowns match my different styles
ViciousCode
01-22-2010, 11:53 PM
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"
style="color: #000;"
so it will look like this
<li><a href="{vb:link member, {vb:raw bbuserinfo}}" class="underline" style="color: #000;">My Profile</a></li>
<li><a href="profile.php?do=editprofile{vb:raw session.sessionurl_q}" class="underline" style="color: #000;">Edit Profile</a></li>
<li><a href="usercp.php{vb:raw session.sessionurl_q}" class="underline" style="color: #000;">My Settings</a></li>
<li><a href="profile.php?do=buddylist{vb:raw session.sessionurl_q}" class="underline" style="color: #000;">Friends & Contacts</a></li>
<li><a href="private.php{vb:raw session.sessionurl_q}" style="color: #000;">Private Messages</a></li>
PixelFx
01-23-2010, 12:16 AM
works great, thanks :D
SSJB_7
01-23-2010, 09:59 AM
add this after class="underline"
style="color: #000;"
so it will look like this
<li><a href="{vb:link member, {vb:raw bbuserinfo}}" class="underline" style="color: #000;">My Profile</a></li>
<li><a href="profile.php?do=editprofile{vb:raw session.sessionurl_q}" class="underline" style="color: #000;">Edit Profile</a></li>
<li><a href="usercp.php{vb:raw session.sessionurl_q}" class="underline" style="color: #000;">My Settings</a></li>
<li><a href="profile.php?do=buddylist{vb:raw session.sessionurl_q}" class="underline" style="color: #000;">Friends & Contacts</a></li>
<li><a href="private.php{vb:raw session.sessionurl_q}" style="color: #000;">Private Messages</a></li>
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
01-23-2010, 11:03 AM
Omg i opened I.E 6 AND I.E 7 to check it and was looking like this
https://vborg.vbsupport.ru/external/2010/01/37.jpg
PLS help me...
ViciousCode
01-23-2010, 11:49 AM
why are you even using ie6 and ie7 in the first place?
Datenpapst
01-23-2010, 01:39 PM
good question :D
Alex@Mk3OC
01-23-2010, 02:14 PM
Omg i opened I.E 6 AND I.E 7 to check it and was looking like this
https://vborg.vbsupport.ru/external/2010/01/37.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
01-23-2010, 02:24 PM
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
01-23-2010, 02:37 PM
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
01-23-2010, 02:52 PM
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
01-23-2010, 03:33 PM
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
01-23-2010, 03:50 PM
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
01-24-2010, 11:26 AM
also any news about adding only for administrators,moderators the links?
kisanjong
01-24-2010, 02:17 PM
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
01-24-2010, 09:23 PM
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
01-24-2010, 10:47 PM
I added this to the end of vbulletin.css along with the product code to fix the links
#one-ddcontent li a:link{
color: #000000;
}
#one-ddcontent li a:hover{
color: #FFFFFF;
}
Had to add the hover color because the link attribute made the font black even with hover over. Hope this helps!
kisanjong
01-25-2010, 05:39 AM
I added this to the end of vbulletin.css along with the product code to fix the links
#one-ddcontent li a:link{
color: #000000;
}
#one-ddcontent li a:hover{
color: #FFFFFF;
}
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
01-25-2010, 09:31 AM
Problem. The big distance
sorry for my English
s810car
01-25-2010, 01:22 PM
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
01-25-2010, 05:04 PM
I added this to the end of vbulletin.css along with the product code to fix the links
#one-ddcontent li a:link{
color: #000000;
}
#one-ddcontent li a:hover{
color: #FFFFFF;
}
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
01-25-2010, 08:28 PM
Any news on if this is gonna be fixed to work in IE7?
imperial.
01-25-2010, 11:36 PM
Gives me this error "invalid_tag_nesting" when I change the header code whit this.
<div class="top-header-info">
<table border="0">
<tr>
<td width="66" valign="top">{vb:raw header_avatar}</td>
<td valign="top" align="left">Welcome, <b><a href="{vb:link member, {vb:raw bbuserinfo}}" style="color: #FFF; text-decoration: none;">{vb:raw bbuserinfo.username}</a></b> <a href="login.php?{vb:raw session.sessionurl}do=logout&logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')" style="font-weight: bold; color: #FFF; padding: 2px 4px 2px 4px; background:#2f4456;">X</a><br />
<br />
<b>Last Login:</b> {vb:raw pmbox.lastvisitdate} @ {vb:raw pmbox.lastvisittime}<br />
<vb:if condition="$notifications_total">
<dl class="th-dropdown">
<dt id="one-ddheader" onmouseover="ddMenu('one',1)" onmouseout="ddMenu('one',-1)"><img src="images/arrowdown.png" border="0" /> User Panel - *New* ({vb:raw notifications_total})</dt>
<dd id="one-ddcontent" onmouseover="cancelHide('one')" onmouseout="ddMenu('one',-1)">
<ul>
{vb:raw notifications_menubits}
<vb:else />
<dl class="th-dropdown">
<dt id="one-ddheader" onmouseover="ddMenu('one',1)" onmouseout="ddMenu('one',-1)"><img src="images/arrowdown.png" border="0" /> User Panel</dt>
<dd id="one-ddcontent" onmouseover="cancelHide('one')" onmouseout="ddMenu('one',-1)">
<ul>
</vb:if>
<li><a href="{vb:link member, {vb:raw bbuserinfo}}" class="underline">My Profile</a></li>
<li><a href="profile.php?do=editprofile{vb:raw session.sessionurl_q}" class="underline">Edit Profile</a></li>
<li><a href="usercp.php{vb:raw session.sessionurl_q}" class="underline">My Settings</a></li>
<li><a href="profile.php?do=buddylist{vb:raw session.sessionurl_q}" class="underline">Friends & Contacts</a></li>
<li><a href="private.php{vb:raw session.sessionurl_q}">Private Messages</a></li>
</ul>
</dd>
</dl>
</vb:if></td>
</tr>
</table>
</div>
ViciousCode
01-25-2010, 11:44 PM
remove
</vb:if>
at the end, right before the ending tag of the table cell "</td>"
I have followed instructions and installed everything, however mine is showing up like this... (see attachment).
What am I doing wrong?
Razfaz
01-26-2010, 05:59 AM
Same here like DUI !!!
Senja
01-26-2010, 10:49 AM
that's due to this:
Change the height:50px to whatever you need, possibly remove entirely depending on your style
Thanks:)
Skyrider
01-26-2010, 10:54 AM
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
01-26-2010, 04:38 PM
try putting this in the header template instead
<link rel="stylesheet" href="{vb:raw vboptions.bburl}/images/dropdown.css" type="text/css" />
<script type="text/javascript" src="{vb:raw vboptions.bburl}/images/dropdown.js"></script>
and move the files dropdown.css and dropdown.js file inside the images folder instead of clientscript
then try it!
Razfaz
01-27-2010, 04:57 AM
try putting this in the header template instead
<link rel="stylesheet" href="{vb:raw vboptions.bburl}/images/dropdown.css" type="text/css" />
<script type="text/javascript" src="{vb:raw vboptions.bburl}/images/dropdown.js"></script>
and move the files dropdown.css and dropdown.js file inside the images folder instead of clientscript
then try it!
Dont work!
ViciousCode
01-27-2010, 01:30 PM
works for me.
not working with me my forum arabic
is there any way to fix it
Sador
01-27-2010, 02:59 PM
Did you guys make any template edits to the Header template before this? That might be why it won't work.
i haven't done any Edit to header
Alex@Mk3OC
01-27-2010, 04:55 PM
Any news on IE7 compatibility? Gonna have to uninstall this otherwise :(
imperial.
01-28-2010, 12:59 PM
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
01-31-2010, 11:31 AM
Is it only happening in user CP? Like email page or profile pages? That was my issue, and its due to missing this:
{vb:raw headinclude_bottom}
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
{vb:raw headinclude_bottom}
</head>
<body>
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
01-31-2010, 12:04 PM
Got the same problem as previous users... dropdown box not showing as it's supposed to:
http://frogo-online.com/testforum/forum.php
xbrian88
02-01-2010, 12:30 AM
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
02-01-2010, 08:21 PM
http://www.hwmania.org/forum/
same problem :(
???????
s810car
02-01-2010, 11:01 PM
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
{vb:raw headinclude_bottom}
</head>
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-02-2010, 02:22 PM
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
02-03-2010, 10:43 AM
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
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:
<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:
<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"
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
Replace with this ** Updated** 1.5 - New Version
and the xml file ?
Tri@de
02-05-2010, 09:43 AM
the difference is in the code you see below.
it's modified since last version
s810car
02-07-2010, 03:17 AM
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
02-07-2010, 04:20 AM
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
02-11-2010, 10:41 AM
vicious, do you ever respond to those looking for support or fixes from the developer?
Alexandre.R
02-17-2010, 07:20 PM
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
02-17-2010, 11:54 PM
Is there anyway I can change the backgrounds behind the Username, Get-Help, and Logout
Datenpapst
02-18-2010, 02:33 PM
does it work with 4.0.2?
Alexandre.R
02-19-2010, 12:54 PM
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
02-20-2010, 12:09 PM
does it work with 4.0.2?
Working fine on my test forum with 4.0.2
min0taur
02-23-2010, 10:10 AM
Yeah its working fine in 4.0.2 anyway can i have arrowdown.png icon?
Shabow
02-24-2010, 10:17 PM
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
02-25-2010, 10:47 AM
Yeah its working fine in 4.0.2 anyway can i have arrowdown.png icon?
...installed but missing same...
dannyheath
02-26-2010, 02:10 PM
plz fix it with ie as i will have to take it off to it fix
Alex@Mk3OC
02-26-2010, 03:03 PM
What IE version, as the latest update seems to have fixed it in IE7 here
dannyheath
02-26-2010, 03:19 PM
it not working with IE8 dont no why
claystation
02-26-2010, 03:53 PM
Yeah its working fine in 4.0.2 anyway can i have arrowdown.png icon?...installed but missing same...
same here
Alex@Mk3OC
02-26-2010, 06:17 PM
Working fine in IE8 here
RedFoxy
02-28-2010, 11:44 PM
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
03-06-2010, 01:51 PM
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
03-06-2010, 10:19 PM
Nevermind, found the one in vbulletin.css to change it, thanks :)
gruftiradio
03-15-2010, 11:24 PM
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
03-19-2010, 09:58 AM
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 https://vborg.vbsupport.ru/
https://vborg.vbsupport.ru/external/2010/03/34.png
https://vborg.vbsupport.ru/external/2010/03/35.png
Demo: www.nzb-forum.com
baghdad4ever
03-19-2010, 12:51 PM
it doesnt work in arabic forum with ads in header
any fixation ?
thanks
Morsolo
04-01-2010, 07:19 AM
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
04-05-2010, 08:33 PM
I still have the problem, that the header with this, is not centered. I can't find a solution... what could it be?
Razfaz
04-08-2010, 12:58 PM
Hi,
is it possible to show the posts or threads awaiting for moderation for the Mods?
Like the private messages!
dtommy79
04-11-2010, 11:56 AM
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
04-12-2010, 08:08 AM
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
04-12-2010, 09:15 AM
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:
.top-header-info{
position:absolute;
z-index: 2000;
top:0px;
right:0px;
padding-left: 12px;
padding-top: 8px;
padding-right: 6px;
padding-bottom: 0px;
margin-top: -0px;
height: 95px;
width:320px;
color:#FFFFFF;
background: #7192A8 url(images/gradients/gradient-grey-down.png) top left repeat-x;
font: 12px verdana;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius-topright: 0px;
-webkit-border-radius-top-right: 0px;
-moz-border-radius-topleft: 0px;
-webkit-border-radius-top-left: 0px;
-moz-border-topright-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-topleft-radius: 0px;
-webkit-border-top-left-radius: 0px;
}
#one-ddcontent li a:link{
color: #000000;
}
#one-ddcontent li a:hover{
color: #FFFFFF;
}
Then in your header template use this code instead of the on in the first post:
<div class="top-header-info">
<table border="0">
<tr>
<td width="66" valign="top" style="padding-top: 1px;">{vb:raw header_avatar}</td>
<td valign="top" align="left"><vb:if condition="$notifications_total">
<dl class="th-dropdown">
<dt id="one-ddheader" onmouseover="ddMenu('one',1)" onmouseout="ddMenu('one',-1)"><img src="images/arrowdown.png" border="0" /> {vb:raw bbuserinfo.username} - ({vb:raw notifications_total})</dt>
<dd id="one-ddcontent" onmouseover="cancelHide('one')" onmouseout="ddMenu('one',-1)">
<ul>
{vb:raw notifications_menubits}
<vb:else />
<dl class="th-dropdown">
<dt id="one-ddheader" onmouseover="ddMenu('one',1)" onmouseout="ddMenu('one',-1)"><img src="images/arrowdown.png" border="0" /> {vb:raw bbuserinfo.username}</dt>
<dd id="one-ddcontent" onmouseover="cancelHide('one')" onmouseout="ddMenu('one',-1)">
<ul>
</vb:if>
<li><a href="{vb:link member, {vb:raw bbuserinfo}}" class="th-underline">My Profile</a></li>
<li><a href="profile.php?do=editprofile{vb:raw session.sessionurl_q}" class="th-underline">Edit Profile</a></li>
<li><a href="usercp.php{vb:raw session.sessionurl_q}" class="th-underline">My Settings</a></li>
<li><a href="profile.php?do=buddylist{vb:raw session.sessionurl_q}" class="th-underline">Friends & Contacts</a></li>
<li><a href="private.php{vb:raw session.sessionurl_q}">Private Messages</a></li>
</ul>
</dd>
</dl><div style="margin: 0px 0px 7px 0px; font-size: 11px;"><b>Last Login:</b> {vb:raw pmbox.lastvisitdate} @ {vb:raw pmbox.lastvisittime}</div>
<div style="width: 194px; color: #FFF; padding: 4px 4px 4px 4px; background:#2f4456; font-size: 11px;"><b><vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_header}
</vb:if><a rel="help" href="support.php{vb:raw session.sessionurl_q}">Help</a> - <a href="login.php?{vb:raw session.sessionurl}do=logout&logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">Logout</a></b></div></td></tr>
</table>
</div>
Also find the facebook_header template and remove:
<li id="fb_headerbox">
and
</li>
dtommy79
04-12-2010, 07:16 PM
Thnks,
Any idea why this white column is in the dropdown?
https://vborg.vbsupport.ru/external/2010/04/9.gif
axix20xx
04-29-2010, 07:41 AM
my forum is right to left and all i see is this . please help fix it ...
Golzarion
04-30-2010, 08:08 PM
Yes. It is not compatible with Right-to-Left forums ...
Golzarion
04-30-2010, 08:23 PM
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
.top-header-info{
position:absolute;
z-index: 2000;
top:0px;
left:0px;
padding-right: 12px;
padding-top: 8px;
padding-left: 6px;
padding-bottom: 0px;
margin-top: -0px;
height: 85px;
width:320px;
color:#FFFFFF;
background: #7192A8 url(images/gradients/gradient-grey-down.png) top left repeat-x;
font: 12px verdana;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius-topright: 0px;
-webkit-border-radius-top-right: 0px;
-moz-border-radius-topleft: 0px;
-webkit-border-radius-top-left: 0px;
-moz-border-topright-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-topleft-radius: 0px;
-webkit-border-top-left-radius: 0px;
}
#one-ddcontent li a:link{
color: #000000;
}
#one-ddcontent li a:hover{
color: #FFFFFF;
}@ViciousCode (https://vborg.vbsupport.ru/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
04-30-2010, 09:13 PM
i dont have right to left experience, sorry
JohnMcClane
04-30-2010, 11:02 PM
Probably already been asked but isn't it possible to have this modification without template edits?
sKippah
05-07-2010, 10:56 AM
Would be nice if u could use the vb:phrase instead of "My Profile - Edit Profile and so on"
Thanks
fluidswork
05-07-2010, 04:06 PM
Nice addon !!!!!!!!!!!
Jacob_ITAPros
05-08-2010, 03:40 AM
Everything is fine for me, however the two administrative lines:
<vb:if condition="$show['admincplink']"><li><a href="{vb:raw admincpdir}/index.php{vb:raw session.sessionurl_q}" class="th-underline">Admin cPanel</a></li></vb:if>
<vb:if condition="$show['modcplink']"><li><a href="{vb:raw modcpdir}/index.php{vb:raw session.sessionurl_q}" class="th-underline">Mod cPanel</a></li></vb:if>
...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
05-10-2010, 11:18 PM
Can anyone show me an example in a bigger screenshot, so I can see where/how it sits in the forum?
GamerPerfection
05-20-2010, 05:03 PM
Awesome, looks good on my test site. Thanks and installed.
GamerPerfection
05-21-2010, 04:24 PM
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
05-21-2010, 04:43 PM
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
05-21-2010, 07:08 PM
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
05-21-2010, 07:13 PM
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
05-21-2010, 07:41 PM
Yep sorted the missing image issue. :)
DX-FMJ
05-26-2010, 03:01 AM
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
05-26-2010, 08:01 PM
thank you, works perfectly :)
Alex@Mk3OC
05-26-2010, 08:07 PM
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:
<div style="width: 194px; color: #FFF; padding: 4px 4px 4px 4px; background:#2f4456; font-size: 11px;"><b><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">Get Help</a><b> - <b><a href="login.php?{vb:raw session.sessionurl}do=logout&logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">Logout</a></b></div></td></tr>
Afakmax.com
05-27-2010, 08:04 PM
good job ... I like it
DX-FMJ
05-28-2010, 01:49 AM
This is the line you want to look at to change the colour of those:
<div style="width: 194px; color: #FFF; padding: 4px 4px 4px 4px; background:#2f4456; font-size: 11px;"><b><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">Get Help</a><b> - <b><a href="login.php?{vb:raw session.sessionurl}do=logout&logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">Logout</a></b></div></td></tr>
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
05-28-2010, 02:10 PM
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
06-09-2010, 09:58 AM
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
06-17-2010, 02:24 AM
How would i make this darker?
JasonReynolds
06-23-2010, 03:07 PM
Hey i need all mine transparent exept the arrow?
JasonReynolds
06-25-2010, 01:31 PM
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:
background: #333333 url(images/gradients/gradient-grey-down.png) top left repeat-x; Just change it to !
background: #transparent url(images/gradients/gradient-grey-down.png) top left repeat-x;
CoZmicShReddeR
06-27-2010, 01:21 PM
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
06-27-2010, 03:57 PM
I've got the code added in mine for the facebook connect button, will post it later for those that want it
Bobbo
07-27-2010, 05:14 PM
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
08-10-2010, 10:33 PM
please fix the IE 8 compatibility error
Twikitero
08-14-2010, 06:52 PM
Thank you for modified work for me perfect, I liked it, great job
Regards
Hammertime
08-15-2010, 08:20 PM
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
08-16-2010, 12:30 AM
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
08-19-2010, 10:42 AM
Please do.
Tagged until then.
Replace in the original mod:
<div style="width: 194px; color: #FFF; padding: 4px 4px 4px 4px; background:#2f4456; font-size: 11px;"><b><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">Get Help</a><b> - <b><a href="login.php?{vb:raw session.sessionurl}do=logout&logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">Logout</a></b></div>
With:
<div style="width: 194px; color: #FFF; padding: 5px 4px 5px 4px; background:#545454; font-size: 11px;"><vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_header}
</vb:if><b><a rel="help" style="color:#ffffff" href="support.php{vb:raw session.sessionurl_q}">Help</a> - <a style="color:#ffffff" href="login.php?{vb:raw session.sessionurl}do=logout&logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">Logout</a></b></div>
And then in the facebook_header template replace it all with:
<span id="fb_headerbox" class="hidden">
<vb:if condition="$show['facebookuser']">
<a id="fb_link" href="{vb:raw profileurl}">
<img id="fb_squarepic" width="16" height="16" alt="{vb:rawphrase facebook_connect}" src="{vb:raw squarepicurl}" />
<img id="fb_icon" width="14" height="14" alt="{vb:rawphrase facebook_connect}" src="{vb:stylevar imgdir_misc}/facebook.gif" />
</a>
<vb:else />
<a id="fb_loginbtn" href="#"><img src="{vb:stylevar imgdir_misc}/facebook_login.gif" alt="{vb:rawphrase facebook_connect}" /></a>
</vb:if>
</span>
Eazy1
08-25-2010, 07:34 PM
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?
https://vborg.vbsupport.ru/attachment.php?attachmentid=121291&stc=1&d=1282768532
Eazy1
09-07-2010, 10:04 PM
Nothing?
Alex@Mk3OC
09-10-2010, 01:12 AM
Have you got a link to your site? I'll have a look for you if you want?
Eazy1
09-10-2010, 04:13 PM
Have you got a link to your site? I'll have a look for you if you want?
PM sent, thanks.
Kyojii
12-14-2010, 04:06 AM
works good, but still doesn't work too well in IE
overona
01-12-2011, 08:48 AM
I cant downloud thr dropdown.zip no permission !!! why ???
ddaybofb
01-13-2011, 02:58 AM
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
01-14-2011, 10:06 AM
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
01-14-2011, 01:40 PM
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
01-16-2011, 10:10 AM
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
01-16-2011, 05:45 PM
with a lot problems but I did can do it :P XD
it's look so fine :D
thanks :D
ViciousCode
01-17-2011, 08:57 AM
NEW Version works with version 4.0.8 and above!
Check Out The New Version (https://vborg.vbsupport.ru/showthread.php?t=257261)
CoreyLTH
02-03-2011, 03:40 AM
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
<vb:if condition="$show['admincplink']"><li><a href="admincp/index.php{vb:raw session.sessionurl_q}" class="th-underline"><span style="color:#f2e7d0">Admin cPanel</span></a></li></vb:if>
<vb:if condition="$show['modcplink']"><li><a href="modcp/index.php{vb:raw session.sessionurl_q}" class="th-underline"><span style="color:#f2e7d0">Mod cPanel</span></a></li></vb:if>
nacaruncr
02-26-2011, 01:05 AM
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
09-18-2011, 01:38 PM
Is it possible to put this in to a widget instead of the header?
doc fluty
01-04-2012, 04:08 AM
I would like to put this in a block on the sidebar... any ideas for that to happen?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.