![]() |
It does not show "broken image", most likely a conflict, but I have not been able to inentify which mod yet
|
Quote:
|
uploaded v1.1.1 - changed:
1. check for user id if not available. 2. renamed template vars to be unique. Will check your reply later on. |
Installed v1.1.1. Shows on forum display http://hmsplan.com/forumdisplay.php?f=18 but not at forum home and Post Time reads N/A. ACP is correct set.
|
Quote:
If needs to show on forumhome, go into admincp, vbulletin options -> vbulletin options, scroll down to "Alternate Last Post Display" click "Edit Settings" & on options screen make sure "Enable on Forum Home ?" is set to YES. If above is set to YES & still not showing, can you please mention if this shows any errors ? And if indeed errors, please provide more information about it. EDIT: About post time showing as N/A, can you please post your date/time strings used under admincp. |
Thanks for your support! :-) Enable on Forum Home is set to "YES" in ACP and no errors are showing at board. No picture is showing at forum home. date/time strings ?? not sure where to locate it. (F jS, Y) Also, please notice the left alignment when forum name is longer and "Use "Last Post" text as title ?" in ACP is set to "NO". http://hmsplan.com/forumdisplay.php?f=18 It would be great if your mod support / show on thread list too.
|
Compatible with 3.7.x?
|
Quote:
About left align, Last i tested it it worked fine. please provide some screenshot if you can, so i may better understand the problem you reffering to. As a reminer note i'll mention the template generated by this plugin is using NOBR tag inside the TD table element. (This was added so it wont get "tiny & long" for people without proper minimum width hadle on their skin). Guess this is tradeoff as when need to support majority of people need to provide something that works best to all. But what's "hides" behind prevent statement means know how to handle your forum width. If not enough width available, then use the "Last Post" text option with YES, to save extra pixerls there. The "Last Post" block will NOT be resized due to NOBR tag. About Thread List, i'll consider it as an option for future versions, at the moment trying to get this stable as possible before attempting to further add features. |
Quote:
Since this mod doesnt perform any DB structure changes, you can safely install it without worrying about any "damage" being made. at worst case it just wont work & you can simply uninstall it from admincp. I would appreciate if you could confirm compatibility for me. |
1 Attachment(s)
Thanks for adding thread list to your future dev list, l have attached a screenshot do display the left allignment issue
|
Uploaded v.1.1.2, should fix date problem for non english languages. Fixed the regexp for better support also added some neglected handle code for it.
|
Quote:
I'll replace it with aligned code (as an option on admincp) on future version. |
Note: i was reported the vbSEO auto convert the normal plugin links & properly handle it, so just keep the vbSEO option on admincp set to "NO".
Seems that feature is note need. It will be removed on next version. |
[high]* Brandon Sheley installed & it works great :)[/high]
|
Needs the ability to trim usernames, it throws styles way out wack when you have a long username.
|
Quote:
I will add it as feature to next version. |
Why am I getting "Last Post Time N/A"?
|
1.Can you please edit mod for non english languages (serbian latin and cyrillic in my case)
Nicknames with lets say these signs šđčćž dont have avatars displayed 2.Also I would like to use original title with normal date and time (06-06-09 00:17) Thanks for awesome hack but I just cant use it if its only for english letters |
IdanB,
I have the tabbed forum home mod and this isn't showing for me. What do you suggest I do to get this to show? |
Quote:
|
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. |
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) |
Quote:
h:i A |
Quote:
What is current configuration for "Format For Date" ? and what language are you using ? |
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 |
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! |
Quote:
English |
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 |
Quote:
|
Very nice! Quick!!
|
Idan, great job on those quick fixes. :D
I'm going to try and do the debugging for the folks that have the Tabbed Forum Home mod and see if we can get that solved! :up: |
uploaded version 1.1.3
Awaiting feedback on other stuff that might not be working. @goxy63 - i tried to test it best i can, some characters i couldnt get to display on my text window (only getting it as ?, probably missing encoding installed on my pc). Eventually I've set the regexp to \x30-\xFF, to avoid it seelct "space", as this would "screw" algorithm inside. @dancue - the m-d-Y was tested on english & found to be working, if latest version (1.1.3) still giving you problem, add me to msn, will try to make some live chat to better debug this one (possibly some mod conflict). |
Quote:
When we find out whats missing i'll upload it as fix in v.1.1.4 |
Great work, left alignment works, selecting "YES" does not show time passed since last post (xxx ago). Selecting "NO" to set the default date & time as configured by admincp works. It still does not show on forum home, but I think I am experiencing the same problem as described above as I am using "Tabbed Forum Home"
|
Looks good, except "last post" is not appearing. And it would look a bit better and easier to understand if you added a "by" right before the user's name.
eg..."Last Post by xxx" or "Thread title by xxx" |
Quote:
(exact text as appears on your forum ##/##/## ##:##AM or any other pattern you have) About the forum home, once we get this debbuged with this mod, i'll release fix for it. |
Quote:
it's should be <link>Last Post</link> by <link>xxx</link> Can you please provide screenshot so i may see what you mean, maybe i'm not following your exact intentions. |
Quote:
hmm...I just checked it out on Safari and it's showing up. Let me clear my cache. |
1 Attachment(s)
Nope. Cleared my cache on FF and it still does not show.
|
Well none of characters mentioned above are not working with latest version
šđčćž as well Б б, Г г, Д д, Ђ ђ, Ж ж, З з, И и, Л л, Љ љ, Њ њ, П п, Ћ ћ, У у, Ф ф, Ц ц, Ч ч, Џ џ, Ш ш If you need acces to my test forums let me know, I would be glad to help in this way Cheers |
All times are GMT. The time now is 12:54 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|