Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: How do I set up the reCAPTCHA?
In the registration settings page, make sure basic registration is selected and two textboxes should pop up under the page. (View Post)3 -
Re: Issues with 2.0.18
@imijj: The other way I posted will output the relative path to the forum dispatcher if you have the forum in a subdirectory. Put TRUE in Gdn_Url::WebRoot() to include the domain. return ' <img cl… (View Post)4 -
Re: Issues with 2.0.18
@imijj, open plugins/Emoticons/class.emoticons.plugin.php and go to line 321 or somewhere around there. There should be a line that looks like this: return ' <img class="emoticon" src=&q… (View Post)3 -
Re: Hiding Posts
Create a new role and set the permissions you want for the categories. Give the role to the users you want to see those categories. Remove the permissions for the categories from the roles you don't … (View Post)1 -
Re: 404 Not Found after move to live box
Is the Apache mod_rewrite module enabled on your LAMP? If not, run this: sudo a2enmod rewrite. (View Post)2