vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Mini Mods - Header Rework 4 (https://vborg.vbsupport.ru/showthread.php?t=257261)

bpi007 02-07-2011 09:48 PM

I have a problem with IE8, in firefox, it's OK

https://vborg.vbsupport.ru/external/2011/02/3.gif

- "Welcome" (Bienvenue in french) are not align to left
- Drop menu, missing first line and padding very different from firefox.

Any idea ?

bpi007 02-09-2011 11:30 AM

I'd like this mod but if we can't use in IE, I can't install it... :(

bpi007 02-14-2011 06:10 PM

This mod is show with "Supported"
I've wrote my problem at 8 february, I have contact the autor for a null result.

What I can do now ?

Thanks

NickyDee 02-19-2011 09:36 AM

You can uninstall it by reversing each of the steps used to install it;

1.) Delete the CSS you added in vbulletin.css
2.) Go to the plugin manager and delete "Header Avatar"
3.) Go to Styles and templates --> Style Manager --> Edit templates --> Header and revert it to the default (or just find the bit you edited and copy paste the original text from the mod description here).

First rule of coding: Never do something if you don't know how to undo it.

bulldog51981 02-20-2011 02:10 AM

Where can I find the hoover color for the user name after "Welcome" to adjust it to something other than black?

BlueCheri 02-20-2011 04:29 AM

Installed, so far working fine.

Can comments after using it for some time.

Thanx

SEOvB 03-02-2011 05:28 PM

We got this on 4.1.2, anybody got the same?

This file appears to be a Plugin, not a Product. Please use the Plugin Manager to add this file.

Bacon Butty 03-02-2011 07:26 PM

Quote:

Originally Posted by SEOvB (Post 2168784)
We got this on 4.1.2, anybody got the same?

This file appears to be a Plugin, not a Product. Please use the Plugin Manager to add this file.

Happening to me too sir!

SiteTalkZone 03-03-2011 08:50 AM

what will happen if we skip importing the XML and do code modification as mentioned above ???

SiteTalkZone 03-03-2011 09:13 AM

Quote:

Originally Posted by Bacon Butty (Post 2168837)
Happening to me too sir!

skip XML import and do the modifications
it will work i did it and seems working not yet tested fully
but there should be bugs even if no bug this is not a good way to add plugin

we need a clean and easy to install thing

First: avatar not showing

masons 03-03-2011 12:11 PM

It hovers over my search, how can I change that?

uandhim2 03-10-2011 07:08 PM

how do i change the background color of the username?

DS MrSinister 03-10-2011 08:13 PM

any way to get this mod Ultimate Header Greeting for vB 4 to work with you header rework?

can't figure it out.

Bounce 03-14-2011 08:48 PM

Quote:

Originally Posted by ViciousCode (Post 2150854)

Code:

<vb:if condition="$notifications_total">
<b>{vb:rawphrase your_notifications}</b>
<br>
{vb:raw notifications_menubits}
<br><br>
</vb:if>



Nice, Got that working fine, how do i place an image when a user has a new private message? (along with the text of course)

Edit: Flashing PM Sorted, used https://vborg.vbsupport.ru/showthrea...rivate+message

DjEddie 03-28-2011 02:12 PM

1 Attachment(s)
hi ..got this installed fine ..i just need to know where to change the background color behind the username or where to change the username color and how . please. ..

this is what it looks like:

DS MrSinister 03-29-2011 04:04 PM

i think you need to change #7192A8 in the css code you have added to vbulletin.css template.

hope this helps.

McAtze 03-29-2011 05:41 PM

Quote:

Originally Posted by DS MrSinister (Post 2172038)
any way to get this mod Ultimate Header Greeting for vB 4 to work with you header rework?

can't figure it out.

This is really interesting for me .. :o

DjEddie 03-29-2011 08:39 PM

Quote:

Originally Posted by DS MrSinister (Post 2178765)
i think you need to change #7192A8 in the css code you have added to vbulletin.css template.

hope this helps.

