Advanced search  

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

Pages: [1]   Go Down

Author Topic: how do i disable smilies in eCards?  (Read 4708 times)

0 Members and 1 Guest are viewing this topic.

jackbremer

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
how do i disable smilies in eCards?
« on: July 28, 2006, 02:50:55 pm »

Hiya,

My client thinks that smilies are ugly and naff and whilst I've turned them off for comments and the like, I cannot find where to turn them off in the ecards. I didn't want to just jump both feet first into the PHP of the ecards, as I bet some of you have done this in the past and will have a solution?

Thanks in advance, keep up the great work you lot!

Jack.
« Last Edit: August 11, 2006, 08:50:02 pm by Nibbler »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: how do i disable smilies in eCards?
« Reply #1 on: July 28, 2006, 04:23:36 pm »

Haven't tested - out of the back of my head, it should be enough to edit ecard.php, find
Code: [Select]
echo generate_smilies();and replace with
Code: [Select]
echo generate_smilies();Please report back if this works as expected.
Logged

Nibbler

  • Guest
Re: how do i disable smilies in eCards?
« Reply #2 on: July 28, 2006, 05:30:12 pm »

Code: [Select]
//echo generate_smilies();
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: how do i disable smilies in eCards?
« Reply #3 on: July 28, 2006, 07:31:46 pm »

oops, sorry... Of course Nibbler is right.
Logged

jackbremer

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
Re: how do i disable smilies in eCards?
« Reply #4 on: August 11, 2006, 08:26:49 pm »

many thanks, worked PERFECTLY!

you guys are fantastic...

PLEASE MARK SOLVED
Logged
Pages: [1]   Go Up
 

Page created in 0.025 seconds with 19 queries.