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: Add a Contact or Feedback page  (Read 27343 times)

0 Members and 1 Guest are viewing this topic.

Gizmo

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1015
    • BullsEye Photos
Add a Contact or Feedback page
« on: March 31, 2006, 06:00:19 pm »

I put together a simple contact or feedback page to add to your gallery. There is a readme.txt file that explains what needs to be modified for adding your info. It's simple and straightforward to use and easily customizable for your needs. This script does check for required info entered and that there is a "@" and "." in the senders email address.

Here are some links to explain adding new links. It should integrate into your theme without any changes other than adding a link to your menu in your theme.php and is compatible for CPG v1.3.x to 1.4.x (the ones that I use at least).

Adding Links : http://forum.coppermine-gallery.net/index.php?topic=24107.0
Adding New Pages: http://forum.coppermine-gallery.net/index.php?topic=21000.0

This php script uses the PHP mail() function which some web hosts block the mail() function if the 'fromemail' is not from your domain. In other words: sometimes, the domain email address must be used - or the mail() function will not work. If you haven't entered a SMTP email to send ecards then this should work.

If you improve on this or have a better solution, please post it for all to enjoy. Check it out here http://www.bullseyephotos.com/sports/contact.php.

Cheers,

Billy
« Last Edit: April 01, 2006, 07:20:35 am by GauGau »
Logged
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

xplicit

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 214
Re: Add a Contact or Feedback page
« Reply #1 on: April 09, 2006, 12:43:30 am »

Thank you for sharing!

Works like a charm :)

But would suggest not to hardcode absolute table width's.
Logged
Don't ask me: Can you do this .... or Give me that...or I need Quick help in PM's. I'm not Santaclaus so post your questions on the board so it will be in the benefit for everyone.

xplicit

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 214
Re: Add a Contact or Feedback page
« Reply #2 on: April 10, 2006, 03:41:57 am »

Allthough it worked fine I have done a little bit finetuning,

Including a preview function, if anyone is interested I will post it here.
Logged
Don't ask me: Can you do this .... or Give me that...or I need Quick help in PM's. I'm not Santaclaus so post your questions on the board so it will be in the benefit for everyone.

bigarte

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 12
  • Oz Sapper
    • Free Windows Wallpapers
Re: Add a Contact or Feedback page
« Reply #3 on: April 22, 2006, 06:07:20 am »

I'm interested in your fine-tuning xplicit.  Thanks.
Logged

SergeTaran

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
    • Prison Ministry Images
Re: Add a Contact or Feedback page
« Reply #4 on: May 11, 2006, 03:32:17 am »

I put together a simple contact or feedback page to add to your gallery. ,

Billy

Folks at Coppermine! Would you concider adding "Contact as" to your next upgrade! Please!
Logged
People with no vision parish. (Ps.)

Paver

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1609
  • Paul V.
Re: Add a Contact or Feedback page
« Reply #5 on: May 11, 2006, 03:36:15 am »

You've already requested this on the Features Request board.  It's not useful to add an additional request here.  Please keep your Features Requests on the appropriate board.
Logged

Pascal YAP

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 13833
  • Hello World :-)
    • CPG 1.5.x ExperiMental website
Re: Add a Contact or Feedback page
« Reply #6 on: October 17, 2006, 09:45:32 am »

Hello CopperWorld,

Up...
Nice Addon Gizmo (-;

But i see it do not send mail in UTF-8  ???
How to ?

PYAP

[edit by PYAP] Sorry it's my fault  ??? Work nice in UTF-8 [/edit]
« Last Edit: October 17, 2006, 08:21:56 pm by PYAP »
Logged

Pascal YAP

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 13833
  • Hello World :-)
    • CPG 1.5.x ExperiMental website
Re: Add a Contact or Feedback page
« Reply #7 on: October 18, 2006, 09:44:22 am »

Good Day ?

Yes  ;)

"Add a Contact or Feedback page" in French here  ;D
http://forum.coppermine-gallery.net/index.php?topic=37408.0

PYAP
Logged

Gizmo

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1015
    • BullsEye Photos
Re: Add a Contact or Feedback page
« Reply #8 on: October 18, 2006, 12:05:40 pm »

Hi PYAP,

Thanks for the translation and I was wondering if you had any luck in getting it to send mail in UTF-8. I will look into this further today if you are still unsuccessful.

Cheers,

Gizmo
Logged
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Add a Contact or Feedback page
« Reply #9 on: October 19, 2006, 08:22:09 am »

Usually, most email clients don't come with utf-8 support. This does not only apply to this mod, but Coppermine in general. We'll need to find a way in the future to handle this. Currently, it's a know issue (or bug if you want) in Coppermine.
« Last Edit: October 22, 2006, 10:13:18 pm by GauGau »
Logged

François Keller

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 9094
  • aka Frantz
    • Ma galerie
Re: Add a Contact or Feedback page
« Reply #10 on: October 22, 2006, 01:28:21 pm »

Hi Gizmo and all,

a plugin inspired from your add on is avaible here
Logged
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

Gizmo

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1015
    • BullsEye Photos
Re: Add a Contact or Feedback page
« Reply #11 on: October 23, 2006, 02:51:53 am »

Very Cool Frantz. Thanks!  :D
Logged
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision
Pages: [1]   Go Up
 

Page created in 0.025 seconds with 20 queries.