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 Last Online Date And Time (https://vborg.vbsupport.ru/showthread.php?t=238621)

LVGgebruiker 01-18-2011 08:46 PM

Does any one have it working on 4.1.1? If so how did you because cann't import it, if it is needed to doe manual noproblem but is there any info for?

thx

UPDATE: got it working, did change the version in xml file and it is possible to import it. :-) Nice hack thx!

Scanu 02-24-2011 04:29 PM

Working on 4.1.1

Krusty1231 02-24-2011 05:19 PM

1 Attachment(s)
Working on mine too....4.1.1

Added this to box it.

Code:

<div class="eti_postbit">
<vb:if condition="$post['lastactivity']">
<dt>{vb:rawphrase last_online_activity} : {vb:raw post.lastactivity_date} @ {vb:raw post.lastactivity_time}</dd>
</vb:if>
</div>

Thanks for this!

Willy T 02-24-2011 09:47 PM

Anyone to get one that just uses minutes, hours, days, etc kinda like xbox live?

I.E.

Last seen: 6 hours ago.

Internetcafe 03-15-2011 02:48 PM

Won't install on 4.1.2 .. trying to install product produces warning that it is not compatible !?

Morpheus NS 03-15-2011 04:37 PM

Works great in 4.1.1!

Quote:

Originally Posted by Krusty1231 (Post 2166389)
Working on mine too....4.1.1

Added this to box it.

Code:

<div class="eti_postbit">
<vb:if condition="$post['lastactivity']">
<dt>{vb:rawphrase last_online_activity} : {vb:raw post.lastactivity_date} @ {vb:raw post.lastactivity_time}</dd>
</vb:if>
</div>

Thanks for this!

Can you tell me where exactly did you put this code? I tried to put it in a postbit template instead of the code from install-info.txt, but it doesn't seem to work.

Randomm 07-09-2011 06:05 AM

Installed, nominated, rated

Question. Instead of it being 07-09-2011, how do I make it so it says Today or Yesterday....just like what you have on your screenshot

bosanci28 08-03-2011 01:09 AM

will not install in 4.1.4!

shanef 09-25-2011 12:32 AM

Quote:

Originally Posted by bosanci28 (Post 2228469)
will not install in 4.1.4!

open the xml file and on line 10 change the max version number

dependencytype="vbulletin" minversion="4.0.0" maxversion="5.0.99"

Fready 09-25-2011 01:22 AM

Works fine on 4.1.5
I don't understand anyone saying it won't install or work.
Read the instructions and do the template edits and that's it.

S@NL - BlackBik 12-07-2011 01:10 PM

Installed on 4.1.8 and works fine.
You'll have to do the product edit as described in post 49

buiquockhanh 01-17-2012 06:39 PM

don't work on gchrome & IE :-s .... 4.1.10

TombstoneWarrior 02-06-2012 12:26 AM

wont install with 4.1.9 anyone else have this issue?

New Joe 02-06-2012 03:55 AM

I have had it installed on all versions right up to 4.1.10 and testing it on all browsers, and works fine.
Change the version number in the xml and do the template edits and that's it.

Jncocontrol 02-08-2012 07:10 AM

Couldn't this be used as a Templet?

TombstoneWarrior 02-09-2012 04:50 AM

wont work with vb 4.1.9 says " The following dependencies were not met:
1.This product is not compatible with version 4.1.9 of vBulletin. (Compatible starting with 4.0.0 / Incompatible with 4.0.99 and greater)" Any idea's???

Merjawy 02-09-2012 05:36 AM

make it 5.0.99 it should work

I never installed the mod myself, but that should help

Nirjonadda 03-03-2012 02:45 PM

vBulletin Message
The following dependencies were not met:
1. This product is not compatible with version 4.1.10 of vBulletin. (Compatible starting with 4.0.0 / Incompatible with 4.0.99 and greater)

TombstoneWarrior 03-09-2012 10:00 PM

Quote:

Originally Posted by New Joe (Post 2296669)
I have had it installed on all versions right up to 4.1.10 and testing it on all browsers, and works fine.
Change the version number in the xml and do the template edits and that's it.

this person said they have it installed up to 4.1.10 i got it installed in 4.1.9 had a coder do the work and he changed what need be to changed to get it to work. coder was BaussDesigns great coder does all my work and does it perfect in my eyes i highly recomend him!!

JohnSG 03-15-2012 07:47 AM

Any Chance in getting this updated for 4.1.X

RapidRippeR 03-15-2012 05:31 PM

Many thanks for this ... very useful :)

EasyEazy 03-16-2012 03:57 AM

Installed and working fine on 4.1.1

Great mod thanks for the work

