icon
Avatar
KirkNeuert
Posts: 1
Hello,
I have no problem adding this to my pages if everything is in the same folder. If however I keep all of the pageear files in a folder called pageear and have a page called test.php and tell pageear where to find the files it does not work?

So for example:
<script src="/pageear/AC_OETags.js" language="javascript"></script>
<script src="/pageear/pageear.js" type="text/javascript"></script>

Or:
<script src="pageear/AC_OETags.js" language="javascript"></script>
<script src="pageear/pageear.js" type="text/javascript"></script>

Any ideas?
2009-06-18 21:13
Avatar
Webpicasso
Moderator
Posts: 113
Are you sure your pathes in the pageear.js are correct?

For example:

iconjavascript:
 
var pagearSmallImg  = '/pageear/pageear_s.jpg';
 


Christian
2009-06-27 14:21
Avatar
steve
Posts: 1
Hi I'm also having problems, where is pageear.js?
2009-10-30 12:36
Avatar
Webpicasso
Moderator
Posts: 113
The question from KirkNeuert is for PageEar Version 1.x which includes the pageear.js file in the download package. If you downloaded the version 2.x from here than please open a new thread with more details of your problem.

Christian
2009-11-01 21:27
icon