Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[DBTech] InfoPanels v2 (vB4) [AJAX] Details »»
[DBTech] InfoPanels v2 (vB4) [AJAX]
Version: 2.2.4, by DragonByte Tech DragonByte Tech is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.x.x Rating:
Released: 03-15-2010 Last Update: 04-24-2016 Installs: 263
DB Changes Uses Plugins
Additional Files Translations  
No support by the author.

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
  • Welcome Panel
    • Avatar
    • New Posts since last visit
    • # unread PMs (# total PMs)
    • Forum Stats: Members / Threads / Posts
    • Top Poster
    • Own Posts / Threads
    • # Posts Per Day (# Posts Today)
    • % of forum's total posts
    • Display # Achievements / Medals / Trophies
    • Show 1 line of Latest News (settable in vBulletin Options)
  • Top X Stats
    • Choose "X"
    • Disable each individual block
    • Set various options per block
    • Create new blocks with different options based on each Block Type
    • User Stats
      • Newest Members
      • Top Posters
      • Top Thread Starters
    • Forum Statistics
      • Newest Replies
      • Most Viewed Threads
  • What's Going On:
    • Separating staff and normal members
      • Ability to turn this off
    • Staff Legend
      • Ability to turn this off
    • Average users registering:
    • Average posts
    • Average threads
    • Average Shouts
  • General:
    • vBOptimise caching
      • Settable Time To Live on the cached statistics
Pro
  • Welcome Panel
    • New Posts / Threads / Blogs since last visit
    • Most active in forum x
    • # shouts
    • Activity Level (% To Next Level, # activity Points)
    • Reached #% of Daily / Weekly / Monthly Activity Target
    • Show 1 line of Latest News (settable in vBulletin Options, movable via {vb:raw show.infopanels_newsticker} (vB4) or $show[infopanels_newsticker] (vB3) within FORUMHOME template)
  • Top X Stats
    • Detached Top X Stats
      • Separate "X" limit from main forum
    • User selectable blocks
      • Remembers which blocks the user chose
    • User Stats
      • Top Referrers
      • Top Reputation
      • Top Infraction Points
      • Top Profile Visits
      • Newest Social Groups
      • Highest vBActivity Level
      • Top Shouters
    • Forum Statistics
      • Hottest Threads
      • Hottest Forums
      • Latest Social Group Posts
      • Latest Blog Entries
      • Latest Replies (Subscribed Threads)
  • What's Going On
    • Average vBA Level
    • Average vBA Points
    • Average vBA Daily points
    • Average vBA Weekly points
    • Average vBA Monthly points

-------------------------------------------------------------------------------------------

This mod displays a copyright notification on Forum Home which includes:
  • 1 Link to DragonByte Technologies homepage
  • 1 Link to Product Description page of this modification

Download Now

File Type: zip [DBTech] InfoPanels v2.2.4 [Lite].zip (95.2 KB, 125 views)

Screenshots

File Type: png WGO_Stats.png (12.6 KB, 0 views)
File Type: jpg topstats.jpg (28.7 KB, 0 views)
File Type: jpg welcomepanel.jpg (39.2 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
4 благодарности(ей) от:
madness85, Max360, Naijasite, smaacom

Comments
  #162  
Old 11-15-2011, 02:36 AM
WDS WDS is offline
 
Join Date: May 2011
Posts: 170
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, I am Spanish and community through a translator.
is exactly what you said, thank you.
Reply With Quote
  #163  
Old 12-14-2011, 05:59 PM
S@NL - BlackBik's Avatar
S@NL - BlackBik S@NL - BlackBik is offline
 
Join Date: Jul 2004
Location: Netherlands
Posts: 307
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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']);
must be:
Code:
$loggedin['musername'] = ($vbulletin->options['avatarenabled'] ? '<img border="0" src="' . $loggedin['avatarurl'] . '" alt="" width="20" height="20" /> ' . $loggedin['musername'] : $loggedin['musername']);
And the copyright in the footer has three unescaped ampersands (&) that breaks the w3c validation.

That's it. The rest is perfect and a great asset to our forums.
Reply With Quote
  #164  
Old 01-14-2012, 08:07 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #165  
Old 01-14-2012, 08:15 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #166  
Old 01-14-2012, 09:22 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried you in IM a couple of times today, but no answer.

The execution order is already set to 1:

Quote:
<plugin active="1" executionorder="1">
<title>Display Spiders on Forumhome</title>
<hookname>forumhome_complete</hookname>

I've had it set like that for quite a while now.
Reply With Quote
  #167  
Old 01-14-2012, 10:17 PM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Uninstalled

Results:

Site is fast
uses less resources
no more conflicts with several other modifications
Reply With Quote
  #168  
Old 01-15-2012, 05:46 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by OldSchoolDSL View Post
Uninstalled

Results:

Site is fast
uses less resources
no more conflicts with several other modifications
Are you trying to troll us by posting the same non-constructive post in all our threads?


Fillip
Reply With Quote
  #169  
Old 01-20-2012, 10:32 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Благодарность от:
ProFifaLeagues
  #170  
Old 01-22-2012, 11:51 AM
S@NL - BlackBik's Avatar
S@NL - BlackBik S@NL - BlackBik is offline
 
Join Date: Jul 2004
Location: Netherlands
Posts: 307
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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));
however, on line 362 there is this code:
Code:
$templater->register('postsperday', 	vb_number_format(round($postsperday, 2)));
That's a second formating of this number and a round, that strips the decimals.
I changed it to this and now this number is shown with two decimals.
Code:
$templater->register('postsperday', 	$postsperday);
Maybe you could change this in your next update?
Reply With Quote
  #171  
Old 01-24-2012, 03:59 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:45 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07743 seconds
  • Memory Usage 2,362KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete