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
  #62  
Old 05-18-2010, 04:54 PM
Xencored Xencored is offline
 
Join Date: Sep 2008
Location: UK, Scuny
Posts: 1,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can i move the Welcome back panel mate
need it about my forums and below the adds

one more question where did you get the code from for this?
Ive been using this for along time before you was even a member
Not that am complaining you have ported it to 4 but you should give credits to the original coder?
(BTW original coder is not me )
Original code Vb3.5-3.8
Attached Files
File Type: txt Panel Code.txt (2.6 KB, 19 views)
Reply With Quote
  #63  
Old 05-18-2010, 05:16 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 Animemike View Post
How can i move the Welcome back panel mate
need it about my forums and below the adds
For the Lite version, you need to modify the code.
Find in /dbtech/infopanels/includes/hooks/forumhome.complete:
PHP Code:
$ad_location['global_below_navbar'] = implode(''$infopanels) . $ad_location['global_below_navbar']; 
Change to
PHP Code:
$ad_location['global_below_navbar'] .= implode(''$infopanels); 
Quote:
Originally Posted by Animemike View Post
one more question where did you get the code from for this?
Ive been using this for along time before you was even a member
Not that am complaining you have ported it to 4 but you should give credits to the original coder?
(BTW original coder is not me )
Original code Vb3.5-3.8
Permission to use the design layout of the old ITech welcome panels were given to us
Reply With Quote
  #64  
Old 05-18-2010, 05:19 PM
Xencored Xencored is offline
 
Join Date: Sep 2008
Location: UK, Scuny
Posts: 1,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DragonByte Tech View Post
For the Lite version, you need to modify the code.
Find in /dbtech/infopanels/includes/hooks/forumhome.complete:
PHP Code:
$ad_location['global_below_navbar'] = implode(''$infopanels) . $ad_location['global_below_navbar']; 
Change to
PHP Code:
$ad_location['global_below_navbar'] .= implode(''$infopanels); 
Permission to use the design layout of the old ITech welcome panels were given to us
Awesome thanks

And thats great you got Permission thanks for porting to 4 :up:
Reply With Quote
  #65  
Old 05-18-2010, 05:28 PM
Xencored Xencored is offline
 
Join Date: Sep 2008
Location: UK, Scuny
Posts: 1,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey also

I tryed to remove ", 0 Medals and 0 Trophies." from the line
You have x Achievements, x Medals and x Trophies.

Code:
<vb:if condition="$activity['activitylevel']"><b>&raquo;</b> {vb:rawphrase dbtech_infopanel_vbactivity_x_y_z, {vb:raw activity.achievement}, {vb:raw activity.medal}, {vb:raw activity.trophy}}<br /></vb:if>
When i removed
Code:
{vb:raw activity.medal}, {vb:raw activity.trophy}
give me a few errors as you can see i am not good with coding
hope you could help me out
Thanks
Reply With Quote
  #66  
Old 05-18-2010, 05:41 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 Animemike View Post
Hey also

I tryed to remove ", 0 Medals and 0 Trophies." from the line
You have x Achievements, x Medals and x Trophies.

Code:
<vb:if condition="$activity['activitylevel']"><b>&raquo;</b> {vb:rawphrase dbtech_infopanel_vbactivity_x_y_z, {vb:raw activity.achievement}, {vb:raw activity.medal}, {vb:raw activity.trophy}}<br /></vb:if>
When i removed
Code:
{vb:raw activity.medal}, {vb:raw activity.trophy}
give me a few errors as you can see i am not good with coding
hope you could help me out
Thanks
To do that you also need to change the phrase dbtech_infopanel_vbactivity_x_y_z and remove {2} and {3} in addition to the code you removed above
Reply With Quote
  #67  
Old 05-18-2010, 05:50 PM
Xencored Xencored is offline
 
Join Date: Sep 2008
Location: UK, Scuny
Posts: 1,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DragonByte Tech View Post
To do that you also need to change the phrase dbtech_infopanel_vbactivity_x_y_z and remove {2} and {3} in addition to the code you removed above
Bah yea sorry for my dumbness should of known that one Thanks again
Pm sent back btw
Reply With Quote
  #68  
Old 05-18-2010, 06:03 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 Animemike View Post
Awesome thanks

And thats great you got Permission thanks for porting to 4 :up:
Just gunna point out that this has actually been coded from scratch ^.^

Layout is as per Inferno Top X Stats which i designed with ZT =)

Iain
Reply With Quote
  #69  
Old 05-18-2010, 06:09 PM
Xencored Xencored is offline
 
Join Date: Sep 2008
Location: UK, Scuny
Posts: 1,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DragonByte Tech View Post
Just gunna point out that this has actually been coded from scratch ^.^

Layout is as per Inferno Top X Stats which i designed with ZT =)

Iain
Am happy with it
Reply With Quote
  #70  
Old 05-19-2010, 07:08 AM
Xencored Xencored is offline
 
Join Date: Sep 2008
Location: UK, Scuny
Posts: 1,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Found a Bug for you xD

Mark Forums Read is missing the
Code:
{vb:raw bbuserinfo.securitytoken}
In dbtech_infopanel_panel template find

Code:
<a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread">{vb:rawphrase mark_forums_read}</a>
Replace with

Code:
<a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread&amp;markreadhash={vb:raw bbuserinfo.securitytoken}">{vb:rawphrase mark_forums_read}</a>
Hope it helps when people get securitytoken error :up:
Reply With Quote
  #71  
Old 05-19-2010, 08:06 AM
daveaite's Avatar
daveaite daveaite is offline
 
Join Date: Jul 2009
Location: Florida
Posts: 1,890
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice work. Tagged
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 09:35 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.09985 seconds
  • Memory Usage 2,380KB
  • 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
  • (7)bbcode_code
  • (4)bbcode_php
  • (7)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
  • (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
  • (5)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