The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[DBTech] InfoPanels v2 (vB4) [AJAX] Details »» | |||||||||||||||||||||||||||||||||||
[DBTech] InfoPanels v2 (vB4) [AJAX]
Developer Last Online: Mar 2023
DragonByte Technologies are proud to present InfoPanels Lite v2: The most feature-packed Welcome Panel system for vBulletin.
Why InfoPanels? Info Panels is another product from DragonByte Technologies, creators of vBActivity and vBShout. Info Panels allows you to display useful and interesting information in a much more user friendly way, allowing your members to access important areas of the forum, and important information, without having to go through different menu screens. The Top X Stats portion of the software allows your users to keep track of whats going on in the forum almost in real time - perfect for boards with many forums which are hard to keep track of! The Welcome Panel displays all the information your users may want to see instantly when they log on, without having to go searching for it. In addition, there are many improvements and upgrades to the What's happening and Forum statistics blocks. ------------------------------------------------------------------------------------------- If you like this mod please hit the button to the right ----> Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications. We appreciate the support! ------------------------------------------------------------------------------------------- Priority support is handled at the Developers Website. ------------------------------------------------------------------------------------------- Professional Only benefits: User Selectable Blocks: Let your users select their favourite Top X Stats and have it remembered for their next visit. Additional Blocks: A plethora of new blocks for your members to choose from. Extended What's Going On Stats: Show even more detailed statistics about your forum. ------------------------------------------------------------------------------------------- Complete Feature List Lite
------------------------------------------------------------------------------------------- This mod displays a copyright notification on Forum Home which includes:
Download Now
Screenshots
Show Your Support
|
Comments |
#162
|
|||
|
|||
Sorry, I am Spanish and community through a translator.
is exactly what you said, thank you. |
#163
|
||||
|
||||
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. |
#164
|
||||
|
||||
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.
|
#165
|
||||
|
||||
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 |
#166
|
||||
|
||||
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. |
#167
|
|||
|
|||
Uninstalled
Results: Site is fast uses less resources no more conflicts with several other modifications |
#168
|
||||
|
||||
Quote:
Fillip |
#169
|
||||
|
||||
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 |
Благодарность от: | ||
ProFifaLeagues |
#170
|
||||
|
||||
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); |
#171
|
||||
|
||||
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 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|