ارتباط با ما در جوملا

arashmmm1414

کاربر عضو
سلام دوستان ،،

قسمت ارتباط با ما در جوملا در این آدرس زیر ، دکمه فرستادن فرم کار نمیکنه ؟ علت می تونه چی باشه ؟ لینک به کاربر رو هم دادم ...



 

mahdiali35

کاربر عضو
سلام دوستان ،،قسمت ارتباط با ما در جوملا در این آدرس زیر ، دکمه فرستادن فرم کار نمیکنه ؟ علت می تونه چی باشه ؟ لینک به کاربر رو هم دادم ...

درود...!!!!

من تست کردم ظاهرا کار میکنه..ارسال که میشه اما پیامی ظاهر نمیشه...!!!

شاد باشید....!!!

 

arashmmm1414

کاربر عضو
درود...!!!!من تست کردم ظاهرا کار میکنه..ارسال که میشه اما پیامی ظاهر نمیشه...!!!

شاد باشید....!!!
بله درسته حق با شماست

من اشتباهی که میکردم این بود که در قسمت آدرس ایمیل چیزی وارد نمی کردم و باسه همین دکمه ارسال کار نمیکرد

حالا همین قضیه که پیغام نمیاد باسه کاربر در خصوص ارسال فرم چی می تونه باشه ؟

 

mahdiali35

کاربر عضو
این کد در فایل اصلی قالبتون موجوده ؟

کد:
<jdoc:include type="message" />
این کد پبام ها و ارور ها رو نمایش میده...

شاد باشید....

 
آخرین ویرایش توسط مدیر:

arashmmm1414

کاربر عضو
این کد در فایل اصلی قالبتون موجوده ؟
کد:
<jdoc:include type="message" />
این کد پبام ها و ارور ها رو نمایش میده...

شاد باشید....
نه این کد موجود نیست !!

این کد رو کجا قرار بدم ؟


کد:
<?php
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="en-us">
<jdoc:include type="head" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="<?php echo $this->baseurl ?>/templates/imaminstitue/css/template_css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div align="center">
    <table border="0" cellpadding="0" cellspacing="0" width="960" id="table1">
        <tr>
            <td><img border="0" src="<?php echo $this->baseurl ?>/templates/imaminstitue/images/logo.jpg" width="960" height="209"></td>
        </tr>
        <tr>
            <td>
            <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table2">
                <tr>
                    <td width="573">
                    <img border="0" src="<?php echo $this->baseurl ?>/templates/imaminstitue/images/right_search.jpg" width="573" height="26"></td>
                    <td style="background-image: url('<?php echo $this->baseurl ?>/templates/imaminstitue/images/bac_search.png'); background-repeat: repeat-x; background-position: left top">
                    <jdoc:include type="modules" name="user4" /></td>
                    <td width="98">
                    <img border="0" src="<?php echo $this->baseurl ?>/templates/imaminstitue/images/left_search.png" width="98" height="26"></td>
                </tr>
            </table>
            </td>
        </tr>
        <tr>
            <td>
            <img border="0" src="<?php echo $this->baseurl ?>/templates/imaminstitue/images/bot_search.jpg" width="960" height="17"></td>
        </tr>
        <tr>
            <td>
            <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table3">
                <tr>
                    <td width="217" valign="top" style="background-image: url('<?php echo $this->baseurl ?>/templates/imaminstitue/images/bac_left.jpg'); background-repeat: no-repeat; background-position: right top">
                    <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table4">
                        <tr>
                            <td width="12"> </td>
                            <td valign="top"><jdoc:include type="modules" name="left" style="rounded" /></td>
                            <td width="6"> </td>
                        </tr>
                    </table>
                    </td>
                    <td valign="top"><jdoc:include type="modules" name="toppost"/>
                    <jdoc:include type="component" /></td> 
                    <td valign="top" width="202" style="height: 835px; background-image: url('<?php echo $this->baseurl ?>/templates/imaminstitue/images/right.png'); background-repeat: no-repeat; background-position: left top">
                    <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table5">
                        <tr>
                            <td width="8"> </td>
                            <td valign="top"> </td>
                            <td width="9"> </td>
                        </tr>
                        <tr>
                            <td width="8"> </td>
                            <td valign="top"><jdoc:include type="modules" name="right" style="rounded" /></td>
                            <td width="9"> </td>
                        </tr>
                    </table>
                    </td>
                </tr>
            </table>
            </td>
        </tr>
        <tr>
            <td><img border="0" src="<?php echo $this->baseurl ?>/templates/imaminstitue/images/footer.png" width="798" height="79"></td>
        </tr>
    </table>
</div>
</body>
</html>
 

mahdiali35

کاربر عضو
درود...

دقیقا همون جایی که کامپوننت بارگزاری شده باید قسمت message هم قرار بگیره :

کد:
<jdoc:include type="component" />
خط قبل یا خط بعدش...!!

کد شما به این صورت میشه :

<?php
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="en-us">
<jdoc:include type="head" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="<?php echo $this->baseurl ?>/templates/imaminstitue/css/template_css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="960" id="table1">
<tr>
<td><img border="0" src="<?php echo $this->baseurl ?>/templates/imaminstitue/images/logo.jpg" width="960" height="209"></td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table2">
<tr>
<td width="573">
<img border="0" src="<?php echo $this->baseurl ?>/templates/imaminstitue/images/right_search.jpg" width="573" height="26"></td>
<td style="background-image: url('<?php echo $this->baseurl ?>/templates/imaminstitue/images/bac_search.png'); background-repeat: repeat-x; background-position: left top">
<jdoc:include type="modules" name="user4" /></td>
<td width="98">
<img border="0" src="<?php echo $this->baseurl ?>/templates/imaminstitue/images/left_search.png" width="98" height="26"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<img border="0" src="<?php echo $this->baseurl ?>/templates/imaminstitue/images/bot_search.jpg" width="960" height="17"></td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table3">
<tr>
<td width="217" valign="top" style="background-image: url('<?php echo $this->baseurl ?>/templates/imaminstitue/images/bac_left.jpg'); background-repeat: no-repeat; background-position: right top">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table4">
<tr>
<td width="12"> </td>
<td valign="top"><jdoc:include type="modules" name="left" style="rounded" /></td>
<td width="6"> </td>
</tr>
</table>
</td>
<td valign="top"><jdoc:include type="modules" name="toppost"/>
<jdoc:include type="message" />
<jdoc:include type="component" />
</td>
<td valign="top" width="202" style="height: 835px; background-image: url('<?php echo $this->baseurl ?>/templates/imaminstitue/images/right.png'); background-repeat: no-repeat; background-position: left top">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table5">
<tr>
<td width="8"> </td>
<td valign="top"> </td>
<td width="9"> </td>
</tr>
<tr>
<td width="8"> </td>
<td valign="top"><jdoc:include type="modules" name="right" style="rounded" /></td>
<td width="9"> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img border="0" src="<?php echo $this->baseurl ?>/templates/imaminstitue/images/footer.png" width="798" height="79"></td>
</tr>
</table>
</div>
</body>
</html>​
کد:
 
بالا