Who's Online

We have 151 guests online

Newsletter Subscriber Pro

Subscribe to Mavrosxristoforos.com
news, updates and get discount coupons and more!
Name:
Email:
Mailing Lists:
Mavrosxristoforos.com News
Discounts and more!
Country
How many wheels on a bike?
(ex: 1)

Donate to us!

Currency:
Amount:

Advertisement

LovelyReborns.com
Wonderful Baby Dolls
by Reborn Doll Artist, Wileima Alvarez
Web design and much more
Diamond Media.com
Photos from Greece
Contact me about link exchange and advertising here..!

Ads by Google

 Mavrosxristoforos.com Forum
Welcome Guest   [Register]  [Login]
How to Ask Questions The Smart Way   by  on 2011-11-14 04:30:35
Hello Everybody!   by  on 2009-12-17 10:51:17
Post Reply
 Subject :reemplace email for de email user registered.. 2010-03-09 14:15:04 
juan

Guest

When a user is login in my web, request his email is not necesary! How can Rapid contact reemplace de email box  for de email of registered user (or put email in the textarea). Is it possible? may be whit some php code...

Thanks

IP Logged
Quote Edit
 Subject :Re:reemplace email for de email user registered.. 2010-03-10 04:19:43 
admin
Joined: 2011-06-28 10:09:03
Posts: 513
Location: Athens, Greece
 

Hello. Thank you for this interesting suggestion.

 

You can edit the php file, and in line 57, where it says:

 

$CORRECT_EMAIL = '';

 

make it:

 

$user =& JFactory::getUser();

$CORRECT_EMAIL = $user->email;

 

This way, if the user hasn't typed anything, the initial value for the inputbox, would be his Email.

That's a nice feature.

Possibly I will include it, too.

 

Thank you again!

IP Logged
Christopher Mavros
mavrosxristoforos@gmail.com
www.mavrosxristoforos.com
Quote
 Subject :Re:Re:reemplace email for de email user registered.. 2010-03-10 19:07:05 
Juan

Guest

thanks for you. I changed the subject and I modified it by user name and it will automatically added the user name (with $ CORRECT_SUBJECT = $ user-> username;
), Then added the code for blocked of text editing such data (with readonly = "readonly"). and so I have a very simple system of tickets and required contacts with the need of knowing who actually sent the message. Useful for my website.

I'm so glad if the idea has been served you .




[admin 2010-03-10 01:19:43]:

Hello. Thank you for this interesting suggestion.

 

You can edit the php file, and in line 57, where it says:

 

$CORRECT_EMAIL = '';

 

make it:

 

$user =& JFactory::getUser();

$CORRECT_EMAIL = $user->email;

 

This way, if the user hasn't typed anything, the initial value for the inputbox, would be his Email.

That's a nice feature.

Possibly I will include it, too.

 

Thank you again!

IP Logged
Quote Edit
 Subject :How to Make Rapid Contact a Ticket Submit Form.. 2010-03-11 05:02:29 
admin
Joined: 2011-06-28 10:09:03
Posts: 513
Location: Athens, Greece
 

Oh, yes.

It has helped a lot, especially being here in the forums.

 

Thank you so much for posting here.

IP Logged
Christopher Mavros
mavrosxristoforos@gmail.com
www.mavrosxristoforos.com
Quote
Post Reply
Page #