The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Alternate Last Post Display Details »» | |||||||||||||||||||||||||||||||||||
Alternate Last Post Display By: Idan B. 1. Description & Usage: Alternate Last Post hack will allow the forum admin to make the "Last Post" column on forum look different (have another/better layout): Hack will make it with user avatar picture & instead of showing post date, it will show "time diff" since the post (for example: 4 Hours, 5 Minutes ago") - See pictures in attachment for better understanding. :up: This Hack can be enabled on both Forum Home & forum Display or Forum Display Only. The hack was develop for request of Theater (request was made here: https://vborg.vbsupport.ru/showthread.php?t=214212 ) I assumed this request might be "handy" to other users of community, so developed it to be a fully working modification. 2. Installation: Please click Mark as Installed. Installation is pretty easy - just download & install:
1. uninstall previous version 2. Download new version xml & install as instructed in previous section. 4. Configuration: Once installed, the "Vbulletin Options" under admincp will have extra section: Section name: "Alternate Last Post Display"
6. TO-DO's LIST (Next Versions):
NOTE: Currently supported format chars for date/time (v1.1.4) are : Date: "j","d", "m", "n", "F", "M", "Y", "y","S" Time: "h", "H", "g", "G", "i", "s", "a", "A". Any other chars will result with Post Time: N/A displayed ! NOTE: i've left v1.1.3 and added in addition the v1.1.4, just in case anyone has problem, he can download old version & rollback. Enjoy hack & dont forget to click Mark as Installed Download Now
Screenshots
Show Your Support
|
Comments |
#132
|
|||
|
|||
question about the image sizes.
If I place a value for height and nothing for width will it automatically keep it's original ratio? |
#133
|
||||
|
||||
No. according to feedback & common sense, my initial assumption was that for "esthetic reasons" users would want all pics to have same width & height, else result isnt looking nice (it's really matter of original avatar dimensions).
|
#134
|
||||
|
||||
Quote:
Pretty much the major difference between 1.1.3 to 1.1.4 is i'v taken the replaced html from plugin code to template, but wierd thing is the "left align" is still same code as version 1.1.3, and it's defined on plugin code. Can you try to set "left align" to NO, save settings, then set to YES & save again ? Perhaps since options number are not the same as previous version, the db still has different value for these & needs to be updated. |
#135
|
|||
|
|||
last night i had the forum crashing after installing this plugin (so nobody could consult the main forum page)
on our forum we have a user called "/!\K.v.K./!\Boechie/!\" who has posted in a thread ... being the last one to post, his name, avatar and posting time is (should be) displayed on the index-page but ... when i check your code u are using this query : Code:
$q_text = "SELECT userid, avatarid, avatarrevision FROM `" . TABLE_PREFIX . "user` WHERE username = \"".$lastpostinfo[lastposter]."\""; Code:
$q_text = "SELECT userid, avatarid, avatarrevision FROM `user` WHERE username = \"/!\K.v.K./!\Boechie/!\\""; shouldn't the query be changed towards this query ? Code:
$q_text = "SELECT userid, avatarid, avatarrevision FROM `" . TABLE_PREFIX . "user` WHERE username = \"". $vbulletin->db->escape_string($lastpostinfo[lastposter]) ."\""; pet0etie |
#136
|
||||
|
||||
Quote:
I'll have it fix on upcoming revision. Thanks for the heads up. |
#137
|
|||
|
|||
Would love to use this, has anyone found a fix for the Tabbed Forum Home mod? Thanks!
|
#138
|
|||
|
|||
not working with this mod
"Hide Last Post Date For Guests" https://vborg.vbsupport.ru/showthrea...88#post1851088 Any suggestions, or even better making this mod working with mentioned one? Thanks |
#139
|
||||
|
||||
I've been busy last few weeks with coding/re-lunch of vBHackers community. Once that goes live & behind me (soon enough) i'll try to address these open issues.
|
#140
|
|||
|
|||
Thanks for the reply!
|
#141
|
||||
|
||||
I modified it a bit and have it working w/ the Forum Home Tabs mod by Bobster65!
Only setback.. which I thought was posted previously while reading this mods thread earlier is custom avatars are not showing... We upload then create custom avatars, several categories and let our users select them... only problem is (even before I modified to work w/ the tabs) with the product installed and enabled to show on forumdisplay only it will show the "dummy" avatar but not the user selected one... if I enable to show custom profile pic it works but I need our admin defined but user selected Avatars to display... I need help with this. If you don't come on here by later tonight I might join on your site and PM if not it will be first thing in the morning... then we can have it updated to fix that as some may not have my problem and can benefit from the update. Ok, I have some unfinished work to go do so installed but disabled for now until I find time to get it working with the custom avatars we let our members choose from. S-MAN |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|