Change Postage Images Change Postage Images
 

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

Change Postage Images

Started by TeenStorm, May 29, 2007, 07:58:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TeenStorm

I'm trying to locate the php file & syntax that allows me to specify a different "postage" image in an eCard without actually editing the stamp.gif image directly.  Can anyone offer a quick pointer? ...I'm currently looking in ecard.php so I can alter this postage image and/or add a company logo to the eCard template. 

TeenStorm

Wait, I think I found it in themes.inc.php 

Joachim Müller

Don't edit include/themes.inc.php, under no circumstances. Edit themes/yourtheme/theme.php instead! If the corresponding section doesn't exist in your custom theme, copy it from themes/sample/theme.php into themes/yourtheme/theme.php, then edit as you see fit.

TeenStorm

Ahh, yes I see it now; that is an elegant solution vs. touching the core files.  Changes made.  CPG is the best, thanks GauGau!