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 |
#32
|
|||
|
|||
Installed, works excellent!
Is there a way to make it a link? Like the "New Posts" on NavBar? |
#33
|
|||
|
|||
How do I make this show for all user groups? Otherwise, good work!
|
#34
|
|||
|
|||
Lovely. Works wonderfully on 3.6.8 - new install - good to go.
|
#35
|
||||
|
||||
Good question. Does anyone use this in any other place on their site?
|
#36
|
||||
|
||||
It seems to work on 3.7.1 P1 that I'm running.
Although, I'd like to do this mod as a navbar link as well. Anyone know how to do this? |
#37
|
|||
|
|||
I'll be attempting install on new 3.7.2 spl 1 as well this evening. I'll post back if it's all good (security token bug, compatibility with all other forumhome hacks, etc etc) although I don't foresee any problems with the way this product is written.
|
#38
|
||||
|
||||
Great mod, works perfectly thanks.
|
#39
|
||||
|
||||
Nice hack, seems to work just fine on 3.6.8. Good work!
*clicks install* |
#40
|
||||
|
||||
Nice hack and works well on 3.6.11 I have just installed on 3 sites no problems!
|
#41
|
|||
|
|||
hi
i want to my user kontrol panel wiev |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|