vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   New Posting Features - [tk] Egg Avatar (https://vborg.vbsupport.ru/showthread.php?t=208324)

Theater 04-09-2009 10:24 PM

Quote:

Originally Posted by hIBEES (Post 1787728)
Anyone got a coffee image please? :D

One I've downloaded for free off www.iconarchive.com:

digicom 04-09-2009 11:22 PM

Installed and working great! Thanks hambil :up:

rinkrat 04-10-2009 12:28 AM

Still not displaying avatars for me. Can you make an older version available so I can at least revert to a working version. Thanks

aztecboi2003 04-10-2009 12:45 AM

I'm still using 2.0.4 and it works great for me

hambil 04-10-2009 02:00 AM

Quote:

Originally Posted by Alien (Post 1787743)
hambil: Any ideas yet on the best way to deal with the UserCP link location? It still displays UNDER the blog header when blog is installed correct?

I'd still like that workaround when you get a chance. Thanks!

The code is in the hook userncp_nav_complete
PHP Code:

if ($vbulletin->options['eggavatar_whoegged'])
{
     
$template_hook['usercp_navbar_bottom'] .= '<td class="alt2" nowrap="nowrap"><a class="smallfont" href="whoeggedme.php?' $session[sessionurl] . '">' $vbphrase['eggavatar_whoeggedme_usercp'] . '</a></td>';


There are no other template hooks. So, you'll have to store the data in a variable and place the variable where you want in the template.

PHP Code:

if ($vbulletin->options['eggavatar_whoegged'])
{
     
$eggavatar_usercp .= '<td class="alt2" nowrap="nowrap"><a class="smallfont" href="whoeggedme.php?' $session[sessionurl] . '">' $vbphrase['eggavatar_whoeggedme_usercp'] . '</a></td>';



hambil 04-10-2009 02:02 AM

Quote:

Originally Posted by rinkrat (Post 1787822)
Still not displaying avatars for me. Can you make an older version available so I can at least revert to a working version. Thanks

I've put up the versions that generally seemed to be considered the most stable. If you wish one that isn't listed PM me, as the attachment limit is 10.

rinkrat 04-10-2009 04:38 AM

Thanks!

Bounce 04-10-2009 06:12 AM

Quote:

Originally Posted by Theater (Post 1787759)
One I've downloaded for free off www.iconarchive.com:

:up: thanks

down.low 04-10-2009 06:24 AM

Quote:

Originally Posted by down.low (Post 1783574)
http://i472.photobucket.com/albums/r...ion/egg-22.jpg

I'm having this problem as well, have you found out what might be causing this- I sure cant.

I still need help with this problem, can you still help me hambil?

drupy 04-10-2009 07:16 AM

Quote:

Originally Posted by down.low (Post 1787990)
I still need help with this problem, can you still help me hambil?

Same problem after upgrading to 2.3.2.
Was OK when I was using 2.2.1
No customized egg avatar template.


All times are GMT. The time now is 06:20 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.01899 seconds
  • Memory Usage 1,744KB
  • 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_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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