Announcement

#1 2009-12-04 23:25:14

barrento
Member
2009-12-01
21

Contact form

I installed the plugin, but I dont know how to configure it, and there is no "read me" or any kind of help. Can someone help me with that, please?

Offline

 

#2 2009-12-05 08:51:12

Criss
Former Piwigo Team
Calvi
2008-03-31
95

Re: Contact form

Hi barrento,

To configure it you have to gon on

Administration > Plugins > Contact Form

Then you've got 4 tabs
- for global configuration
- for target emails configuration
- for localized messages
- for changelog

The lables in these pages should be clear enough. If this is not the case keep me informed.


Signup and get your Piwigo photo gallery automatically installed and hosted. Help us to beta test it !

Offline

 

#3 2009-12-05 13:55:18

barrento
Member
2009-12-01
21

Re: Contact form

Hi Criss, thanks for the answer. I am really stopped on this: "Link management" and "E-mail configuration" what should I put on "Define link", "Prefix of the sent e-mail subject ", "Character(s) used to define a separation bar in the e-mail in text format" etc...? And the email adress, why does it generates only one email (always the same one, the one I put in the installation)? Sorry, but that is really out of my knowledge...can you help me on this?

Offline

 

#4 2009-12-06 10:03:05

Criss
Former Piwigo Team
Calvi
2008-03-31
95

Re: Contact form

barrento wrote:

Hi Criss, thanks for the answer. I am really stopped on this: "Link management" and "E-mail configuration" what should I put on "Define link", "Prefix of the sent e-mail subject ", "Character(s) used to define a separation bar in the e-mail in text format" etc...? And the email adress, why does it generates only one email (always the same one, the one I put in the installation)? Sorry, but that is really out of my knowledge...can you help me on this?

Ok I see. Here is a short explanation:

- define link

Replace the mail contact link in the footer by a linkto the form

- prefix of the sent e-mail subject

The mail sent will have this prefix added to the subject set by the user, useful for filtering. for instance if the form is filled with subject "I like your site" and this field is defined with "[My Gallery] " the final subject will be: "[My Gallery] I like your site"

- Character used

In plain text mail, no "<hr>" bar can be shown to create separation. I use a bar which is composed of repeated characters to give a result like:
======================

if the defined one is "="

- regarding emails, the list is generated by getting emails of admin users. if your are the only one, you'll be able to see only the mail defined for your gallery.

Hope it is clear enough


Signup and get your Piwigo photo gallery automatically installed and hosted. Help us to beta test it !

Offline

 

#5 2010-09-07 15:37:52

764999
Member
2010-09-05
8

Re: Contact form

Hi!
i just install and active contact plugin but i don't know how to show it on index,I have selected the Add link in menu, and input name, text, title for my choice language

Offline

 

#6 2010-09-07 17:07:55

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

Re: Contact form

764999 wrote:

Hi!
i just install and active contact plugin but i don't know how to show it on index,I have selected the Add link in menu, and input name, text, title for my choice language

If you can translate into Vietnamese

description
Add a "Contact" item in the Menu block to offer a contact form to users

and texte
-----------------------------------------------
Replaces the second part (orange on the first line) by the Vietnamese translation
-----------------------------------------------

$lang['contact_form_debug'] = 'Display of debug information';

// ==================================================================
// Default values if not configured
$lang['contact_form_title'] = 'Contact form';
$lang['contact_form'] = 'Contact';
$lang['contact_form_link'] = 'Contact webmaster';

// ==================================================================
// Redirect page
$lang['contact_redirect_title'] = 'Send message status';

// ==================================================================
// Menubar block
$lang['cf_from_name'] = 'Your name';
$lang['cf_from_mail'] = 'Your e-mail';
$lang['cf_subject'] = 'Subject';
$lang['cf_message'] = 'Message';
$lang['cf_submit'] = 'Send';

