Posts: 9
Threads: 2
Joined: Jun 2012
I have no idea whats happened but the stars smileys etc are missing
please take a look
http://theeasypc.co.uk/feedback.html
what have i done?
Posts: 2,894
Threads: 59
Joined: Jun 2010
Have
you completed
the interview?
Posts: 2,894
Threads: 59
Joined: Jun 2010
Not sure why you want to align everything in the centre.
I think it looks better if you change:
Code:
<td width="695" valign="top" align="center">
To:
Code:
<td width="695" valign="top" align="left">
Have
you completed
the interview?
Posts: 2,894
Threads: 59
Joined: Jun 2010
Also, it seems that your server has Magic Quotes enabled. This is why there are cases like this:
Quote:Lee\\\'s customer service
You can disable it using this FAQ:
http://www.commentics.org/support/knowle...&suggest=1
Have
you completed
the interview?
Posts: 2,894
Threads: 59
Joined: Jun 2010
I got banned when I was testing the processing of the form.
Can you tell me in the admin panel in Manage -> Bans what the reason is.
Have
you completed
the interview?
Posts: 9
Threads: 2
Joined: Jun 2012
not sure steven things have gone a bit bonkers last two days when i asked my host to turn magic quotes off. they said they have and have send me the php link...
www.theeasypc.co.uk/php.ini
bans... im looking into now
ps i didnt like it centered either. ment to get round to fixing that
Posts: 9
Threads: 2
Joined: Jun 2012
ah ha... the comments directory in settings was incorrect (graphics issue fixed)
now for the bans and centering..
Posts: 9
Threads: 2
Joined: Jun 2012
ok i cant find the problem with the ban issue keeps saying incorrect referrer ??? any ideas
Posts: 2,894
Threads: 59
Joined: Jun 2010
The 'incorrect referrer' ban is when the script checks the referrer from the user's web browser when they submit a comment. It compares this with the URL setting of your page (from Manage -> Pages). If they don't match then it results in the ban. The aim is to make sure that the comment was actually from your own website. If it's not working then it may be because the URL of your page in Manage -> Pages is incorrect. If it seems okay then you can disable this check in Settings -> Security. With the check disabled, someone may be able to submit a comment from another website but the script will still validate the comment like normal so there's little loss in terms of security.
P.S. You can find out what the bans mean by clicking on the 'Get help for this page' link in Manage -> Bans.
Have
you completed
the interview?
Posts: 2,894
Threads: 59
Joined: Jun 2010
If you're detected as the administrator (form buttons will have green text) then you can't be banned for anything. It's worth undetecting yourself (Settings -> Admin Detection) now and again to make sure this doesn't happen for your normal users.
Have
you completed
the interview?