New RepTag: {SHOW_CAT_IMAGE}

Post custom hacks and enhancements for phpwcms here only. Maybe some of these things will be included in official release later.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: New RepTag: {SHOW_CAT_IMAGE}

Post by flip-flop »

The basis function is exactly the same. :) ........
Only the random part isn´t implemented. - And {SHOW_ID_IMAGE} is a frontend_render script.
Please don´t use outboarded php scripts. (Secure).
The better solution is a frontend_render script.

And have a look:

Code: Select all

// ----------------------------------------------------------------
// obligate check for phpwcms constants
if (!defined('PHPWCMS_ROOT')) {
   die("You Cannot Access This Script Directly, Have a Nice Day.");
}
// ----------------------------------------------------------------
Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Post Reply