MyBB Community Forums

Full Version: Problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I had so many questions and problems that I decided to just make them into one thread.

1. I have the Advanced Spoilers Plugin. How do I curve the edges?

2. Some members on my forum have their avatars broken. When I get the link to their image, it comes out as this:

Forbidden

You don't have permission to access /uploads/avatars/avatar_84.png on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

3. The previous owner of my forum set the .htaccess to only allow certain IPs to access the admin CP. It was formatted like this:

Options +FollowSymlinks
RewriteEngine on
RewriteCond %{REQUEST_URI} !/errordocs/error404.htm$
RewriteCond %{REMOTE_HOST} !XXXXXXXXX
RewriteRule $ /errordocs/error404.htm [R=302,L]

Xs are where his IP was. I changed it to mine, and now I can access it fine. My question is, how do I make it so my co-admin can access the AdminCP as well?
You've already created a thread for each of your questions.