You are not logged in.
Hi
I have been trying to install xinha into oscommerce but have not been able to have any luck. I really want to get it going because I have used the image uploader in other installs (not oscommerce) and it works really really well! I have read the other topics in the forum on oscommerce problems but have not been able to solve it.
Here's the html code I am using in the admin/categories.php file:
<!--START XINHA-->
<script type="text/javascript">
_editor_url = "includes/javascript/xinha/" // (preferably absolute) URL (including trailing slash) where Xinha is installed
_editor_lang = "en"; // And the language we need to use in the editor.
_editor_skin = "xp-blue";
</script>
<script type="text/javascript" src="includes/javascript/xinha/htmlarea.js"></script>
<script type="text/javascript" src="includes/javascript/xinha/Xinha_config.js"></script>
<!--END XINHA-->
If anyone has had luck installing this with oscommerce and can give me some help, it would be very much appreciated.
Thanks a lot
Will
Last edited by dawbs (2009-02-24 04:55:34)
Offline
Try using absolute references
/includes/javascript/xinha/Xinha_config.js
Also I see you are loading htmlarea.js, probably you may be using an old version of Xinha, best to upgrade and see the Newbie Guide.
James Sleeman
Offline