PDA

View Full Version : Add-On Releases - Postbit Last Online Date And Time


princeedward
03-18-2010, 10:00 PM
Postbit Last Online Date And Time
(Tested To Default vB Skin Style And FF/IE Browser Only!)



DESCRIPTIONS:
A very simple but useful modification to show the day, date and time of each users last online activity to your postbit and postbit legacy showthread template page



Note: Pls View First Attachment Image Below For More Info


=======================
PROCEDURE: INSTALLATION
=======================


(1) Product To Upload Via:
Acp > Plugins & Products > Manage Products > Add/Import Product

(1) Simple Template To Edit 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"
Leave Any Comment By Saying Thanks! or Anything! (Not Just Read, Use And Go)
Rate
Nominate






Good Day...Thanks And Best Regards To All

https://vborg.vbsupport.ru/

princeedward
03-19-2010, 09:38 AM
RESERVE!

:p

TimberFloorAu
03-19-2010, 09:44 AM
Well done Edward.

Will check this out tomorrow :)

KURTZ
03-19-2010, 11:50 AM
really interesting Eddie ... :)

basilrath
03-19-2010, 12:02 PM
Kudos ........... nice one Eddie

Just for those using the v.net postbit .......https://vborg.vbsupport.ru/showthread.php?t=236953

then use the code

<div class="eti_postbit">
<!-- PRINCEEDWARD LAST ONLINE DATE AND TIME START -->
<vb:if condition="$post['lastactivity']">
{vb:rawphrase last_online_activity} : {vb:raw post.lastactivity_date} @ {vb:raw post.lastactivity_time}
</vb:if>
<!-- / PRINCEEDWARD LAST ONLINE DATE AND TIME END -->
</div>

to dress it and therefore tidy like.......... http://www.tabletennistalk.co.uk/forum/showthread.php?2797-Bat-tampering&p=29905#post29905

icemann
03-19-2010, 01:12 PM
Thanks, much appreciated. :cool:

doopz
03-19-2010, 01:22 PM
Nice! thank you very much.

Kolbi
03-19-2010, 01:49 PM
This needs one querie for every user?

Dr.osamA
03-19-2010, 02:21 PM
very very very good mod

thanxxxx man

installed + 5 Stars + nominated :D

COL NIL SATIS
03-19-2010, 06:00 PM
nice one Edward...!!! looks great and is a cool little add on...many thanks...hits install

aaronrand
03-19-2010, 06:42 PM
very nice, thank you, although i have a slight spacing issue on the users not from today,
see the 2nd user on this picture.
is this fixable?

steve1966
03-19-2010, 06:49 PM
great work prince

princeedward
03-19-2010, 08:25 PM
RESERVE!

:pWTH do you need a RESERVATION like others? LOL :p

Well done Edward.

Will check this out tomorrow :)thanks mate...hope you like it....

really interesting Eddie ... :)thanks for the nice compliment KURTZ

Kudos ........... nice one Eddie glad that you like it Basil...

well glad that you all find it useful and interesting for your site guys....best regards and goodluck to your website...

:p:up:

princeedward
03-19-2010, 08:32 PM
This needs one querie for every user?i guess and hope so....i'm not quite sure...mate but thanks for the install and interest...

very very very good mod

thanxxxx man

installed + 5 Stars + nominated :Dglad you like it and thanks for all mate...

nice one Edward...!!! looks great and is a cool little add on...many thanks...hits installsame to you NIL....thanks a lot for the install...

very nice, thank you, although i have a slight spacing issue on the users not from today,
see the 2nd user on this picture.
is this fixable?well the problem is the right side is quite long already and no space the date and time so the margin is not enough on that side....so we can't avoid it...maybe just find some other place to add that code...maybe at the bottom so it doesn't look bad at all or maybe under avatar and make it center or change the way you show your date, set via
Acp> Date and Time Options > Format For Date (like mine: d-m-y ) to make it not long
...just play around mate, anywhere to place it...but at the moment sorry for that coz i dont have any slight idea to solve that problem...but who knows maybe some other time or guys around find a best solution to solve it...thanks anyway for interest and install

great work princethanks mate....

best regards to all and goodluck to your website guys.....

iloveyouallwithallofmyheart...

:p

TimberFloorAu
03-19-2010, 09:43 PM
May be worth explaining what the Update is mate

princeedward
03-19-2010, 09:50 PM
May be worth explaining what the Update is matenothing personal mate....just added my postbit screenshot images and some way to add under avatar/rank into (postbit) template...

the problem is anytime you edit your first post it will show us updated...this is quite irritating...normally the developer must click something to show if it is really updated or just edited some slight mistake to your first post or anything not so important...

:p

TimberFloorAu
03-19-2010, 10:17 PM
Thats why you should always reserve second post ;)

Popa Andrei
03-20-2010, 01:37 AM
Great mode.
Installed and works
:D

princeedward
03-20-2010, 11:42 AM
Thats why you should always reserve second post ;)yap mate...thanks for reminding me...:p

Great mode.
Installed and works
:Dthanks for interest...install...nominate and rate...

best regards and goodluck to your site...

;):up:

RedHacker
03-20-2010, 01:53 PM
Why show @?

pjaco
03-20-2010, 02:15 PM
Thanks

RedHacker
03-20-2010, 05:27 PM
Why show @?

Anyone to help me?

basilrath
03-20-2010, 05:44 PM
well you could simply have "at" but it is slightly shorter and i suppose the phrase can be changed to whatever you would like - semantics springs to mind

princeedward
03-20-2010, 05:54 PM
Thanksyou're welcome mate...glad you like it...

Why show @?Anyone to help me?normally you can also remove it from the code you insert to your postbit_legacy template....or find a better place to place the code that will suit your taste...

<!-- PRINCEEDWARD LAST ONLINE DATE AND TIME START -->
<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>
<!-- / PRINCEEDWARD LAST ONLINE DATE AND TIME END -->


well you could simply have "at" but it is slightly shorter and i suppose the phrase can be changed to whatever you would like - semantics springs to mindthanks mate for support...

anyway guys...thanks for interest...install...nominate and rate...or else...

PLS.DON'T FORGET TO DO IT!

best regards to all and goodluck to your site....

:p:up:

Front Range 4x4
03-20-2010, 09:21 PM
Nice little mod *installed!*

Thanks you!

princeedward
03-21-2010, 06:47 AM
Nice little mod *installed!*

Thanks you!glad you like it...thanks for the install...

best regards and goodluck to your site
:p

Markos
03-21-2010, 11:59 AM
installed nice little mod i installed it the other day and now there's a update is the update just that u took the @ away ?

princeedward
03-21-2010, 12:37 PM
installed nice little mod i installed it the other day and now there's a update is the update just that u took the @ away ?that was nothing important..just did edit somethin to my INFO FILE

sorry about that...

best regards

:p

Popa Andrei
03-21-2010, 04:13 PM
Great job.Instaled :D

andreamarucci
03-22-2010, 03:56 PM
Awesome! installed! Just a question. Attached you'll find an image on how it look on my forum.

114555

Do you know how can I make the userstats fields dynamic so that they become wider as the text contained is longer? i would like that longer text does not break on two lines as in tha attached image.

Thanks!

princeedward
03-28-2010, 01:35 PM
Great job.Instaled :Dthanks for the install...

Awesome! installed! Just a question. Attached you'll find an image on how it look on my forum.

Do you know how can I make the userstats fields dynamic so that they become wider as the text contained is longer? i would like that longer text does not break on two lines as in tha attached image.

Thanks!sorry but have no idea...but thanks anyway for the install...

best regards

:p

BillieJoe
04-14-2010, 07:44 AM
Hi!

Very usefull Addon. :)

But is there a way to display the last post a user made in postbit?

BlueCheri
05-11-2010, 03:10 PM
Nice one, done and installed.

Thanx

Charlie98902
06-04-2010, 10:45 PM
Any way to get this to post like this?

http://www.ultimate-dvdr.com/operating-systems/37719-using-ie-9-force-upgrade.html#post80664

I have the 3.8 code but would love to have it altered to vb4. I used this on 3.8

ndut
06-07-2010, 03:14 AM
nice

ndut
06-08-2010, 03:36 AM
thank you

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,,

Gero50
08-05-2010, 10:48 AM
Awesome Work it works perfect.

alkrida
12-30-2010, 05:18 PM
any up data for 4.1.0

CRDeveloper
12-31-2010, 05:24 PM
Working on 4.1.0 PL2

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
Working on mine too....4.1.1

Added this to box it.

<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!

Working on mine too....4.1.1

Added this to box it.

<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
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
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
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
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
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

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

to

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

Amaury
11-24-2012, 06:42 AM
Change this code in product-poslodat.xml file

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

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

Still getting it:

The following dependencies were not met:
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
minversion="4.0.0" maxversion="4.3.0" />

Try that.

Amaury
11-24-2012, 06:59 AM
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
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
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:

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

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

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

<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

Amaury
11-26-2012, 01:23 PM
Translation into Turkish language by Sirtlan

could not install on vb 4.2.0 PL3

You already posted that.

SirtLann
11-26-2012, 07:56 PM
I realized later

DemOnstar
07-11-2013, 08:38 AM
I expect it is no longer updated judging by the lack of activity.

Doesn't seem to work on 4.2.1.....

Thanks for the effort anyway.... You boys and girls do a fine job...

TundraSoul
08-22-2013, 11:16 PM
Hoping for an update to this so it works with 4.2.1.

Thanks!

Bubble #5
08-23-2013, 01:58 AM
Yep, sadly doesn't work on 4.2.1 Here's the error given:

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


Hey guys, just use this one. It works great on 4.2.1.

https://vborg.vbsupport.ru/showthread.php?t=300025&highlight=postbit+last+online

Lee Roberts
12-10-2013, 07:55 PM
Just to confirm, if you edit the product xml file and update the version support, this addon works fine on vB 4.2.2.

If it shows nothing, make sure you are editing the correct postbit template.

Hey guys, just use this one. It works great on 4.2.1

That is because the addon you link to is this addon but with the version support edited, allowing you to import the product. Its the same code, line for line.

.Me

webmastersitesi
12-12-2013, 03:56 PM
this product not competitible with 4.2.2. any solution?

john7911
10-27-2014, 01:02 PM
Thank you

oldfan
05-25-2023, 04:40 AM
works on 4.2.6 php 7.2 thanks