1
vinit
Contact Plus module template modification issue
  • 2004/12/29 10:06

  • vinit

  • Just can't stay away

  • Posts: 530

  • Since: 2004/1/10


Hi,

I am trying to use contact plus module to show the customised contat us page. The module works fine. Now i wanted to add the "Contact Address" on top of the contact us form.

I changed the template but still its not showing it up.

Here is what i did to contact_contactusform.html

Quote:

<!--- My mods start here -->
<table class="outer" cellspacing="1">
<tr>
<th colspan="2" >Contact Information </th>
</tr>
<tr>
<td>Address</td><td>My address<br>
Building,<br>
Street <br>
City<br>
Country
</td>
</tr>
<tr>
<td> Phone: </td> <td> 01-123456789</td>
</tr>
<tr>
<td> Email Address </td> <td> foo@bar.com</td>
</tr>
</table>
<br>
<br>
<!--- My mods end here -->

<{$contactform.javascript}>
<form name="<{$contactform.name}>" action="<{$contactform.action}>" method="<{$contactform.method}>" <{$contactform.extra}>>
<table class="outer" cellspacing="1">
<tr>
<th colspan="2"><{$contactform.title}></th>
</tr>
<!-- start of form elements loop -->
<{foreach item=element from=$contactform.elements}>
<{if $element.hidden != true}>
<tr>
<td class="head"><{$element.caption}></td>
<td class="<{cycle values="even,odd"}>"><{$element.body}></td>
</tr>
<{else}>
<{$element.body}>
<{/if}>
<{/foreach}>
<!-- end of form elements loop -->
</table>
</form>


i am trying to make it look somewhat like this
http://www.obscorp.com/obsportal/modules/contact_plus/

I checked the template in database contains this. But while displaying, the content added by me doesnt show up only the default contact us page appears.

Any idea whats the missing link?

2
rowdie
Re: Contact Plus module template modification issue
  • 2004/12/29 10:34

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Have you cleared the templates_c folder? The old template might still be there.

Rowd

3
vinit
Re: Contact Plus module template modification issue
  • 2004/12/29 11:06

  • vinit

  • Just can't stay away

  • Posts: 530

  • Since: 2004/1/10


yes cleared the tempates_c for contactusform.html.php

4
vinit
Re: Contact Plus module template modification issue
  • 2004/12/29 14:41

  • vinit

  • Just can't stay away

  • Posts: 530

  • Since: 2004/1/10


any idea whats can be the issue here

5
vinit
Re: Contact Plus module template modification issue
  • 2004/12/30 6:37

  • vinit

  • Just can't stay away

  • Posts: 530

  • Since: 2004/1/10


Buzz, just to get the topic back to limelight.

Login

Who's Online

172 user(s) are online (119 user(s) are browsing Support Forums)


Members: 0


Guests: 172


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits