1
Jackwan
How to modify the "Contact Us" section?
  • 2004/9/12 16:23

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


I want to add more contents and html into it. thanks.

2
tl
Re: How to modify the "Contact Us" section?
  • 2004/9/12 16:27

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


You may want to take a look at

http://www.brandycoke.com/products/liaise/

It is versatile and fits almost of any needs

3
Chappy
Re: How to modify the "Contact Us" section?
  • 2004/9/13 4:31

  • Chappy

  • Friend of XOOPS

  • Posts: 456

  • Since: 2002/12/14


Probably want to be aware of this:
http://www.brandycoke.com/news/liaise/20040811.565.php

I was not able to install Liaise 1.21 after installation of 2.0.7.3. The article says that Liaise is incompatible with 2.0.8, but that was back in Aug. when there was going to be a 2.0.8. Not sure, then, if this was due to poor installation (me being a dufus), or the incompatibility is due to a change in the code being made before the release of 2.0.8.

Hope this makes sense...

4
upsadaz
Re: How to modify the "Contact Us" section karate_redux_blue
  • 2004/10/11 18:47

  • upsadaz

  • Friend of XOOPS

  • Posts: 174

  • Since: 2004/2/26


Hi.
I want to add a line of text to my "Contact Us" also.
I am using karate_redux_blue for the theme.
I've looked around and cannot see where to make the change so that it'll display. I've added text to the html line in modules/contact/language/english/main.php but it doesn't show up on the site.
Am I totally in the wrong place????

Thanks.

5
tjnemez
Re: How to modify the "Contact Us" section karate_redux_blue
  • 2004/10/11 20:27

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


edit the template, contact_contactusform.html, and you can add all you want.

6
upsadaz
Re:How to modify the
  • 2004/10/14 0:39

  • upsadaz

  • Friend of XOOPS

  • Posts: 174

  • Since: 2004/2/26


Thnak you, tjnemez.

Below I have included the content of the templates/contact_contactusform.html. Where do I place the text? I can usually figure out html but this is a bit different... and more intimidating!
Do I need tags to go with the text?

Thanks... many, many thanks!


<{$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>

7
tjnemez
Re:How to modify the
  • 2004/10/14 10:11

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


just add a table or a div. you can add above, below or wrap the form. you can use inline styling. on my site i have added a div for an image above the form.

<table class="" cellspacing="1">
<tr>
<td>My Text</td>
</tr>
</table>
<{$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>

8
upsadaz
Re:How to modify the
  • 2004/10/15 13:17

  • upsadaz

  • Friend of XOOPS

  • Posts: 174

  • Since: 2004/2/26


Cool!
Thanks for the info again.
For all you newbies like me, I did not see the changes come through until I went to system admin->modules->update icon for Contact Us. Believe it or not It took me a while to think of that! LOL

You guys ar super. XOOPS community, we rock!
Resized Image

Login

Who's Online

194 user(s) are online (129 user(s) are browsing Support Forums)


Members: 0


Guests: 194


more...

Donat-O-Meter

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

Latest GitHub Commits