Quote:
Originally Posted by bashy
I was so hoping that was you in there pmsl......
Thanks for the help m8, much appreciated
Ok, so deleteing the ads is not an option or is there away around this
for future reference?
As for the javascript error, i aint sure whats causing this, i have had it for
ages and i have tried to iliminate it by removing hacks and so on but it looks
like its here for the duration pmsl.....
PS still get the errors when you reupload a image (edit ad)
|
I just posted an ad called "troy", at first it had a picture of the movie troy, then i changed it. I didn't get any errors at all. Give it a shot..
Also, deleting an ad is an option. However, it doesn't function with your site because of your javascript errors. The only thing you can do i guess is change this:
Code:
<div><a href=javascript:deletead(); >Delete This Ad</a></div>
To this:
Code:
<div><a href="sr_classifieds.php?do=deletead&adid=$ad[classifiedid]" >Delete This Ad</a></div>
The only thing is that like that you don't even get a message, it'll just delete it straight. However, until you clear up the existing errors on your site, you will need to do it that way.