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

Reply
 
Thread Tools
Postbit/Postbit Legacy: User Current Activity And Time Details »»
Postbit/Postbit Legacy: User Current Activity And Time
Version: 1.00, by princeedward princeedward is offline
Developer Last Online: Feb 2013 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.0.x Rating:
Released: 03-20-2010 Last Update: 03-20-2010 Installs: 45
Uses Plugins Template Edits
Re-useable Code  
No support by the author.


User Current Activity And Time
-Postbit and Postbit Legacy-
(Tested To Default vB Skin Style And FF/IE Browser Only!)



DESCRIPTIONS:
A very simple but might be useful modification to show the exact
activity location of each active online users to your
postbit and postbit legacy showthread template page.

For More Info: Pls View First The Attachment Image!



=======================
PROCEDURE: INSTALLATION
=======================
  • (1) Product To Upload Via:
    Acp > Plugins & Products > Manage Products > Add/Import Product
  • (1) Simple Template To Edit/Add Something Via:
    Acp > Styles & Templates > postbit or postbit_legacy template

Max Install Time: (2) min.

====================
PROCEDURE: UNINSTALL
====================

  • (1) Product To Uninstall Via:
    Acp > Plugins & Products > Manage Products > Click Dropdown Arrow > Select Uninstall > Go
  • (1) Simple Template Code To Delete Via:
    Acp > Styles & Templates > postbit or postbit_legacy template > Find/Delete Added Code > Save



================================================== ========================
NOW DOWNLOAD THE ATTACH FILE BELOW FOR INSTALLATION MANUAL INFO! AND PRODUCT
================================================== ========================



Hope You Like It And Find This Useful To Your Website!

If You Use This Mod, Please Don't Forget To:

  • Click "Mark as Installed" (Otherwise Support is Limited or Low Priority)
  • Leave Any Comment By Saying Thanks! or Anything! (Not Just Read, Use And Go)
  • Rate
  • Nominate




Good Day...Thanks And Best Regards To All

Download Now

File Type: zip product-postbit_user_current _activity.zip (57.0 KB, 337 views)

Screenshots

File Type: png current_activity_postbit_legacy_screenshot_image.png (28.2 KB, 0 views)
File Type: png current_activity_postbit_screenshot_image.png (27.8 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 05-19-2010, 06:21 PM
steeler7 steeler7 is offline
 
Join Date: Oct 2009
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oops. That was supposed to be a response for the post Mod for Last activity and date.

I haven't gotten this one to work. I definitely don't want the code above the Avatar, I want down below the post amount and tried putting the code there and every post in my forum gets messed up
Reply With Quote
  #23  
Old 06-08-2010, 05:49 AM
mgurain's Avatar
mgurain mgurain is offline
 
Join Date: Apr 2005
Location: KSA - Qatif - Al-Jarodiah
Posts: 345
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi princeedward,

It's great and wonderful.
Can you please make a 3.8.5 compatible version ?

Thanks,,
Reply With Quote
  #24  
Old 03-25-2011, 08:06 AM
Sforums Sforums is offline
 
Join Date: Dec 2010
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good stuff but not working with 4.1.
Reply With Quote
  #25  
Old 04-05-2011, 01:30 PM
Alan_SP's Avatar
Alan_SP Alan_SP is offline
 
Join Date: Nov 2009
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Actually, it works without problems. Autor made dependencies for this mod limited to max version 4.0.99, but you just need to delete max version dependency to void, like this:

<dependencies>
<dependency dependencytype="vbulletin" minversion="4.0.0" maxversion="" />

Edit the product code, find this and you can use it on any version you like. I'm using it right now on version 4.1.2.
Reply With Quote
  #26  
Old 04-05-2011, 07:36 PM
Masked Crusader Masked Crusader is offline
 
Join Date: Oct 2005
Location: Sacramento, CA, USA
Posts: 293
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the Alan. Was hoping it was not version limited.
Reply With Quote
  #27  
Old 04-21-2011, 12:46 PM
Ary Braga Ary Braga is offline
 
Join Date: Jun 2009
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Working perfectly onto vb 4.1.3.

With simple changes.

Open product-postbit_user_current_activity.xml

Find:

Code:
<dependency dependencytype="vbulletin" minversion="4.0.0" maxversion="4.0.99" />
	</dependencies>
Change to:

Code:
<dependency dependencytype="vbulletin" minversion="4.1.3" maxversion="4.2.99" />
	</dependencies>
Save and import onto cpanel.

I hope to contributed
Reply With Quote
  #28  
Old 04-21-2011, 07:52 PM
Alan_SP's Avatar
Alan_SP Alan_SP is offline
 
Join Date: Nov 2009
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, who knows, maybe this would work even after 4.2.x. In my experience this type of mods could work very long time as they use pure PHP code. I'm using similar mod (latest activity and latest post time) from vB3.6. Also, your modification to dependency blocks mod for version earlier to 4.1.3. Some of us still use earlier versions.
Reply With Quote
  #29  
Old 12-19-2012, 01:56 AM
Ary Braga Ary Braga is offline
 
Join Date: Jun 2009
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

and tell you more, dear Alan.

works perfectly in Vb 4.2.opl3.

just by using the following conditional:

PHP Code:
<vb:if condition="is_member_of($bbuserinfo, 5,6,7)">
     <
vb:if condition="$post['currentactivity']">{vb:raw post.currentactivity}
         </
vb:if>
               </
vb:if> 
That way you can put as many groups of users you want.

You can also just leave your moderators with access:

Change the first line only.
PHP Code:
<vb:if condition="can_moderate()">
<
vb:if condition="$post['currentactivity']">{vb:raw post.currentactivity}
         </
vb:if>
               </
vb:if> 
Reply With Quote
Благодарность от:
megabink
  #30  
Old 12-23-2012, 07:26 AM
Asmod Asmod is offline
 
Join Date: Oct 2011
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cant install on 4.2p3
Reply With Quote
  #31  
Old 04-13-2013, 07:22 AM
justicechick justicechick is offline
 
Join Date: Oct 2012
Location: Arkansas
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Was working perfectly with my 4.2 P3 then it stopped and I cant figure out why.
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 04:25 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.06684 seconds
  • Memory Usage 2,338KB
  • Queries Executed 28 (?)
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_code
  • (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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (1)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
  • (3)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_postinfo_query
  • fetch_postinfo
  • 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
  • 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
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete