Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Adds Avatar to Navbar Details »»
Adds Avatar to Navbar
Version: 1.3, by Kolbi Kolbi is offline
Developer Last Online: Jan 2022 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.8.x Rating:
Released: 11-08-2009 Last Update: 02-08-2011 Installs: 183
Uses Plugins Template Edits Auto-Templates
 
No support by the author.

Adds Avatar to Navbar

This addon adds for registered users their avatar to the navbar. If they have none selceted there will be shown a default avatar.
The URL to your default avatar and the height of the avatars can be set via vBulletin-Setting => Navbar with Avatar

Default avatar URL: /images/misc/unknown.gif
Default height: 60px

Demo:
navbarwithavatar.jpg

AdminCP:
admincp.jpg

This modification only needs one querie.

Additional installation advices are in the readme.txt.

Not compatible with following addon:
Navbar - adds social bookmarking, notifications highlighting, & search fields

Other languages are in the folder translations. German and English are avaible at the moment. Just import them under languages & phrases.

Please click INSTALL

Matthias
www.2-wheel-planet.de


13.11.2009 14:57 - Version 1.1
13.11.2009 16:01 - Version 1.2
09.02.2011 18:59 - Version 1.3 is published

Changelog:
version 1.1:
  • changeable height of avatars via AdminCP
  • German version
version 1.2:
  • changeable default avatar
version 1.3:
  • changeable width

New features that will come for 1.4:
  • nothing yet

Copyright:

This hack has a little copyright hint at the bottom of the page. You are not allowed to edit or remove it!
If you want to remove it please contact me via PM.

Download Now

File Type: zip Navbar_with_Avatar_1.2.zip (3.5 KB, 382 views)
File Type: zip Navbar_with_Avatar_1.3.zip (3.8 KB, 855 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 02-13-2011, 10:34 PM
EnigmaVariation's Avatar
EnigmaVariation EnigmaVariation is offline
 
Join Date: Dec 2002
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Max Taxable View Post
Wasn't it nice of them to delete my previous message about that?
Max, I am still tinkering and trying to get rid of it. No luck yet. I have been able to modify it though to my own text and link so far. You have to modify the xml product file in WordPad where you see Kolbi and the link to his website. Then save it and install the product as an overwrite.

Kolbi, if removing your unwelcome advertisement from the bottom of my forum will put me in violation of using your product, please notify me ASAP and I will remove your product immediately and will not use any of your future products. Thanks.
Reply With Quote
  #73  
Old 02-13-2011, 11:37 PM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by EnigmaVariation View Post
Max, I am still tinkering and trying to get rid of it. No luck yet. I have been able to modify it though to my own text and link so far. You have to modify the xml product file in WordPad where you see Kolbi and the link to his website. Then save it and install the product as an overwrite.

Kolbi, if removing your unwelcome advertisement from the bottom of my forum will put me in violation of using your product, please notify me ASAP and I will remove your product immediately and will not use any of your future products. Thanks.
The script installs this in your footer template script. Find and remove:

$vboptions[copyrighttext]

Which has been installed right under:

<div class="smallfont" align="center">
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->

It installs this in the same place on ALL of your styles, by the way.
Reply With Quote
  #74  
Old 02-14-2011, 12:00 AM
EnigmaVariation's Avatar
EnigmaVariation EnigmaVariation is offline
 
Join Date: Dec 2002
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Max Taxable View Post
The script installs this in your footer template script. Find and remove:

$vboptions[copyrighttext]

Which has been installed right under:

<div class="smallfont" align="center">
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->

It installs this in the same place on ALL of your styles, by the way.
I tried your suggestion but that deletes the copyright text that I want to have on there too though.
Reply With Quote
  #75  
Old 02-14-2011, 12:06 AM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by EnigmaVariation View Post
I tried your suggestion but that deletes the copyright text that I want to have on there too though.
It shouldn't have done that. Here is correct part of the footer code, with his added material in bold:

<div align="center">
<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
<!-- Do not remove this copyright notice -->
</div>

<div class="smallfont" align="center">
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->

$vboptions[copyrighttext]
</div>
</div>

</form>

Remove only the bolded part. $vbphrase is vBulletin's copyright, $vboptions is, his option.
Reply With Quote
  #76  
Old 02-14-2011, 12:34 AM
EnigmaVariation's Avatar
EnigmaVariation EnigmaVariation is offline
 
Join Date: Dec 2002
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Max Taxable View Post
It shouldn't have done that. Here is correct part of the footer code, with his added material in bold:

<div align="center">
<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
<!-- Do not remove this copyright notice -->
</div>

<div class="smallfont" align="center">
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->

$vboptions[copyrighttext]
</div>
</div>

</form>

Remove only the bolded part. $vbphrase is vBulletin's copyright, $vboptions is, his option.
That is what I did and it still removes all of my vBulletin's copyright info too. I also have Quick User Switch installed and maybe there is something going on between this mod and that mod that doesn't like it when I remove that part. I don't know.

Thanks for trying though. I appreciate your time and help, Max. I am hoping Kolbi uploads a new xml file that has his advertisement footer info removed completely.
Reply With Quote
  #77  
Old 02-14-2011, 12:57 AM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by EnigmaVariation View Post
That is what I did and it still removes all of my vBulletin's copyright info too. I also have Quick User Switch installed and maybe there is something going on between this mod and that mod that doesn't like it when I remove that part. I don't know.

Thanks for trying though. I appreciate your time and help, Max. I am hoping Kolbi uploads a new xml file that has his advertisement footer info removed completely.
In my opinion he should have at least told us about it up front.

Did you fix your footer script back the way it was?
Reply With Quote
  #78  
Old 02-14-2011, 01:13 AM
EnigmaVariation's Avatar
EnigmaVariation EnigmaVariation is offline
 
Join Date: Dec 2002
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Max Taxable View Post
In my opinion he should have at least told us about it up front.

Did you fix your footer script back the way it was?
Agreed. And yes I did, thanks.
Reply With Quote
  #79  
Old 02-27-2011, 07:06 PM
dutchbb dutchbb is offline
 
Join Date: Nov 2003
Posts: 899
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I make the avatar URL absolute instead of relative? Since the avatar doesn't show up in Photopost or Reviewpost now.
Reply With Quote
  #80  
Old 03-30-2011, 12:15 PM
Kolbi Kolbi is offline
 
Join Date: Mar 2009
Location: D - S?dbaden
Posts: 899
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would you be so kind to explain me in which way it should be relative?

I can't really understand there's the issue.

Thank you!
Reply With Quote
  #81  
Old 04-10-2011, 08:46 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Many of my members have rectangle (standing or laying) avatars. These gets resized to squares, which squashes the images and looks very ugly.

What can I do to resolve this?

Quote:
Originally Posted by dutchbb View Post
How can I make the avatar URL absolute instead of relative? Since the avatar doesn't show up in Photopost or Reviewpost now.
It shows well in Photopost Pro for me. But not in vbadvanced.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:23 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05149 seconds
  • Memory Usage 2,351KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete