Add Link to Plug-in Add Link to Plug-in
 

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

Add Link to Plug-in

Started by scifirocket21, August 25, 2006, 04:51:57 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

scifirocket21

Here is what I want to accomplish:

I'm using the CPGMark plug-in, and it works fine.  There is an option that allows you to select the color of the text watermark.  Some of my users have complained that they don't know any hex values to put in the text color field, so I made a color chart for them to look at.  However, I'm not sure how to add a link in php that would open a new window.  I would like to add this link right under the words "Watermark text color (e.g. FFFFFF)". 

Here is the Watermark link: http://www.mydpnet.com/photos/index.php?file=CPGMark/cpgmark_admin

How do I do this?

Nibbler

Modify the language file eg. lang/english.php and add an html link.

array('Watermark text colour (e.g. FFFFFF)', 'watermark_text_color', 0),

array('Watermark text colour (e.g. FFFFFF)<br /><a href="chart.php" target="_blank">Colour chart</a>', 'watermark_text_color', 0),