vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - Postbit/Postbit Legacy: User Current Activity And Time (https://vborg.vbsupport.ru/showthread.php?t=238786)

steeler7 05-19-2010 06:21 PM

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

mgurain 06-08-2010 05:49 AM

Hi princeedward,

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

Thanks,,

Sforums 03-25-2011 08:06 AM

Good stuff but not working with 4.1.

Alan_SP 04-05-2011 01:30 PM

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.

Masked Crusader 04-05-2011 07:36 PM

Thanks for the Alan. Was hoping it was not version limited.

Ary Braga 04-21-2011 12:46 PM

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

Alan_SP 04-21-2011 07:52 PM

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. :)

Ary Braga 12-19-2012 01:56 AM

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> 

;)

Asmod 12-23-2012 07:26 AM

Cant install on 4.2p3

justicechick 04-13-2013 07:22 AM

Was working perfectly with my 4.2 P3 then it stopped and I cant figure out why.


All times are GMT. The time now is 04:56 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.01001 seconds
  • Memory Usage 1,735KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete