Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: Contact Us 0.3

  1. #1
    Former lead dev Nick's Avatar
    Join Date
    Jun 2009
    Location
    Kakamigahara, Japan
    Posts
    2,862
    Blog Entries
    88
    Thanks
    486
    Thanked 809 Times in 528 Posts

    Default Contact Us 0.3

    Contact Us
    Version: 0.3
    Author: Nick Ramsay
    Created on: 2010/03/18
    Last Updated:
    2010/07/22
    Tested on: Hotaru 1.1.3 ~ 1.3.0
    Plugins Required: None
    Plug & Play: Yes
    Supported: Yes

    Description
    A contact form that people can use to send email to the site admin. Includes an option to send a copy to yourself, and if the reCaptcha plugin is installed, you can enable reCaptcha, too.

    Instructions
    1. Upload the "contact_us" folder to your plugins folder.
    2. Install it from Plugin Management in Admin.
    3. Edit settings in Admin -> Contact Us

    Notes
    The link to your contact page can be found at the bottom of the Contact Us Settings page. You should add that link to your theme somewhere. Examples:

    http://www.example.com/index.php?page=contact [Friendly URLs off]
    http://www.example.com/contact/ [Friendly URLs on]

    To make your link work with friendly URLs on or off, use this:
    PHP Code:
    <?php echo $h->url(array('page'=>'contact')); ?>
    Revision History
    v.0.3 2010/07/22 - Nick - Fixed form width issues
    v.0.2 2010/03/21 - Nick - Updated for Hotaru 1.1.3
    v.0.1 2010/03/18 - Nick - Released first version

    Please click "Rate Thread" and give this plugin a rating. Thank you.


    Attached Thumbnails Attached Thumbnails contact_us..png  
    Attached Files Attached Files


  2. #2
    Senior Member
    Join Date
    Sep 2009
    Posts
    449
    Thanks
    169
    Thanked 58 Times in 45 Posts

    Default

    Hi Nick. which email address is the message sent to? Is it sent to the SITE EMAIL: specified on Admin Settings page?

  3. #3
    Former lead dev Nick's Avatar
    Join Date
    Jun 2009
    Location
    Kakamigahara, Japan
    Posts
    2,862
    Blog Entries
    88
    Thanks
    486
    Thanked 809 Times in 528 Posts

    Default

    Yes, it should be!

  4. #4
    Senior Member baadier's Avatar
    Join Date
    Jan 2010
    Location
    Cape Town, South Africa
    Posts
    263
    Thanks
    80
    Thanked 14 Times in 10 Posts

    Default

    cheers Nick, il implement and test this a bit later this afternoon

  5. #5
    Senior Member
    Join Date
    Sep 2009
    Posts
    449
    Thanks
    169
    Thanked 58 Times in 45 Posts

    Default

    Tested. I receive the mails specified on the SITE EMAIL: on Admin Settings. The Send a copy to yourself feature works fine too. However, I get the following undefined constant error on the header after clicking the Send button.

    Code:
    Notice: Use of undefined constant SMTP_ON - assumed 'SMTP_ON' in <ServerPath>/html/content/plugins/contact_us/contact_us.php  on line 108]
    Last edited by nothingman; 03-18-2010 at 11:18 AM.

  6. Thanked by:


  7. #6
    Former lead dev Nick's Avatar
    Join Date
    Jun 2009
    Location
    Kakamigahara, Japan
    Posts
    2,862
    Blog Entries
    88
    Thanks
    486
    Thanked 809 Times in 528 Posts

    Default

    Quote Originally Posted by nothingman View Post
    Notice: Use of undefined constant SMTP_ON
    The SMTP_ON constant was introduced in Hotaru 1.1.2. Looks like you're still on 1.1.1. Otherwise, glad to hear it works!

    I'll try myself with SMTP authentication later.

  8. #7
    Senior Member
    Join Date
    Sep 2009
    Posts
    449
    Thanks
    169
    Thanked 58 Times in 45 Posts

    Default

    Quote Originally Posted by Nick View Post
    The SMTP_ON constant was introduced in Hotaru 1.1.2. Looks like you're still on 1.1.1.
    Yes, still on 1.1.1.

  9. #8
    Member
    Join Date
    Feb 2010
    Location
    Brasil
    Posts
    41
    Thanks
    8
    Thanked 3 Times in 2 Posts

    Default

    Nick

    1. Upload the "contact_us" folder to your plugins folder.....ok via filezilla
    2. Install it from Plugin Management in Admin.....not appear

    because hand appears

    Thanks

  10. #9
    Former lead dev Nick's Avatar
    Join Date
    Jun 2009
    Location
    Kakamigahara, Japan
    Posts
    2,862
    Blog Entries
    88
    Thanks
    486
    Thanked 809 Times in 528 Posts

    Default

    Quote Originally Posted by penido View Post
    Nick
    2. Install it from Plugin Management in Admin.....not appear
    Check you've got /contents/plugins/contact_us/contact_us.php and not /contents/plugins/contact-us-0-1/contact_us.php.

  11. #10
    Member
    Join Date
    Feb 2010
    Location
    Brasil
    Posts
    41
    Thanks
    8
    Thanked 3 Times in 2 Posts

    Default

    /contents/plugins/contact_us/contact_us.php


    Where I use this code:

    <?php echo $h->url(array('page'=>'contact')); ?>
    Last edited by penido; 03-19-2010 at 04:46 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [Done] Contact Us Plugin
    By angolanmade in forum Plugin Suggestion Box
    Replies: 5
    Last Post: 03-18-2010, 07:43 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •