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)
-   -   Mini Mods - Last Poster Avatar (https://vborg.vbsupport.ru/showthread.php?t=275406)

oldz442 09-04-2012 11:40 PM

Some radius and border in additional.css should prob work. ie...

Code:

.lastpostby .avatar, .lastpostinfo .avatar, .threadlastpost .avatar {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px #DDD solid;
  padding: 2px;
}


Amaury 09-04-2012 11:52 PM

Is this compatible with vBulletin 4.2.0?

oldz442 09-05-2012 12:00 AM

Yes.

bizpro99 09-05-2012 12:11 AM

will this work on 4.2?

oldz442 09-05-2012 12:26 AM

o deer

Amaury 09-05-2012 12:45 AM

So I've installed this, and it works, but there seems to be a small issue.

On the main index page, avatars don't update for a while.

For example, say Person 1 makes a post in the Spammy Fun thread in the Random Area forum and has an avatar of Tommy from Rugrats. Person 2, with an avatar of Angelica from Rugrats, comes along and makes a post in the same thread, but Person 1's avatar is still showing on the index.

Forums themselves seem fine, though.

oldz442 09-05-2012 12:54 AM

Cache most likely.

I had similar probs (not necessarily this mod but in general) with some avatars not updating on the index and threads (I added a mini avatar to quoted replies - modded class_bbcode.php to show proper avatar). I had to to setup a small plugin for hook location 'profile_updateavatar_complete' with the below to fix the issue. I also run geeky default avatar in addition to this mod.

$vbulletin->db->query_write("TRUNCATE TABLE postparsed");
$vbulletin->db->query_write("TRUNCATE TABLE cache");

Amaury 09-05-2012 01:11 AM

Also, I think it would be nice if it were added pretty much everywhere there's last post by stuff, such as the User CP, Subscriptions, and search results pages. :)

oldz442 09-05-2012 01:20 AM

I concur.

gt86comau 09-05-2012 12:27 PM

Quote:

Originally Posted by oldz442 (Post 2362728)
Some radius and border in additional.css should prob work. ie...

Code:

.lastpostby .avatar, .lastpostinfo .avatar, .threadlastpost .avatar {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px #DDD solid;
  padding: 2px;
}


Hi

i have copied and pasted above text in additional.css file and nothing happen ?

thanks.


All times are GMT. The time now is 05:07 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.02058 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
  • (1)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