vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Home Enhancements - Avatar in Header (https://vborg.vbsupport.ru/showthread.php?t=230415)

WNYorker 12-21-2009 02:45 AM

any way to link the avatar to the change avatar page? tried coding it myself, thought it might be easy, but couldn't figure it out.

Seven Skins 12-21-2009 01:23 PM

Quote:

Originally Posted by WNYorker (Post 1934366)
any way to link the avatar to the change avatar page? tried coding it myself, thought it might be easy, but couldn't figure it out.

Updated, download and overwrite the exisitng installation.

.

zonaenlinea 12-21-2009 07:51 PM

Thank you all very well prefect

nitra1000 12-21-2009 09:08 PM

Tried with VB4 Gold and it's failing to show the avatar anything missing off the steps? or does this not work with VB4?

Glenshadow 12-21-2009 10:19 PM

I liked the idea and installed it, however what about a piece of code to add maybe a table border or something similar around the Avatar when it is displayed ? Reason I ask is because most avatars are pictures and it kinda looks like a pic is just slapped up there, nothing fancy. (I haven't dug around in the code at all to try an accomplish this myself, but just suggesting.)

Thanks again for the mod !

*edit*
Forgot to mention, I have it working in vB4.0 Gold, I just followed the steps outlined and it works.

Another thing I was thinking.. what about calling it directly as it would in say postbit, so the Avatar populates the in exact size that it is through the rest of the board ?

I am no coder by far, but just an idea.

garretbyrne 12-22-2009 02:22 AM

Excellent.. Nice one mate.. Installed

VonDoom 12-22-2009 04:45 AM

Installed and 2nd the Gold Conformation. :) Thanks for another cool product. looks nice in combination with Alternative Header User Info

bacemail 12-22-2009 04:49 AM

Any chance you created a mod that places an avatar in the thread list next to the thread creator's user name?

nitra1000 12-22-2009 04:29 PM

Quote:

Originally Posted by nitra1000 (Post 1934855)
Tried with VB4 Gold and it's failing to show the avatar anything missing off the steps? or does this not work with VB4?

NVM was me being a nonce and not installing the plugin correctly.

For anyone else... you import the xml without filling in the other product details...

p.s Excellant plugin although would like to see a border around the pictures.

Seven Skins 12-22-2009 08:00 PM

^^ In the Header Avatar plugin find:
Code:

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

Replace it with:
Code:

$ss_avatar = "<a href=\"profile.php?do=editavatar\"><img src=\"$ava_urlX\" width=\"60\" height=\"60\" style=\"border: 1px solid #FF0000;\" alt=\"Your Avatar\" /></a>";
And edit "border: 1px solid #FF0000" to suit your needs.


.


All times are GMT. The time now is 05:58 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.01236 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

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

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