editing comments editing comments
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

editing comments

Started by scottcrew, November 05, 2007, 10:31:50 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

scottcrew

We cannot seem to edit the comments... Admins & users alike.
I did a search on this, but have not been able to find an answer.

Perhaps I missed a setting somewhere???
Please help!!

just_some_guy

You can; just click the e for edit next to the x for delete.
Tambien, Hablo Español      PHP - Achieve Anything
"The Internet is becoming the town square for the global village of tomorrow. " - Bill Gates
Windows 7 Forums

scottcrew

We've tried that... That is why I am posting...
The website is:
http://www.loadedboards.com/gallery


just_some_guy

Well i made a test comment and the edit button was there.
Tambien, Hablo Español      PHP - Achieve Anything
"The Internet is becoming the town square for the global village of tomorrow. " - Bill Gates
Windows 7 Forums

scottcrew

Yes, the button is there, but it doesn't work.
What I see in the status bar when I mouseover the "e" is "javascript:;"

just_some_guy

Your right it doesent work, youve got a javascript error, double click the error in the bottom left of your browser for more info (IE).
Tambien, Hablo Español      PHP - Achieve Anything
"The Internet is becoming the town square for the global village of tomorrow. " - Bill Gates
Windows 7 Forums

scottcrew

I am not seeing a javascript error...

just_some_guy

If you click it you will see the error. Did you edit the code?
Tambien, Hablo Español      PHP - Achieve Anything
"The Internet is becoming the town square for the global village of tomorrow. " - Bill Gates
Windows 7 Forums

scottcrew

I have clicked on it and I still don't see an error...
No, I did not edit any of the javascript...

just_some_guy

It wont pp up saying "JavaScript Error" it will just act like nothing is wrong but you should see an ! or something in your browser (in IE it appears in the bottom left corner).
Tambien, Hablo Español      PHP - Achieve Anything
"The Internet is becoming the town square for the global village of tomorrow. " - Bill Gates
Windows 7 Forums

scottcrew

I am seeing the following errors in my javascript console using Opera:

Quote
http://www.loadedboards.com/gallery/displayimage.php?pos=-84
Event thread: onclick
Error:
name: ReferenceError
message: Statement on line 1: Reference to undefined variable: No such variable 'blocking'
Backtrace:
  In unknown script
    blocking("cbody308", "", "block");
  At unknown location
    {event handler trampoline}

http://www.loadedboards.com/gallery/displayimage.php?pos=-84
Event thread: onclick
Error:
name: ReferenceError
message: Statement on line 1: Reference to undefined variable: No such variable 'blocking'
Backtrace:
  In unknown script
    blocking("cbody312", "", "block");
  At unknown location
    {event handler trampoline}

http://www.loadedboards.com/gallery/displayimage.php?pos=-84
Event thread: onclick
Error:
name: ReferenceError
message: Statement on line 1: Reference to undefined variable: No such variable 'blocking'
Backtrace:
  In unknown script
    blocking("cbody312", "", "block");
  At unknown location
    {event handler trampoline}

Looks like the javascript may be missing?????

Joachim Müller

Not very surprising: you have over-edited your theme. Review http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#noFullsizePopup and do as suggested there (other symptom, same cause)

scottcrew

Well, there you have it...
Thanks for pointing me in the right direction... It's working now...
Funny thing, I don't even remember removing this line from the template...
<script type="text/javascript" src="scripts.js"></script>

Thanks again!