chimpmaster 03-16-2012 05:06 AM

Edited the xml file as explained - simple.

added the code to the postbit_legacy template - simple.

Happy to report is works just fine on 4.1.11

JohnSG 03-16-2012 07:34 AM

Got it working, Thanks :D

Amaury 11-24-2012 01:15 AM

Can you make this compatible with vBulletin 4.2.0?

RedTurtle 11-24-2012 01:42 AM

Quote:

Originally Posted by Amaury25 (Post 2384397)
Can you make this compatible with vBulletin 4.2.0?

Works great for me on 4.2.0.

Amaury 11-24-2012 01:47 AM

Quote:

Originally Posted by RedTurtle (Post 2384405)
Works great for me on 4.2.0.

When I tried to import it, it gave me a message that it couldn't import because it wasn't compatible.

kfyonur 11-24-2012 06:13 AM

Quote:

Originally Posted by Amaury25 (Post 2384407)
When I tried to import it, it gave me a message that it couldn't import because it wasn't compatible.

Change this code in product-poslodat.xml file

Code:

minversion="4.0.0" maxversion="4.0.99" />
to

Code:

minversion="4.0.0" maxversion="4.2.0" />

Amaury 11-24-2012 06:42 AM

Quote:

Originally Posted by kfyonur (Post 2384443)
Change this code in product-poslodat.xml file

Code:

minversion="4.0.0" maxversion="4.0.99" />
to

Code:

minversion="4.0.0" maxversion="4.2.0" />

Still getting it:

Quote:

Originally Posted by vBulletin Message
The following dependencies were not met:
  1. This product is not compatible with version 4.2.0 of vBulletin. (Compatible starting with 4.0.0 / Incompatible with 4.2.0 and greater)


Krusty1231 11-24-2012 06:48 AM

Code:

minversion="4.0.0" maxversion="4.3.0" />
Try that.

Amaury 11-24-2012 06:59 AM

Quote:

Originally Posted by Krusty1231 (Post 2384447)
Code:

minversion="4.0.0" maxversion="4.3.0" />
Try that.

Well, it installed, but it's not showing anything.

SirtLann 11-25-2012 04:37 PM

1 Attachment(s)
Translation into Turkish language by Sirtlan

Note: The modification does not work on vB 4.2.0 PL3

datoneer 11-25-2012 07:44 PM

It says that is not compatible with 4.2 version

datoneer 11-25-2012 07:48 PM

Thanks amaury

Amaury 11-25-2012 07:51 PM

Quote:

Originally Posted by datoneer (Post 2385052)
Thanks amaury

For what?

RedTurtle 11-25-2012 10:03 PM

It works for me on vB 4.2.0 PL3 but after I saw all the posts on here complaining that it doesn't I went and checked my setup.

It looks like I added this in my postbit_legacy at some point:

PHP Code:

<vb:if condition="$post['lastactivity']">
<
dt>{vb:rawphrase last_online_activity}</dt><dd>{vb:raw post.lastactivity_date} @ {vb:raw post.lastactivity_time}</dd>
</
vb:if> 

Use that and see if it works.

Amaury 11-25-2012 10:54 PM

Quote:

Originally Posted by RedTurtle (Post 2385085)
It works for me on vB 4.2.0 PL3 but after I saw all the posts on here complaining that it doesn't I went and checked my setup.

It looks like I added this in my postbit_legacy at some point:

PHP Code:

<vb:if condition="$post['lastactivity']">
<
dt>{vb:rawphrase last_online_activity}</dt><dd>{vb:raw post.lastactivity_date} @ {vb:raw post.lastactivity_time}</dd>
</
vb:if> 

Use that and see if it works.

Where do you add it in the template?

RedTurtle 11-25-2012 10:58 PM

Quote:

Originally Posted by Amaury25 (Post 2385097)
Where do you add it in the template?

It depends on where you want it. I wanted it to show in the same spot where I had the other stats showing for a person who posts (ie post count, location, etc) so I just found this part in postbit_legacy:

PHP Code:

<vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if> 

and added my code before it.

Amaury 11-25-2012 11:23 PM

Quote:

Originally Posted by RedTurtle (Post 2385101)
It depends on where you want it. I wanted it to show in the same spot where I had the other stats showing for a person who posts (ie post count, location, etc) so I just found this part in postbit_legacy:

PHP Code:

<vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if> 

and added my code before it.

Thanks.

SirtLann 11-26-2012 12:35 PM

Edit


All times are GMT. The time now is 10:07 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.02258 seconds
  • Memory Usage 1,840KB
  • 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
  • (8)bbcode_code_printable
  • (4)bbcode_php_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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