(12-12-2010 07:36 AM)RocketFoot Wrote: [ -> ]I sent you a PM to see if you can login and try it...you may not be able to see the footer chatbar as a guest and I think that is what is interfering!
Still works for me....
I tried both IE and Fire fox...
Where is mystatus? I tested that but thought I removed it.
OK, found the 2 mystatus.js scripts and removed both ( idon't use that plugin) and now it seems ok for me! Hopefully it was just on my pc anyways! LOL
If it does it for anyone else, please let me know.
Thanks!
RateU's automatic award thread got me thinking...is there any way to use conditionals to only add a postbit link (from the user ID filter) if a member has made a garage forum post? If they have not created a garage, then the postbit link will not show! Cool idea, but I have no idea if it is even possible! If so, maybe it could apply to the article forum also!
Maybe because you've got a width of 170px on some and 180px on others?
That would do it! Thanks Zinga! I totally missed that...good to have a second set of eyes!
Thanks for this. Everything works flawlessly except for uploading an image via URL. The user gets stuck on a white screen with processing=1 at the end of the URL and I see this error in the log...
Any ideas what the cause/fix may be?
Code:
PHP Fatal error: Call to undefined function sys_get_temp_dir() in /var/www/vhosts/***/httpdocs/forum/inc/xthreads/xt_upload.php on line 445
|
XT v. 1.42
Shite, that function requires PHP >= 5.2.1, my bad, sorry about that.
Can you try replacing your inc/xthreads/xt_upload.php with the following one?
Thanks a lot for reporting!
That fixed it. Thanks a bunch!