Adding keyword select function to editOnePic and editpics Adding keyword select function to editOnePic and editpics
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Adding keyword select function to editOnePic and editpics

Started by wirewolf, January 23, 2007, 04:27:31 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wirewolf

In upload.php is the function to add keywords from the keyword_select.php pop up (clickable in to the keyword text box). Is there a way to add the same funtion to editOnePic.php and editpics.php?
Editing the language file to change $lang_editpics_php 'keywords' => 'Keywords', to 'keywords' => 'Keywords (separate with spaces)<br /><a href="#" onClick="return MM_openBrWindow(\'keyword_select.php\',\'selectKey\',\'width=250, height=400, scrollbars=yes,toolbar=no,status=yes,resizable=yes\')">Insert from list</a>', is easy, but how would you add the function to editOnePic.php and editpics.php so the keyword(s) are inserted into the text boxes?

wirewolf

Bergami

I need this function too in the editOnePic.php. Has anybody a solution for me please?!