// ==================================================================
// Messages
$lang['cf_from_name_error'] = 'Please enter a name';
$lang['cf_mail_format_error'] = $lang['reg_err_mail_address'];
$lang['cf_subject_error'] = 'Please enter a subject';
$lang['cf_message_error'] = 'Please enter a message';
$lang['cf_error_sending_mail'] = 'Error while sending e-mail';
$lang['cf_sending_mail_successful'] = 'E-mail sent successfully';
$lang['cf_form_error'] = 'Invalid data';
$lang['cf_inconsistent_version'] = '%s: inconsistent version numbers';
$lang['cf_no_unlink'] = 'Function \'unlink\' not available...';
$lang['cf_unlink_errors'] = 'Error occured during file deletion';
$lang['cf_config_saved'] = 'Configuration successfully saved';
$lang['cf_config_saved_with_errors'] = 'Configuration saved with errors';
$lang['cf_length_not_integer'] = 'Size must be an integer';
$lang['cf_delay_not_integer'] = 'Delay must be an integer';
$lang['cf_link_error'] = 'Variable can\'t contain spaces';
$lang['cf_hide'] = 'Hide';

// ==================================================================
// Admin page
$lang['cf_validate'] = 'Submit';
// Configuration tab
$lang['cf_tab_config'] = 'Configuration';
$lang['cf_config'] = 'Configuration';
$lang['cf_config_desc'] = 'Plugin main configuration';
$lang['cf_label_config'] = 'General configuration';
$lang['cf_label_mail'] = 'E-mail configuration';
$lang['cf_menu_link'] = 'Add link in menu';
$lang['cf_guest_allowed'] = 'Allow guests to see the form';
$lang['cf_mail_prefix'] = 'Prefix of the sent e-mail subject';
$lang['cf_separator'] = 'Character(s) used to define a separation bar in the e-mail in text format';
$lang['cf_separator_length'] = 'Size of the bar';
$lang['cf_mandatory_name'] = 'Name is mandatory';
$lang['cf_mandatory_mail'] = 'E-mail address is mandatory';
$lang['cf_redirect_delay'] = 'Pause delay of redirection';
$lang['cf_label_link'] = 'Link management (outside menubar)';
$lang['cf_define_link'] = 'Define link';
$lang['cf_link'] = 'Name of the template variable containing the HTML link to the contact form';
// Emails tab
$lang['cf_tab_emails'] = 'E-mails';
$lang['cf_emails'] = 'E-mails';
$lang['cf_emails_desc'] = 'Destination e-mails management';
$lang['cf_active'] = 'Active e-mail';
$lang['cf_no_mail'] = 'No e-mail address available';
$lang['cf_refresh'] = 'Regenerate e-mail list address';
// Language tab
$lang['cf_tab_language'] = 'Localization';
$lang['cf_language'] = 'Localization';
$lang['cf_language_desc'] = 'Messages translation';
$lang['cf_select_item'] = 'Select item to translate';
$lang['cf_default_lang'] = 'Default';
$lang['contact_form_title_label'] = 'Title used in menubar';
$lang['contact_form_label'] = 'Name used in menubar';
$lang['contact_form_link_label'] = 'Text used for contact link in the page footer';
// History tab
$lang['cf_tab_history'] = 'History';
$lang['cf_history'] = 'History';
$lang['cf_history_desc'] = 'Changes history';
$lang['cf_history_date'] = 'Date';
$lang['cf_history_version'] = 'Version';
$lang['cf_history_log'] = 'Changelog';
$lang['cf_file_not_found'] = 'File not found';
$lang['cf_file_empty'] = 'File is empty';
$lang['cf_format_date'] = '%M %D, %Y';


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#7 2011-12-20 01:23:25

Lara
Guest

Re: Contact form

Hi,

I want to add some new blocks to my Contact form,
of the type 'input text' (for phone number)
and 'radio button' (for answering 'How did you find us? googling/friend/leaflets/other').

How can I do that?

Many thanks

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact