News:

Join the Facebook Fan Page.

Main Menu

Contact Page

Started by SMFHacks.com Team, July 06, 2006, 12:59:38 PM

Previous topic - Next topic

unformatted_

you are right, thanks and sorry my question...

champ_007_bond

My host recently got under certain problems.
then he restored the things
but i got that my contact page isnt working anymore
when i am clicking the "Contact" button, it is showing me the default index page of the site, and not the contact page
kindly help me in getting it working
i tried to reinstall it but uninstallation is failing!
before the downtime it was working correctly!
kindly help me.
thankyou!

NoFeaR / NFSMW

Is there anyone that can help me to add my numbers on the contact page?

TheListener

Quote from: NFSMW on September 10, 2010, 08:37:59 AM
Is there anyone that can help me to add my numbers on the contact page?

What do you mean by numbers?

NoFeaR / NFSMW


deansmar

i would he is on about a post from a few days ago, that he would like to put His phone number and address on the contact page... which i do beleive was answered...

but here you have it again.. you edit the Contact2.template.php

after the    </tbody>  tag   and before the <table> with the text boxes.. then you will have your information at the top of the contact page.



NoFeaR / NFSMW


deansmar

#287
i am not supprised at all, you havent even given it any room to be in for example part of the table and you have not even given it a class...

  </tbody>
Office: 014 743 3867
Cellphone: 083 778 5045
  <tr>


try this, it goes directly after the </tbody> Tag and just befor this tag
<tr>
    <td width="100%"  class="windowbg2">;


<tr>
    <td width="60%"  class="windowbg2"><span class="gen">
    Office: 014 743 3867  <br>
   <br>
   </td>
    <td width="40%"  class="windowbg2"><span class="gen">
    Cellphone: 083 778 5045<br>
    <br>
    </span></td>
  </tr> 
  </table> 
<table class="table_list" align="center" width="100%">



NoFeaR / NFSMW

Ok i dit it but there is something wrong. Maybe you would know.

deansmar

i am not here to teach basic HTML....

look at your code... there is a semi colon ; to many.. !!

delete this out of your code... which is after your </tbody> tag ,  and next time please read what i type..

<tr>
    <td width="100%"  class="windowbg2">;

NoFeaR / NFSMW

Hey im sorry.  Jus look at it again quick. The cellphone number is to far right

deansmar

#291
this is very basic HTML....

you have still left in

<tr>
    <td width="100%"  class="windowbg2">

after the </tbody>

i told you to delete it in my last post..!! am i talking to my self...

i would suggest you learn HTML coding...  in perticular tables http://www.htmlcodetutorial.com/tables/

if you come with another HTML coding question i will ignore it...
probably because you did not do the steps that were told in my very first posting... and then after repeating my self you still have not done what i typed...

kalamar

I arranged my mail adress on server settings but still i can't get mails. Can you check please?

vbgamer45

Check your forum error log. If you have a mailserver log that might work to. If not I would suggest trying another email address such as gmail.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

kalamar

#294
There are some error logs like "mail couldn't be sent to ......"

I tried gmail but it still doesn't work

how should i do?

vbgamer45

I would look into the mail couldn't be sent to errors that sounds like an error for your host if the mail is failing
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

kalamar

Quote from: vbgamer45 on September 23, 2010, 03:32:05 PM
I would look into the mail couldn't be sent to errors that sounds like an error for your host if the mail is failing

how can i fix that?

kalamar

when clicking on error code it says " you need to enter your name" but i already entered my name on contact form.  :-\ :-\

vbgamer45

Quote from: kalamar on September 23, 2010, 04:20:11 PM
Quote from: vbgamer45 on September 23, 2010, 03:32:05 PM
I would look into the mail couldn't be sent to errors that sounds like an error for your host if the mail is failing

how can i fix that?
Depends on what the error. Might be mail server settings error with the host so your host would need to fix it.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

iPhoneDestek

#299
Translation by MOD Translator SirtLanVadisi in turkish and turkish-utf8 languages





<file name="$themedir/languages/Modifications.turkish.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[

