For some reason I have a member that is banned for posting. The forum he posted in has thread moderation on, however there was no topic to moderate after he posted. He was simply banned. I am pretty sure it has something to do with Akismet, because when I disabled it, he was able to post. However, his thread was added automatically without someone approving it beforehand (which is how it's meant to work). What is the problem? I am lost...
Another issue, I like the width of MyBB's Community Forum. Can someone tell me what it is as well as how I can edit my forum to have a similar width?
Thanks in advance guys and girls!
Wrong forum
Sounds like Akismet just picked it up as a spammy thread, so the thread is removed from view and added to the Aksimet queue, so when you disable it, everything in the Akismet queue is added back where it came from. Happened on my forum so I disabled it, never got much spam anyways
For the width, just look in the CSS here:
#container {
width: 940px;;
background: #fff;
margin-left: auto;
margin-right: auto;
margin: auto;
border: 1px solid #878787;
border-top: 0;
border-bottom: 0;
height: auto;
}
Awesome, thanks a lot for the quick reply MattRogowski.
I have successfully edited the width. I am making it 75% so that should be fine. Works well with my resolution anyway. How do I edit the actual forum background? The one where there is a light pattern here on the Community Forum.
(2009-05-13, 10:54 AM)MattRogowski Wrote: [ -> ]For the width, just look in the CSS here:
#container {
width: 940px;;
background: #fff;
margin-left: auto;
margin-right: auto;
margin: auto;
border: 1px solid #878787;
border-top: 0;
border-bottom: 0;
height: auto;
}
Something weird is occurring... The width is perfect, however when I am looking at 'Find All Threads', it's as if my whole width adjusts/aligns to the right slightly. Is there any other edits I must do?
No-one know why this is happening?