MyBB Community Forums

Full Version: Can't Post Smiley?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I can't post smilies. Here is a picture. Link to the forum.
Have you got javascript disabled?
(2010-08-19, 04:05 PM)AJS Wrote: [ -> ]Have you got javascript disabled?

javascript is enabled.
Can you provide a test account please? Smile
(2010-08-19, 04:13 PM)AJS Wrote: [ -> ]Can you provide a test account please? Smile

username: AJS
password: testaccount
Seems whatever you're using to stop right clicking is also stopping you click the smilies. Undecided
(2010-08-19, 04:20 PM)AJS Wrote: [ -> ]Seems whatever you're using to stop right clicking is also stopping you click the smilies. Undecided

That's what i thought, but after i removed the javascript it still won't let me post smiley.

<script type="text/javascript">
 <!-- 
//Disable right click script 
//visit 
var message="Sorry, right-click has been disabled"; 
/////////////////////////////////// 
function clickIE() {if (document.all) {(message);return false;}} 
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) { 
if (e.which==2||e.which==3) {(message);return false;}}} 
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} 
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} 
document.oncontextmenu=new Function("return false") 
// --> 
</script>

I have removed it.
Hmmm, what other plugins do you have?
(2010-08-19, 04:28 PM)AJS Wrote: [ -> ]Hmmm, what other plugins do you have?

I will PM them to you. I'm still in the process of adding plugins and getting rid of the ones i don't want.
Can you check your javascripts are all present in the ./jscripts folder, they seem to be missing - they all go to a 404 page.
Pages: 1 2