MyBB Community Forums

Full Version: smilies problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hi, firstly thanks for the upgrade, everything went well other than
the smilies on the post reply are out of line and are unclickable, the pop up for extra smilies doesnt work either
iv attached a screenshot

the other problem i have is who online isnt showing on
online.php page, but i see there is a post working on that

thanks in advance

edited to say members are not displaying either
Link to your forum and a test account?

Any Javascript errors?
http://www.baywood-pets.co.uk/absolutely-crabulous

username testing
pw testing1

yep there is errors on new reply, just noticed display errors within forums too
Please post any errors you get, MyBB, PHP, Javascript, or otherwise.
im getting
xmlhttp request is undefined
object expected on post reply
You're using the old Javascript libraries.

In your headerinclude template, you have:
<script type="text/javascript" src="http://www.baywood-pets.co.uk/absolutely-crabulous/jscripts/prototype.lite.js?ver=1212"></script>

But in 1.4.x we use prototype.js not the lite version. Please try this.
where do i find header include please?
It's under Miscellaneous templates
iv searched all the templates but theres no header include?
(2008-08-04, 03:15 AM)Tikitiki Wrote: [ -> ]It's under Miscellaneous templates

It's called "headerinclude"
Pages: 1 2