![]() |
I doubt it, the mod has not been updated since 06 Jan 2012.
|
causing problems and don't work fine! NEED new hack with similar functions! UNinstalled :(
|
4.2.2 pl 1 işe yaramadı - kaldırıldı
|
It is a Mod very good.. Congratulations.. :):cool:
|
This Mod work fine in VBulletin 4.2.2 :up: :D
|
I prefer this mod to the others because it doesn't use any database queries :) Depending on your forum size, this can seriously save 20-30 queries every homepage load.
You can fix the subforum issue by manually creating a hook in /includes/functions_forumlist.php Search: Code:
$templater = vB_Template::create('forumhome_lastpostby'); Code:
($hook = vBulletinHook::fetch_hook('lastpostby')) ? eval($hook) : false; Code:
<?xml version="1.0" encoding="ISO-8859-1"?> Change the hook from forumbit_display to lastpostby (lastpostby) Save, and your forum home avatars are fixed! Hope this helps :) |
Note: The above fix only resolves the bug where avatars show incorrectly down the entire forum listing when subforums exist. I'm currently working on fixing the other bug where Last Post area shows avatar of parent forum, not subforum, even if last poster is from subforum.
I've also made a few modifications to have this code play nice with Digital Point thread avatars, if anyone else was running into trouble with that. Just let me know and I can share my changes. Again, I definitely recommend using this mod over the other if you care about query usage. |
Easy install, worked perfectly with my 4.2.1 forum. Thanks!
|
Well, I finally figured out the subforum thing. Requires code edits, as there aren't any hooks nearby. Open up /includes/functions.php
Find: Code:
$threadinfo = array( Code:
$threadinfo = array( $lp_dateline = $lastpostinfo['avatardateline']; $lp_userid = $lastpostinfo['userid']; $hascustomavatar = $lastpostinfo['hascustomavatar']; You can even do this without the forumhome plugin just by getting the variables from template. (Still need the query plugin, of course). Best of luck! |
Any way to disable animation?
|
All times are GMT. The time now is 09:10 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|