PDA

View Full Version : Forum Display Enhancements - Post Date of Threads (in threadbit)


vbenhancer
12-20-2009, 10:00 PM
This little addon for the threadbits is very practical for any forum in need of good stats.

usually, on vB, when you post a new thread, the only detail you have in threadbit is the Threat Title and Username of the author...

now, we have this kind of display where you set the read date of each thread, with the very precise dateline detail:
posted by nexia 2 Weeks Ago (06-05-2008, 01:31 PM)

This is the details you see here on this forum...

it's a product upload, no file or template edits.

detail: if you want the "posted by" to have a different style, you simply have to search for the phrase "posted by", it have the varname "nex_postdatesince_postedby" ... you can Capitalize the first letter, as suggested by Shelley, or change its style, like
<strong>Posted by: </strong>

note: as suggested by OblivionKnight, the new version (1.5) now cover the search results in threads list.

Datok
12-21-2009, 10:55 PM
Hi, thanks for sharing it...

Found it... Thanks!

joshskeety
01-01-2010, 11:14 AM
Doesn't seem to install initially with adding in Posted by. Do we have to add it?

vbenhancer
01-01-2010, 01:14 PM
what?

joshskeety
01-01-2010, 04:39 PM
what?

the "posted by" part never shows up. I actually discovered that it does, but only if I'm logged out (guest).

Here is the part of code that it hooks into:
<if condition="$show['guestuser']">
$thread[postusername]
<else />
<span style="cursor:pointer" onclick="window.open('member.php?$session[sessionurl]u=$thread[postuserid]', '_self')">$thread[postusername]]</span>
</if>

SMosher
01-02-2010, 12:10 AM
I cant seem to find the area where to change it from "posted by" to "Posted By :".

EDIT: Found it. Sorry for the trouble :)

COL NIL SATIS
01-07-2010, 03:53 PM
simple yet effective!!! installs

AeonGamer
01-08-2010, 02:39 AM
Marked as installed. Working great on my forum.

Thanks for the addon. Much appreciated :)

mgurain
01-31-2010, 02:18 AM
How could I change the color of the line to Gray so it's put nicely ?

WebkinzCoast
01-31-2010, 02:35 AM
I would like that as well mgurain.

Erica1977
01-31-2010, 02:58 AM
Awesome Hack Thank You.:)

BadgerDog
02-01-2010, 11:38 AM
Installed ... :)

Very nice ... thank you ... :up:

Regards,
Badger

mgurain
07-05-2010, 01:50 AM
How could I change the color of the line to Gray so it's put nicely ?

????

tehPARADOX
10-05-2012, 08:26 AM
May I ask if this adds a ton of new queries to the forum display?

vsforums
06-24-2013, 12:01 PM
Hi,

Does this plugin support 3.7 version?

Thanks