Support Joomla!
Search: Advanced Search
Serving 3672 extensions to the community. Last updated today.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 912 guests and 68 members online

Directory Support

Rules
Using this Site

Disclaimer

The extensions and reviews listed in this area have been submitted by the community and their listing does not constitute or imply endorsement, recommendation, or favouring by Joomla!/OSM.

This content is provided as a free service to our visitors, and, as such, Joomla!/OSM cannot be held liable for the accuracy of the information. Visitors wishing to verify that the information is correct should contact the parties responsible for authoring the content and/or development of the extension.


Are you seeing blanks over some extensions' compatibility, license and type field? Head over to JED forum to learn why.
Comments Show All Developer's Extensions
AJAX SugBox Modulemodule
Rating
7 votes
Developer:Casey Ralls Version:1.0.0 (Updated 156 days ago)
E-mail: This e-mail address is being protected from spam bots, you need JavaScript enabled to view it Compatibility:Compatible with Joomla! 1.0
Views: 8,160 License:GPLv2.0
Favoured:
7
Type:Non-Commercial
Date Added:Apr 20, 2007
DownloadHomepageWrite ReviewRecommend
AJAX SugBox
A simple suggestion box module for Joomla! 1.0.x. This module will allow users on the frontend to anonymously send suggestions to the Administrators registered e-mail account. It is built using AJAX technology so the page will not refresh when the user submits their suggestion.

Report this listing


Ajax Sugbox by bjude, April 28, 2007
The site this module has been installed on, already has a forum, shoutit and blastchat however all these are for registered users and are not anonymous. In a democratically run club, there is a need sometimes for users to confidently make suggestions and put forward ideas without pressures from others, and so this module was added, but only for registered users due to the potential legal problems it could cause. It would be better with a form of captcha to prevent possible spam if it was for unregistered visitors.
It worked well when I tried it, but I'm a little disappointed members have not utilised it as yet. Hopefully they may in time, but they also need to trust it is truly confidential. Of course it may need to come off, if it is abused but it's a risk worth taking for now. Simple, clean and easy to install. Nothing great, nothing bad, but that's its beauty and its purpose.


Be careful with this by deafbiz, April 20, 2007
2 of 2 people find this review helpful:
I installed and published the module and I had to quickly unpublish it because there's no spam filters or IP tracking. So the Admin will be subjected to a barrage of spam and insults. Furthermore, the email delivery didn't work. I know becuase I sent a test message to myself.


Owner's reply:
Spam filtering and IP Tracking relies upon your mail server installation. I recommend SpamAssassin for this. Do you have your php.ini setup to send mail? Perhaps the php mail() function is not working because of settings in php.ini. For *nix make sure sendmail_path and sendmail_from is set correctly. For a windows PHP install make sure that SMTP and smtp_port are set properly.

nice mod... if I could get it to work! by baskman, April 20, 2007
2 of 2 people find this review helpful:
I installed your module - but am not having any success in getting it to work. I am running J 1.0.12 with Comm Builder 1.0.2. Mod publishes and appears fine one site, but no email comes to any site admin.

I am suspecting this may be the culprit.

mod_sugbox.php
Line 18

$query = "select email from jos_users where name = 'Administrator'";

Sites using CB may have trouble. Also - should it read...

$query = "select email from jos_users where GROUP = 'SUPER Administrator'";

Thanks!
baskman


Owner's reply:
Hi, This module is built to work with a default Joomla! database schema. Not one that has been modified with CB. If your administrator accounts name is not 'Administrator' then the module will not work. In this case you could edit the mod_sugbox.php file and replace $recipient = $resArray[0]; with $recipient = "email1@domain.com, email2@domain.com"; Also, make sure that your php.ini file is setup properly to use the mail() function.