Insert words by 'keyword' Insert words by 'keyword'
 

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

Insert words by 'keyword'

Started by scotty2260, May 12, 2005, 06:53:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

scotty2260

Hey, I need to add '<b> - Enter full name (Ex. Indiana Jones Adventure)</b>' next to the keywords box for uploading files.

I was wondering where I should add this, I looked around the upload.php but couldn't makse sense od where the actul form code is.

It could also be in the text box (and disappear when they click the text box)?

Thanks

Casper

It's in your language file.  Open your file, english.php shown here, and find;

'keywords' => 'Keywords (separate with spaces)',

Change it to;

'keywords' => 'Keywords  - Enter full name (Ex. Indiana Jones Adventure)',
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here