TOPIC: Contact module and Main Menu

Contact module and Main Menu 10 years 10 months ago #1179

I disabled the joomla editor, and in contact module I put this code:

<form action="www.veses.com.br/cgi-sys/formmail.pl" method="post">
<div class="contacform"><form method="post"> <label>Seu e-mail</label>
<div class="email"><input class="femail" size="28" type="text" /></div>
<label>Mensagem</label>
<div class="message"><textarea class="fcomment" cols="22" rows="3"></textarea></div>
<p><input class="button submit" type="submit" value="Submit" /></p>
</form></div>

But the Joomla remove this part of code when I save:
action="www.veses.com.br/cgi-sys/formmail.pl"

How can I fix that?

Without that code, my form does not work

My site is:
www.veses.com.br/index.php

And other thing.

When I pass the mouse over main menu, the text disapear
The administrator has disabled public write access.

Re: Contact module and Main Menu 10 years 10 months ago #1180

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
1. For the module which contain code, you can try using this module (attached).
Install it, then in edit page, paste that code into the HTML textarea in the param area, then choose NOT in clean html code option.

Part of the message is hidden for the guests. Please log in or register to see it.

This module for Joomla! 1.5 but if you need, you can change something in code to make it native 1.7 or 2.5 if necessary.

The menu hover, I think the color problem. You can use firebug to check the menu item element when hover to see what hover color and can change to the right color. Also check other css attributes. It is better if I can see your site and figure it out in more detail.

Thanks for using our products!
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The administrator has disabled public write access.

Re: Contact module and Main Menu 10 years 10 months ago #1181

.I'm using Joomla 2.5.1, I installed mod_rawhtml.zip, but there is not a field in the module to I put the code, How do I configure the module?
The administrator has disabled public write access.

Re: Contact module and Main Menu 10 years 10 months ago #1185

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
As I said "This module for Joomla! 1.5 but if you need, you can change something in code to make it native 1.7 or 2.5 if necessary.".

You need modify the xml file to make its params work with Joomla 2.5.

I also change it to Joomla 2.5 and attached here.


Part of the message is hidden for the guests. Please log in or register to see it.

Cheer!
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Last Edit: 10 years 10 months ago by linh_omg.
The administrator has disabled public write access.

Re: Contact module and Main Menu 10 years 10 months ago #1190

.It didn't work, the text field cleaned all, I choose "no" to the three options: Clean JS / Clean CSS / Clean HTML
The administrator has disabled public write access.

Re: Contact module and Main Menu 10 years 10 months ago #1191

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
sorry there is a mistake. There is filter declaration missing in xml file.

So, in file mod_rawhtml.xml, please change this line:
<field name="raw_html" type="textarea" default="" label="HTML" description="Add any Html or Javascript Here. Eg: Google Adsense Code, Copy and Paste Scripts" cols="65" rows="30" />

to:
<field name="raw_html" type="textarea" filter="raw" default="" label="HTML" description="Add any Html or Javascript Here. Eg: Google Adsense Code, Copy and Paste Scripts" cols="65" rows="30" />
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The administrator has disabled public write access.
Time to create page: 0.097 seconds