Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

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
  #132  
Old 04-21-2011, 08:44 AM
kevius kevius is offline
 
Join Date: Oct 2009
Location: France
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tks ! can you very much, now can you tell me what is the URL's variable to use for the path ?
Reply With Quote
  #133  
Old 04-21-2011, 09:01 AM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, I don't know that


Fillip
Reply With Quote
  #134  
Old 04-21-2011, 09:12 AM
kevius kevius is offline
 
Join Date: Oct 2009
Location: France
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

here it is your original code in dbtech_infopanels_panel (id : 12149)

PHP Code:
<a href="profile.php?{vb:raw session.sessionurl}do=editavatar">
                        <
vb:if condition="$avatar[0]">
                            <
img src="{vb:raw avatar.0}" alt="{vb:rawphrase edit_avatar}"{vb:raw avatar.1} />
                        <
vb:else />
                            {
vb:rawphrase edit_avatar}
                        </
vb:if> 
i've to change this line {vb:rawphrase edit_avatar} by this :

PHP Code:
<img src="http://www.MYURL/images/misc/unknown.gif"/> 
But i know it's bad to code url like this. Do you know how can i do better ?
Reply With Quote
  #135  
Old 04-21-2011, 09:22 AM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ohh I see, just replace
HTML Code:
{vb:rawphrase edit_avatar}
With
HTML Code:
<img src="images/misc/unknown.gif" alt="{vb:rawphrase edit_avatar}" />
That should take care of that


Fillip
Reply With Quote
  #136  
Old 04-21-2011, 09:24 AM
kevius kevius is offline
 
Join Date: Oct 2009
Location: France
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

COOL !! Perfect thank you very much Fillip !

have a nice day !
Reply With Quote
  #137  
Old 06-12-2011, 10:34 PM
whitedd's Avatar
whitedd whitedd is offline
 
Join Date: Jan 2010
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

dont work in 4.1.4.
Reply With Quote
  #138  
Old 06-12-2011, 10:38 PM
whitedd's Avatar
whitedd whitedd is offline
 
Join Date: Jan 2010
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it generate this database error:
Database error in vBulletin 4.1.4:

Invalid SQL:

SELECT IF(userid > 0, 1, 0) as isuser, COUNT(session.userid) as online_users
,user.usergroupid, displaygroupid, user.membergroupids
FROM session as session

WHERE session.lastactivity > 1307912055



GROUP BY isuser;

MySQL Error : Unknown column 'user.usergroupid' in 'field list
Reply With Quote
  #139  
Old 06-12-2011, 11:11 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you manually enable the "Who's Online - Query" plugin? That was left disabled when the product was released.

Fillip
Reply With Quote
  #140  
Old 06-19-2011, 03:48 PM
NLPLegacy NLPLegacy is offline
 
Join Date: Aug 2010
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not working on other skins only the default skin
Reply With Quote
  #141  
Old 06-19-2011, 03: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

Unfortunately we cannot support custom skins, you should contact your skin coder


Fillip
Reply With Quote
Reply

Thread Tools

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 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
  • Page Generation 0.05039 seconds
  • Memory Usage 2,336KB
  • 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
  • (2)bbcode_html
  • (2)bbcode_php
  • (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
  • (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