PDA

View Full Version : How to Customise Contact Us Page


ArchAngelz
06-22-2010, 02:47 AM
I know that we can add new options and email addresses, but I want to add a custom block of text which explains a little more on each option and what they do.

How can I do this?

eSekar
06-22-2010, 03:02 AM
you will have to edit the contactus template from your Admin CP, you'll find your way in that template to add any text you want,
for example you may add your text block in a DIV tags below the following:

<div id="pagetitle">
<h1>{vb:rawphrase contact_us}</h1>
</div>


This will make your text right below the page title in the page.

Good Luck.

ArchAngelz
06-22-2010, 05:13 AM
Thanks that helped!

ChopSuey
06-23-2010, 01:22 PM
Wy not just edit the contact_us template?