Customizing SMF > Modifications and Packages
Contact Page 3.2 now with SMF 2.0 Support!
BurkeKnight:
Installed on my forum, yet when try to test it, do not receive the email.
Any ideas?
Old Fossil:
--- Quote from: phlexx on May 25, 2012, 01:11:59 PM ---I use smf 2.0.2. Any help?
--- End quote ---
You won't get any help if you bump topics less than 24 hours again.
Shambles:
--- Quote from: phlexx on May 25, 2012, 01:02:38 PM ---...
Also the default admin email which is in server settings doesn't appear automatically in the email address box, I have to type it in manually
...
--- End quote ---
The email address box is for the person filling out the form to leave their contact details; it's not meant to be the email address of the forum administrator 8)
BaghdadGhost:
I have been using this mod for a long time now as its a great kick to the forum.
Now I am at a point where I have to minimize the number of buttons in manu. for instance I replaced smf staff mod with Enhanced About Page mod (another great mod) that combines both about us and staff list. it also has the ability to add pages to its template.
my question is, since Enhanced About Pages can be BBC, html or php, can I get a code from contact us mod to make it an independent page?
Dylert:
Norwegian translation:
--- Code: ---// Begin Contact Page Text Strings
$txt['smfcontact_contact'] = 'Kontakt';
$txt['permissionname_view_contact'] = 'Vis kontaktside';
$txt['permissionhelp_view_contact'] = 'Tillat medlemmer å se kontaktsiden og sende e-post.';
$txt['cannot_view_contact'] = 'Du kan ikke se kontaktsiden.';
$txt['smfcontact_name'] = 'Ditt navn:';
$txt['smfcontact_subject'] = 'Emne';
$txt['smfcontact_body'] = 'Melding';
$txt['smfcontact_emailaddress'] = 'E-post adresse';
$txt['smfcontact_sendemail'] = 'Send e-post';
$txt['smfcontact_messagesent'] = 'Din melding er blitt sendt!';
$txt['smfcontact_messagesent_click'] = 'Din melding er blitt sendt! Klikk ';
$txt['smfcontact_messagesent_return'] = 'her</a> for å returnere til forumet.';
$txt['smfcontact_errname'] = 'Du må skrive navnet ditt.';
$txt['smfcontact_errsubject'] = 'Du må skrive et emne.';
$txt['smfcontact_errmessage'] = 'Du må skrive en beskjed.';
$txt['smfcontact_erremail'] = 'Du må skrive e-post adressen din.';
$txt['smfcontact_titlesent'] = ' - Melding sendt.';
$txt['smfcontact_form'] = 'Kontaktskjema for ';
$txt['smfcontact_formname'] = "Navn: ";
$txt['smfcontact_formemail'] = "E-post: ";
$txt['smfcontact_ip'] = "IP: ";
$txt['smfcontact_formmessage'] = "Beskjed: \n";
$txt['smfcontactpage_email'] = 'SMF Kontaktskjema e-post: ';
// END Contact Page Text Strings
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version