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 |
#232
|
|||
|
|||
Thanks. That fixed it.
Another thing: Shouldn't there be an dropdown menu for members to change the top-stats, as there was in previous vers? Currently, only Newest Members, Top Posters & Newest Replies are available - even though the others "active" in Block Management. ??? |
#233
|
||||
|
||||
If you don't see a drop-down menu, please try creating a new (unmodified) skin.
Fillip |
#234
|
|||
|
|||
I really can't afford to do that. The problem extends to the default vBulletin skin, as well.
|
#235
|
||||
|
||||
I'm confused - are you saying you can't create a new skin? If so, how can you have checked it? O.o
Fillip |
#236
|
|||
|
|||
But it happens in the default skin, as well, and that's unmodified.
|
#237
|
|||
|
|||
why i cant added More info in Blocks
and why i cant make New Blog rec error: Invalid Block: 0 and Not showing properly |
#238
|
|||
|
|||
In the "What's Going On" box at the bottom of the site, the mod is placing avatars next to each user online, and that is too much with 500 people online, so I want to remove that. How do I do it please?
Thanks, Nelson |
#239
|
|||
|
|||
I believe to turn off the avatars is currently not an option and is not supported.
Removed the following entire code from Code:
/dbtech/infopanels/hooks/forumhome_loggedinuser.php Code:
if ($vbulletin->options['avatarenabled']) { if (!function_exists('fetch_avatar_url')) { // Get the avatar function require_once(DIR . '/includes/functions_user.php'); } if ($userid == $vbulletin->userinfo['userid']) { if (!$vbulletin->userinfo['avatarurl']) { // Get avatar URL $avatarurl = fetch_userinfo($userid, 2, 0, 1); // Add avatar info to loggedin array (VB Y U FORCE ME TO DO THIS) $loggedin['avatarpath'] = $avatarurl['avatarpath']; $loggedin['hascustomavatar'] = $avatarurl['hascustomavatar']; $loggedin['avatardateline'] = $avatarurl['avatardateline']; $loggedin['avwidth'] = $avatarurl['avwidth']; $loggedin['avheight'] = $avatarurl['avheight']; $loggedin['avheight_thumb'] = $avatarurl['avheight_thumb']; $loggedin['avwidth_thumb'] = $avatarurl['avwidth_thumb']; $loggedin['filedata_thumb'] = $avatarurl['filedata_thumb']; $loggedin['avatarid'] = $vbulletin->userinfo['avatarid']; $loggedin['avatarrevision'] = $vbulletin->userinfo['avatarrevision']; // Yay it's available in vB3 after all :D fetch_avatar_from_userinfo($loggedin); } else { // Just in case... $loggedin['avatarurl'] = $vbulletin->userinfo['avatarurl']; } } else { // Yay it's available in vB3 after all :D fetch_avatar_from_userinfo($loggedin); } // Set musername $loggedin['musername'] = '<img border="0" src="' . $loggedin['avatarurl'] . '" alt="" width="20" height="20" /> ' . $loggedin['musername']; } |
#240
|
||||
|
||||
A future version will introduce an option to turn this off
Fillip |
#241
|
|||
|
|||
Quote:
Thank you Mr. Running! This works beautifully!! Nelson www.Hobby-Machinist.com |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|