New user...well soon to be...possibly New user...well soon to be...possibly
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

New user...well soon to be...possibly

Started by sexytink, April 27, 2007, 08:00:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sexytink

I have been working on this project for awhile now and I have not found a good software to use to do what I want it to do.

The tagblitz mod, since the creator has abondoned this, I need to know if it's possible to select what categories can use a certain tagblitz code.
See topic here: http://forum.coppermine-gallery.net/index.php?topic=31833.0

This is the only main thing I need to do. Just choose what categories are to use a certain code.

Can anyone possibly help me?

Thanks so much.

thejake420

Not possible without further PHP programming.

You could rig up something along the lines of:

if category=1
  show TagBlitz code
else
  do not show TagBlitz code

However, there's nothing in the TagBlitz code that would do what you suggest... you'd be on your own to figure out how to set up something like that.


Jake