x00
MVPx00 MVP
Reactions
-
Re: [Solved] It does not work "profile picture upload"
I suggest you have not given the write permission to you upload / upload/userpic folders. In a more serious note I can browse your directories. I would add Options -Indexes to your .htaccess file. (View Post)4 -
Re: Prevent new users from posting links
it could be done with a plugin through post parsing. You can look at plugins that do post parsing like Filter Star,LaTeX, etc then do the pastern match for links to strip them. If you can't do it you… (View Post)1 -
Re: Real time notifications?
Real time notifications are a good way to DOS your site accidentally. Best avoid. (View Post)3 -
Re: can't make the textbox work like RTL
you need to add the attribute dir="rtl" to all text inputs. This could be tricky, you might use JavaScript to make it easier. (View Post)2 -
Re: CSS source LESS format with separated variables
less should ideally be precompiled, using js = not cool. (View Post)2
