R_J
AdminR_J Admin
-
Re: Enhancements and Feedback
Now for the form part. At first, look at the markup of a module you see in the forum. It normally has that form (for lists): <div class="Box BoxModuleName"> <h4>Title, if needed… (View Post)1 -
Re: Enhancements and Feedback
I forgot that your poll had the possibility to either accept one answer only or more than one. If you set the user ID in the database to be a primary key, you wouldn't be able to accept more than one… (View Post)1 -
Re: Enhancements and Feedback
You can start with that: public function setup() { // Initialize some config settings so that you can use them later. touchConfig('quickPoll.Options', 'Chrome,FireFox,Internet Explorer,Opera'); touch… (View Post)1 -
Re: Enhancements and Feedback
I like that plugin, but the way it is done has some drawbacks: By giving each option a unique name, you a) are limited to 10 options and b) have to repeat your code quite often. Using an array would … (View Post)1 -
Re: redirect after popup close
If you want to add validation results, you have to do this by JavaScript. Look at the html of a form with errors: <form action="/plugin/something?" method="post"> <div>… (View Post)1