![]() |
1 Attachment(s)
Hi,
Installed lastest for testing. Left alignment does not work anymore. I added a screenshot |
hmmm.. weird, it's working fine for me.
Any chance this is some other mod installed causing it ? caching templates / some sort of optimizer ? |
Downloaded and about to install. How do I find out how many querys my forumhome has, with and without this mod? Thanks.
|
Quote:
Scroll to bottom before installation of this mod, see the queries number, install mod, and check number again. roughly, there are about 2-3 queries performed per forumbit (for user id, avatar / profile) So it shouldnt be that of a problem. |
thanks. I'm backing up my db now. Once I figure out the debug mode I will check it out. I love all the support your providing here for this mod.
|
You need to place forums onto debug mode. You have 2 ways to do so:
1) manual: requires edit of config.php (located under /includes/ directory), specific adding this line: PHP Code:
https://vborg.vbsupport.ru/showthread.php?t=196422 This plugin will enable you with options to set debug mode on/off on both forums & admincp. |
Thanks. My querys went from 25 to 61. I still like this mod though.
|
yea, well, like said, it adds max of queries x2/3 per forumbit, meanining the more forums there are, the more queries it will "hog".
(so for "worst case" example, should there be 10 forums visible, it will add 10x3 = 30 more queries) If you wish better performance, you can enable this on forum display only, and not on forum home. |
Quote:
Problem showing there is avatar is missing for certain users, but that not due to user characters (user id is obtain inside mod correctly). In close exmaine & debug of this case, it showed the db is not ok & possibly corrupted. For example user id of x has inside db avatar id of y, but when doing query for avatar id of y inside avatar table, the query returns NULL. (emtpy). I could "fix" mod in this case to still show "anoymous" avatar if 2nd query returns NULL, but logic suggest admin better fix the problem rather than cover un-logical cases into mod. If user has avatarid, then he should have avatar. remove of avatar should have removed his avatarid field from user table in db. if you have some mod installed that manages your users avatar, there is possible bug with it, as it doesnt update your database in all proper locations. |
Quote:
I've flushed my cache through vboptimise and still not aligning to the left. |
question about the image sizes.
If I place a value for height and nothing for width will it automatically keep it's original ratio? |
Quote:
|
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. |
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 |
Quote:
I'll have it fix on upcoming revision. Thanks for the heads up. |
Would love to use this, has anyone found a fix for the Tabbed Forum Home mod? Thanks!
|
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 |
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.
|
Thanks for the reply!
|
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 :p 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 |
The avatars are showing on Forum home but not inside each individual forum. Any ideas? And yes I have it set to yes in the admin cp.
|
This will be checked as soon as i can.
As mentioned in previous posts, i've been quite busy with other urgent projects, some are still underway. I will do my best to upload fix for it this weekend (14/8/809 night). |
Quote:
Let me know if not so I can PM you what I found. Also I found another mod for user avatars on threadbit so it shows in all threads and plan to merge it with this one or splice etc. S-MAN |
Marked as Installed. Very nice addition and improves the look considerably. Thanks IdanB!
One issue: Enable on Forum Display? - Yes/No (default YES) isn't working for me. I can't get it to show on Forum Display probably due to some template mods I've made, Forum Home is fine. Any tip on what to check to try to get it working on Forum Display? Thanks again. |
Quote:
Few people offered to help use their board as debug platform for this bug, but due to different timezone i had trouble get online same time as other users that offered to help debug this one. If you can pm me everything you fixed & i'll continue work from there. Thanks. Idan. |
Quote:
S-MAN |
I store my avatars in a folder and not the database so I believe the problem is just the way the modification is coded. I'm still hoping for a fix soon for the Tabbed Forum Home mod!
|
Quote:
S-MAN |
1 Attachment(s)
Ok IdanB... in the actual xml I modified this part you'll see what I added...
Code:
// Code written by Idan Bismut (c) 2009 Code:
<title>Forum Home - Template Change</title> S-MAN Edit: See attached copy of XML that has been modified for my forum w/ this && this_script for Tabbed Forum Home. |
Michael, you think it's safe for me to use your product for my site? I haven't been following this one too closely as of late, but noticed this post tonight :up:
|
Quote:
When I install the attached XML I get this error. Quote:
|
Quote:
I'll double check it later I'm just in the middle of something and need to find a mod real quick but hold tight I'll see what I can fix up for you but better to let the developer fix imo. S-MAN |
I appreciate it TLS!
|
Quote:
Quote:
|
I have DNP Media Installed with the forumhome addon. So this Mod works on forum display and on forumhome but on forumhome I get the following errors at the top of the site. I have disabled forumhome until I get hopefully some feedback. I am running a heavily modded VB 3.82 @ http://freeonlinemoviesforum.com
Warning: Cannot use a scalar value as an array in [path]/index.php(67) : eval()'d code(200) : eval()'d code on line 1 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at [path]/includes/class_core.php:3318) in [path]/musicajax.php on line 15 |
please help, i dont know why i am getting this link on all the avatars on forumhome
they come up as the anonymous avatar even when user has avatar selected and it links to mysite/forums/User%20Was%20Deleted%20From%20DB |
very nice
thank u :) |
Cool!
Looks good. Wonder if there is a separate way to do this for threads in a forum - so the avatar pics could be smaller? |
Looks great thanks.
Installed. |
Would like to see:
if we set: Use "Last Post" text as title ? to NO then in forum display last post appears: like TimberFloorAu Avatar Thread Game: Word Association by TimberFloorAu 2 Minutes, 11 Seconds ago instead of TimberFloorAu Avatar Thread Game: Word Association by TimberFloorAu 2 Minutes, 11 Seconds ago as it ruins our style. Perhaps its just a <br /> addition within the xml |
All times are GMT. The time now is 03:19 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:
|