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
  #212  
Old 08-17-2012, 10:53 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.6:
Feature: The Affiliate ID setting now properly integrates with the link-back
Feature: The News Feed can now be deleted from the Welcome Panel and relocated with {vb:raw show.infopanels_newsticker} (vB4) or $show[infopanels_newsticker] (vB3) to a custom location within the FORUMHOME template.

Fillip
Reply With Quote
  #213  
Old 08-18-2012, 02:00 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 Fillip,

Sorry to bother you again....
In the Netherlands we use different decimal punctuation. To separate thousands we use a dot in stead of a comma and to separate decimals we use comma's in stead of a dot.
While installing the new 2.0.6 version of this hack, I've noticed that the average stats that are placed under the forum statistics on Forum Home, used the English decimal system.
To correct this I've changed "forumhome_complete.php" a little bit.

I've added the vb_number_format function to three lines of code, starting from line 551:
Code:
$averages["$key"]['day'] 	= vb_number_format(round(($vbulletin->userstats["total{$key}"] / $difference), 2), 2);
$averages["$key"]['week'] 	= vb_number_format(round(($vbulletin->userstats["total{$key}"] / ($difference / 7)), 2), 2);
$averages["$key"]['month'] 	= vb_number_format(round(($vbulletin->userstats["total{$key}"] / ($difference / 30)), 2), 2);
This way the numbers are formatted correctly, depending on the language you choose for your forum. I've tested both the English and Dutch languages, and this works fine.
I do not use the Top X blocks of this hack, but I've enabled them for testing purposes. The number formatting "problem" is not present in this part of the hack.

Could you please correct this in a future release of this hack.
And thank you for correcting my other problem

Greetz,
Rob
Reply With Quote
  #214  
Old 08-18-2012, 06:42 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Added to my local build, the next release will have the changes


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

Affiliate ID link hotfix

Fillip
Reply With Quote
  #216  
Old 08-28-2012, 03:06 PM
choihetminh choihetminh is offline
 
Join Date: Jul 2012
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

at What's going on section, super moderator doesn't display as staff member although it appears on the site leaders page (showgroups.php). Any one have the same problem?
Reply With Quote
  #217  
Old 08-29-2012, 12:05 AM
choihetminh choihetminh is offline
 
Join Date: Jul 2012
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

solved. Let change the primary type of that user to super mod.
Reply With Quote
  #218  
Old 08-29-2012, 09:35 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 Fillip,

Sorry to be such a pain in the ass about this, but the posts per day are still not showing correctly in the Welcome panel. They are now with two decimals, but the number is rounded. It now shows 7,00 where it should be 7,26 (or something like that).
I think it's because you are formatting the number twice.
On line 134 in forumhome_complete you format by using vb_number_format, which is correct.
But on line 371 you are doing another vb_number_format.
Somehow the number loses the decimals when formatting twice.
My solution is to get rid of the formatting on line 371, so just registering $postsperday, without the formatting. Then the number shows correctly with decimals.

It's no biggie, but I'm just trying to get this nice product best as it can get

Greetz,
Rob
Reply With Quote
  #219  
Old 08-30-2012, 03:04 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll look into it for the next version


Fillip
Reply With Quote
  #220  
Old 10-02-2012, 09:25 AM
jluerken's Avatar
jluerken jluerken is offline
 
Join Date: Aug 2003
Location: Germany
Posts: 1,016
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to add the thread prefixes in front of the titles at "Most viewed threads" and how do I do that?
Reply With Quote
  #221  
Old 10-03-2012, 01:37 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Due to the constraints in display width associated with the current layout, that's not currently a supported feature, sorry


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 12:48 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
  • Page Generation 0.16788 seconds
  • Memory Usage 2,353KB
  • 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
  • (1)bbcode_code
  • (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
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (4)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)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