That code is for the main box background color .. i've changed all the other background color codes in the css for it and still no luck .. unless I missed one ...

Gemma 03-29-2011 08:53 PM

Quote:

Originally Posted by DjEddie (Post 2178852)
That code is for the main box background color .. i've changed all the other background color codes in the css for it and still no luck .. unless I missed one ...

In your HEADER template find:
Code:

<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}" style="background-color: #2f4456; outline: none;">{vb:raw bbuserinfo.username}</a>

DjEddie 03-29-2011 10:03 PM

Quote:

Originally Posted by Gemma (Post 2178858)
In your HEADER template find:
Code:

<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}" style="background-color: #2f4456; outline: none;">{vb:raw bbuserinfo.username}</a>

nice one again Gemma :) appreciate the help :)

alencete 03-31-2011 10:30 AM

I wish I could resize the avatar image

Would it be possible?

Gemma 03-31-2011 10:53 AM

Edit the plug-in.

Change the line 75 to whatever

Code:

$ss_avatar = "<a href=\"profile.php?do=editavatar\"><img src=\"$ava_urlX\" height=\"75\" width=\"75\" border=\"0\" alt=\"Your Avatar\" /></a>";

alencete 04-01-2011 12:34 PM

Quote:

Originally Posted by Gemma (Post 2179373)
Edit the plug-in.

Change the line 75 to whatever

Code:

$ss_avatar = "<a href=\"profile.php?do=editavatar\"><img src=\"$ava_urlX\" height=\"75\" width=\"75\" border=\"0\" alt=\"Your Avatar\" /></a>";

Merci!!! very nice! thank you very much for your attention!! Merci!!!

your code will need to change the avatar facebook:

Find and replace un numbers in red:

Code:

<img id="fb_squarepic" width="40" height="40"
The numbers in red = Pixels you can change this values

Merci!!!

Nacho Vidal 04-11-2011 01:49 PM

Hi, this is an excellent mod and works fine on 4.1.2

However, some of my members have avatars that are smaller than the forum limit and some are retangular too! Is there any way to stop them being "stretched" in the header area where the mod applies? One of them has a small avatar but it looks terrible when stretched to the forum limit. Avatars are fine in the forums, it's just on the mod in the header that is the issue.

So to summarise, is there any way that the mod will not alter the size and shape of a user's avatar?

Thanks

The Rocketeer 04-12-2011 07:27 AM

the idea was good but needs lots of polishing till it looks more pro..
PS: maybe the login with facebook thinggy, should have left it alone..

maybe it'll look better in version 5...

syrus.xl 04-13-2011 11:19 AM

You should revise your code for this modification.

vB4 uses Strict xHTML compliant code, yet you are breaking this by adding the table tag, which is not Strict xHTML and would produce errors if checked by W3C Validation.

You should be using DIV's not TABLE's - Tables belong with vB3 not vB4.

alexperu 04-21-2011 02:58 PM

hello friends, hack install correctly but it looks so
https://vborg.vbsupport.ru/external/2011/04/20.jpg
as you can see I have a private message but I have a total count of notifications, such as one by default
as I can do to make me out like this picture
https://vborg.vbsupport.ru/external/2011/04/21.jpg
I need to modify the code, I hope you can help me friends
Best regards

alexperu 04-24-2011 03:15 PM

anyone can help me?, I need this modification, I hope I can help
Best regards

alexperu 04-28-2011 03:53 PM

anyone can help me?, I need this modification, I hope I can help
Best regards
Edit/Delete Message

billstelling 05-11-2011 03:25 PM

1 Attachment(s)
worked great! thanks for the mod..:)
Attachment 128995

Da-Vinci 05-16-2011 08:48 PM

1 Attachment(s)
Hi ViciousCode, first off, I love your Header rework mod, I used V2 for a very long time but due to it not looking right in Firefox 4.

https://vborg.vbsupport.ru/attachmen...1&d=1305582370

I decided to try V4.

Instead of it looking like this.

https://vborg.vbsupport.ru/attachmen...1&d=1305582328

Could it be made to look like this.

https://vborg.vbsupport.ru/attachmen...1&d=1305582328

Also I've uploaded the plugin but the Avatar doesn't show?

Any help would be greatly appreciated.

billstelling 05-17-2011 01:20 PM

hmmm, i'm using ff4 and no problems.. you see how mine looked. It is being caused by one of the other mods you added for the header/user field. What is the post count thing next to your user name test106-(12),also the get help part. Try disabling that mod and see if it comes up correctly after that. They will need to be added to this mod i do believe.

Da-Vinci 05-18-2011 08:57 PM

1 Attachment(s)
Quote:

Originally Posted by billstelling (Post 2196763)
hmmm, i'm using ff4 and no problems.. you see how mine looked. It is being caused by one of the other mods you added for the header/user field. What is the post count thing next to your user name test106-(12),also the get help part. Try disabling that mod and see if it comes up correctly after that. They will need to be added to this mod i do believe.

The first picture is Header Rework V2, that's why I decided to try out V4, but because my forum width isn't 100% the lack of a border or rounded corner on the right hand side makes the window look unfinished.

Also still haven't been able to get the avatar to show still.

So what I have now is.

https://vborg.vbsupport.ru/attachmen...1&d=1305755797

And what I would like is.

https://vborg.vbsupport.ru/attachmen...1&d=1305755784

But with the avatar showing up.

Da-Vinci 05-25-2011 06:52 PM

1 Attachment(s)
Managed to fix one bit, by using this in my vBulletin.css

Code:

.top-header-info{
position:absolute;
z-index: 2000;
top:0px;
right:20px;
padding-left: 12px;
padding-top: 8px;
padding-right: 6px;
padding-bottom: 0px;
margin-top: -0px;
height: auto;
width:320px;
color:#FFFFFF;
background: #7192A8 url(images/gradients/gradient-grey-down.png) top left repeat-x;
font: 12px verdana;
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border-left: 2px solid #a2c1de;
border-right: 2px solid #a2c1de;
border-bottom: 2px solid #a2c1de;
-moz-box-shadow: 0 0 0px #888;
-webkit-box-shadow: 0 0 0px#888;
box-shadow: 0 0 0px #888;
}

#fb_icon {
margin-right: 11px !important;
margin-top: -17px !important;
margin-bottom: 2px !important;
z-index: 10000 !important;
}


.fbpp-link {
background-color: #3b5998 !important;
outline: none; color: #FFF !important;
text-decoration: none !important;
text-align: center !important;
}

.fbpp-link:hover {
background-color: #627aad !important;
}

.fbpp-link:active {
background-color: #2a4280 !important;
}

https://vborg.vbsupport.ru/attachmen...1&d=1306353118

But the avatar still isn't showing.

doctorsexy 05-26-2011 10:11 AM

installed working ..thanks

wullieclsfb 05-26-2011 12:41 PM

installed this and followed instructions giving to another user on how to get amount of new notifications to show with clicking the drop down menu but after following instructions there was no changes can anyone help?

wullieclsfb 05-30-2011 10:15 AM

Quote:

Originally Posted by wullieclsfb (Post 2200198)
installed this and followed instructions giving to another user on how to get amount of new notifications to show with clicking the drop down menu but after following instructions there was no changes can anyone help?

can anyone help

8thos 05-31-2011 12:35 PM

Hmmm.

Da-Vinci 06-02-2011 06:19 PM

Is this mod no longer supported?

I don't use Facebook connect, I have followed the install instructions to the letter and redid the mod a 2nd time to make sure I hadn't messed up some where but the avatar still wont display.

I've got it on my Test forum which has no other plugins, product or template edits made to it, I'm running VB 4.1.1

Has anybody got any ideas please?

Da-Vinci 06-13-2011 10:51 PM

Finally got this working although, I've edited it a fair bit, here's how it looks on my Skinden - Velocity skin.

https://vborg.vbsupport.ru/


All times are GMT. The time now is 01:34 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01285 seconds
  • Memory Usage 1,830KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (7)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete