The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
My Recent Posts on Forumhome Details »» | |||||||||||||||||||||||||
This is my first released hack, so if you have any constructive suggestions or feedback, it'd be greatly appreciated. This is still a beta version of the hack, it doesnt support phrases or have any admin options yet, and needs a bit of optimization, I will add those in a later version.
DESCRIPTION This adds a table onto your forumhome that shows information the last 5 threads the user has posted in, including the thread title, thread starter, last post date, last post username, replies, views, and what forum it is in. INSTALL 1) Upload product-recentposts.xml 2) Add the following code to FORUMHOME: Find: Code:
<!-- what's going on box --> Code:
<!-- recent posts --> <if condition="$show['recentposts']"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"><tbody> <tr> <td class="tcat" colspan="6"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_recentposts')"><img id="collapseimg_forumhome_recentposts" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_recentposts].gif" alt="" border="0" /></a> My Recent Posts </td> </tr> </tbody> <tbody id="collapseobj_forumhome_recentposts" style="$vbcollapse[collapseobj_forumhome_recentposts]"> <tr class="thead"> <td width="20"></td> <td class="thead" width="40%"><b>Thread</b></td> <td class="thead"><b>Last Post</b></td> <td class="thead" align="center"><b>Replies</b></td> <td class="thead" align="center"><b>Views</b></td> <td class="thead" align="right"><b>Forum</b></td> </tr> $recentpostbits </tbody> </table> <!-- /recent posts--> <br /> </if> <!-- what's going on box --> This will place it above the What's Going On? box, you can put this anywhere you like really. This has only been tested on vb 3.6.4 DEMO / EXAMPLE http://forums.ffextreme.com/ You will have to register and post to actually see it working unfortunately hehe. MODIFY NUMBER OF THREADS SHOWN (TEMP) I will add admin cp options in the next update, but if you want to modify how many threads are shown on the list: 1) Goto the Plugin Manager 2) Click [Edit] for the Recent Posts by You on ForumHome plugin 3) In the text box, find where it says: PHP Code:
BUGS / FIXES 0.14 --> Fixed font issues, issues involving deleted threads showing up. 0.13 --> Change font size to smallfont 0.12 --> Changed userid variable to proper variable, added alternating column colours. 0.11 --> Added TABLE_PREFIX to the queries Show Your Support
|
Comments |
#22
|
|||
|
|||
How about an update release with all fixes to include the font fix so the xml can overwrite the exisiting one please?
|
#23
|
||||
|
||||
Nothing yet?
The font issue is an easy one. In the XML Find all instances of: Quote:
Quote:
Quote:
Quote:
|
#24
|
||||
|
||||
I will get those two fixes done, sorry I've been distracted trying to fix another bug that randomly doesn't show posts in really old threads. Trying to get some help with that in a seperate thread.
I'll get those two things fixed up and update it. |
#25
|
|||
|
|||
kewl beans my friend
|
#26
|
|||
|
|||
Going to subscribe to this thread
|
#27
|
|||
|
|||
how's this one coming along? i'll install once completed ^_^
edit: installed and it works fine. love it *clicks installed with an excellent* |
#28
|
|||
|
|||
for the pepole that don't want to sign up for the site and make some posts, I'll provide a screen shot tonight
|
#29
|
|||
|
|||
Installed AGAIN after I had to reinstall forums (unrelated issue).
And I'll tell ya, we REALLY dig this hack. Most people have been relying on subscribed threads for the sole purpose of reading responses to their posts. But the "latest posts" hack is REALLY REALLY convenient. I love it. Thanks a bunch! OH - if anyone wants to see a raw forum screenshot of what the hack looks like (i see the person above stated they'd upload one) you can view a screenshot here: http://www.mangacult.net/recentposts.jpg (we're just reinstalling tonight, so don't mind the lack of forum-ness ^_^) |
#30
|
||||
|
||||
It's very nice, but i think if you change the below code in 'forumhome_recentpostbits':
Code:
<a href="showthread.php?t=$rpthread[threadid]"> Code:
<a href="showthread.php?goto=newpost&t=$rpthread[threadid]"> * Clicks Install * |
#31
|
|||
|
|||
I would like to allow this mod to only one usergroup. How can I do it?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|