// Mod Contact Page MOD Translation by SirtLanVadisi.NeT
$txt['smfcontact_contact'] = 'Iletişim';
$txt['permissionname_view_contact'] = 'Iletişim Sayfasını Görebilir';
$txt['permissionhelp_view_contact'] = 'Üylerin İletişim Sayfasını görmesini ve e-mail göndermesini sağlar';
$txt['cannot_view_contact'] = 'Iletişim Sayfasını Göremessiniz.';
$txt['smfcontact_name'] = 'Isminiz:';
$txt['smfcontact_subject'] = 'Konu';
$txt['smfcontact_body'] = 'Mesajınız';
$txt['smfcontact_emailaddress'] = 'E-Mail Adresiniz';
$txt['smfcontact_sendemail'] = 'E-mail Gönder';
$txt['smfcontact_messagesent'] = 'Mesajınız başarıyla gönderildi!';
$txt['smfcontact_messagesent_click'] = 'Foruma dönmek için';
$txt['smfcontact_messagesent_return'] = 'tıklayın.</a>';
$txt['smfcontact_errname'] = 'Bir isim vermelisiniz.';
$txt['smfcontact_errsubject'] = 'Konu yazmalısınız.';
$txt['smfcontact_errmessage'] = 'Mesaj yazmalısınız.';
$txt['smfcontact_erremail'] = 'E-mail adresi yazmalısınız.';
$txt['smfcontact_titlesent'] = ' - Mesajınız Gönderildi.';
$txt['smfcontact_form'] = 'Iletişim sayfası ';
$txt['smfcontact_formname'] = "Isim: ";
$txt['smfcontact_formemail'] = "E-mail: ";
$txt['smfcontact_formmessage'] =  "Mesaj: \n";
// End Mod Contact Page MOD Translationby SirtLanVadisi.NeT

]]></add>
</operation>
</file>
<file name="$themedir/languages/Modifications.turkish-utf8.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
// Begin Contact Page MOD Translation SirtLanVadisi.NeT
$txt['smfcontact_contact'] = 'Ä°letiÅŸim';
$txt['permissionname_view_contact'] = 'İletişim Sayfasını Görebilir';
$txt['permissionhelp_view_contact'] = 'Üyelerin Ä°letiÅŸim Sayfasını Görmesini ve E-Mail Göndermesini SaÄŸlar.';
$txt['cannot_view_contact'] = 'Ä°letiÅŸim Sayfasını Göremezsiniz.';
$txt['smfcontact_name'] = 'Ä°sminiz:';
$txt['smfcontact_subject'] = 'Konu';
$txt['smfcontact_body'] = 'Mesajınız';
$txt['smfcontact_emailaddress'] = 'E-mail Adresiniz';
$txt['smfcontact_sendemail'] = 'E-Mail Gönder';
$txt['smfcontact_messagesent'] = 'Mesajınız başarıyla gönderildi!';
$txt['smfcontact_messagesent_click'] = 'Foruma dönmek için';
$txt['smfcontact_messagesent_return'] = 'tıklayınız</a> Bölüme Geri Döner.';
$txt['smfcontact_errname'] = 'Bir Ä°sim vermelisinÄiz.';
$txt['smfcontact_errsubject'] = 'Konu yazmalısınız.';
$txt['smfcontact_errmessage'] = 'Mesaj yazmalısınız.';
$txt['smfcontact_erremail'] = 'E-Mail Adresinizi yazmalısınız.';
$txt['smfcontact_titlesent'] = ' - Mesaj Gönderildi.';
$txt['smfcontact_form'] = 'İletişim Sayfası';
$txt['smfcontact_formname'] = "Ä°sim: ";
$txt['smfcontact_formemail'] = "E-Mail: ";
$txt['smfcontact_formmessage'] =  "Mesaj: \n";
// END Contact Page MOD Translation SirtLanVadisi.NeT
]]></add>
</operation>
</file>




Translation by MOD Translator SirtLanVadisi in german and german-utf8 languages



<file name="$themedir/languages/Modifications.german.php" error="skip">
   <operation>
      <search position="end" />
         <add><![CDATA[
// Mod Contact Page MOD Translation by SirtLanVadisi.NeT
$txt['smfcontact_contact'] = 'Kontakt';
$txt['permissionname_view_contact'] = 'Kann die Kontaktseite sehen';
$txt['permissionhelp_view_contact'] = 'Erlaubt es den Mitglieder, die Kontaktseite zu sehen und ein Nachricht zu senden';
$txt['cannot_view_contact'] = 'Sie haben nicht die Berechtigung den Kontaktseite zu sehen.';
$txt['smfcontact_name'] = 'Name:';
$txt['smfcontact_subject'] = 'Thema';
$txt['smfcontact_body'] = 'Ihre Nachricht';
$txt['smfcontact_emailaddress'] = 'e-Mail Adresse';
$txt['smfcontact_sendemail'] = 'e-Mail senden';
$txt['smfcontact_messagesent'] = 'Ihre Nachricht wurde gesendet!';
$txt['smfcontact_messagesent_click'] = 'zurück zu Hauptseite';
$txt['smfcontact_messagesent_return'] = 'klicken.</a>';
$txt['smfcontact_errname'] = 'Sie müssen Ihre Name eingeben.';
$txt['smfcontact_errsubject'] = 'Sie müssen den Thema angeben.';
$txt['smfcontact_errmessage'] = 'Sie müssen eine Nachricht schreiben.';
$txt['smfcontact_erremail'] = 'Sie müssen eine e-mail Adrese eingeben.';
$txt['smfcontact_titlesent'] = ' - Ihre Nachricht wurde gesendet.';
$txt['smfcontact_form'] = 'Kontaktseite ';
$txt['smfcontact_formname'] = "Name: ";
$txt['smfcontact_formemail'] = "E-mail: ";
$txt['smfcontact_formmessage'] =  "Nachricht: \en";
// End Mod Contact Page MOD Translationby SirtLanVadisi.NeT
]]></add>
   </operation>
   </file>
<file name="$themedir/languages/Modifications.german-utf8.php" error="skip">
   <operation>
      <search position="end" />
         <add><![CDATA[
// Mod Contact Page MOD Translation by SirtLanVadisi.NeT
$txt['smfcontact_contact'] = 'Kontakt';
$txt['permissionname_view_contact'] = 'Kann die Kontaktseite sehen';
$txt['permissionhelp_view_contact'] = 'Erlaubt es den Mitglieder, die Kontaktseite zu sehen und ein Nachricht zu senden';
$txt['cannot_view_contact'] = 'Sie haben nicht die Berechtigung den Kontaktseite zu sehen.';
$txt['smfcontact_name'] = 'Name:';
$txt['smfcontact_subject'] = 'Thema';
$txt['smfcontact_body'] = 'Ihre Nachricht';
$txt['smfcontact_emailaddress'] = 'e-Mail Adresse';
$txt['smfcontact_sendemail'] = 'e-Mail senden';
$txt['smfcontact_messagesent'] = 'Ihre Nachricht wurde gesendet!';
$txt['smfcontact_messagesent_click'] = 'zurück zu Hauptseite';
$txt['smfcontact_messagesent_return'] = 'klicken.</a>';
$txt['smfcontact_errname'] = 'Sie müssen Ihre Name eingeben.';
$txt['smfcontact_errsubject'] = 'Sie müssen den Thema angeben.';
$txt['smfcontact_errmessage'] = 'Sie müssen eine Nachricht schreiben.';
$txt['smfcontact_erremail'] = 'Sie müssen eine e-mail Adrese eingeben.';
$txt['smfcontact_titlesent'] = ' - Ihre Nachricht wurde gesendet.';
$txt['smfcontact_form'] = 'Kontaktseite ';
$txt['smfcontact_formname'] = "Name: ";
$txt['smfcontact_formemail'] = "E-mail: ";
$txt['smfcontact_formmessage'] =  "Nachricht: \en";
// End Mod Contact Page MOD Translationby SirtLanVadisi.NeT
]]></add>
   </operation>
   </file>   



$$  Q u a l i t y    I n f o r m a t i o n    L i n e  for iPhone $$



<   M O D  |  T R A N S L A T O R  |  TO  |  TUR  |  A N D   |  G E R   >


Advertisement: