![]() |
Sorry, I am Spanish and community through a translator.
is exactly what you said, thank you. |
Hi. Thanks for this great add-on. I was looking for a Welcome panel just like this.
Installed flawless. Found two little bugs though: In forumhome_loggedinuser there is a little error on line 51, some unbalanced quotes: Code:
$loggedin['musername'] = ($vbulletin->options['avatarenabled'] ? '<img border="0" src="' . $loggedin['avatarurl'] . '" alt="width="20" height="20" /> ' . $loggedin['musername'] : $loggedin['musername']); Code:
$loggedin['musername'] = ($vbulletin->options['avatarenabled'] ? '<img border="0" src="' . $loggedin['avatarurl'] . '" alt="" width="20" height="20" /> ' . $loggedin['musername'] : $loggedin['musername']); That's it. The rest is perfect and a great asset to our forums. |
You guys need to fix this mod as it screws with the spider display mod. I have tried contacting you guys via IM to see if we can find a fix, but you guys are ignoring it. I have had many complaints about this mod not working with some other mods.
|
Unfortunately the issue is not exclusively with this mod - to be more precise, both mods are taking the $activeusers variable and transforming it, changing its format.
I have received reports that setting the displayorder for your forumhome_complete plugin to 1 fixes the issues. I don't know who you contacted over IM but if it was myself then I haven't received any - I'm currently preparing to travel so my presence and my laptop is yoyo-ing a bit. It's possible your IM was eaten by a crash (this laptop is quite old by now) or a reboot or some such. In either case, could you please try setting displayorder to 1 for your plugin and see if that causes any other issues? I'll look into setting displayorder for my mod to 65535 in a future version. Fillip |
I tried you in IM a couple of times today, but no answer.
The execution order is already set to 1: Quote:
I've had it set like that for quite a while now. |
Uninstalled
Results: Site is fast uses less resources no more conflicts with several other modifications |
Quote:
Fillip |
InfoPanels v2.0.4:
Fix: InfoPanels is now compatible with Boofo's excellent Spider Display on Forumhome & Who's Online v1.1.3 and above Change: The HiVelocity branding footer can now be disabled via a vBulletin Option Fillip |
Thanks for sharing this mod.
I found a little bug though. The average number of posts that is showed in the welcome panel is rounded off (no decimals). I took the liberty to dig a bit in the code and found the cause. In the script hooks/forumhome_complete.php there is a small error. On line 132 there is this code: Code:
$postsperday = ($jointime <= 1 ? $vbulletin->userinfo['posts'] : vb_number_format($vbulletin->userinfo['posts'] / $jointime, 2)); Code:
$templater->register('postsperday', vb_number_format(round($postsperday, 2))); I changed it to this and now this number is shown with two decimals. Code:
$templater->register('postsperday', $postsperday); |
That would explain why that was broken for certain languages, different thousands separator must not work well with being parsed twice. Good find, thanks :)
Fillip |
All times are GMT. The time now is 02:00 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|