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 |
#62
|
||||
|
||||
Quote:
Only possible language problem conflict might be the date when using time string of "F" or "M". However, that should be also covered. I'm currently using the following regexp [a-zA-Z\xE0-\xFF]+ - as far as i know it should cover all language characters. If i'm mistaken, please provide feedback of your language range. EDIT: i've tested some of the chars you've mentioned to the regexp, and indeed found 2 chars didnt catch by the regexp. changing the regexp to: [a-zA-Z\x00-\xFF]+ should fix the problem. i'll upload it on v1.1.3 2.Original title already available as an option, check admincp (last option). 3. About "normal date", i'll see what i can do, perhaps i'll add it as admincp option in future version. |
#63
|
||||
|
||||
Quote:
On normal case it's set to "index" & this is what i'm currently checking. I think the tabbed home mod is based on forumdisplay categories, sending each tab to it's own sub category, but that should work (as currently forumdisplay is covered), unless the mod changes this define value. If you want to help me code support for it, add some dummy plugin hook to "forumbit_display" with single line in it: PHP Code:
Once that made (and you've written the value down), you can just delete the hook we've just created & everything will be back to normal. With that i can allow certain bypass for the mentioned mod) |
#64
|
|||
|
|||
Are you referring to the time string within vbulletin?
h:i A |
#65
|
||||
|
||||
Yes. Dont think that time string is the problem.
What is current configuration for "Format For Date" ? and what language are you using ? |
#66
|
|||
|
|||
woooowww
This is what I call mod is supported, thanks for your kind reply regarding to those chars, these are problem at my board but if you fixed those above that resolves my main problem Please if you have time check these too Cyrillic Alphabet Б б, Г г, Д д, Ђ ђ, Ж ж, З з, И и, Л л, Љ љ, Њ њ, П п, Ћ ћ, У у, Ф ф, Ц ц, Ч ч, Џ џ, Ш ш Latin alphabet Đ, đ, Ž, Ć, Č, Š Thanks a lot cheers |
#67
|
|||
|
|||
Nice hack! Thanks!
However I uninstalled because it looks untidy because of different dimensions of avatars. Also I had time issue too. I'll reinstall when it looks more charming. Thanks again! |
#68
|
|||
|
|||
Quote:
English |
#69
|
||||
|
||||
v1.1.3 will be uploaded in a few minutes.
Amoung fixes that should be within are: 1. fix for regexp for more non-english chars. 2. avatar pictures now will be forced to 40x40 3. vbSEO admincp option removed - no needed, automatically detected & handled. 4. 2 more admincp options: A] option to select time format: xxx ago / normal date & time. B] option to align left the "never" phrase |
#70
|
||||
|
||||
was fixed in code already - grab v1.1.3 when it's online.
|
#71
|
|||
|
|||
Very nice! Quick!!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|