Hi .... I'd like to add a line break or paragraph spacing above the "Registration Complete!" heading. In my .css, it's bumping up against my top menu and looks like a mistake. I've tried modifying my stylesheet, but am having problems with margins/padding when there is no pathway showing at the top ...
Bruce, thanks for your reply. I understand what you are saying, but the "Latest News" module is not assigned to any menu. It is only assigned to a module position and it only appears on the homepage. My site has not gone live yet ... I only have it on my development server. I have included three scr...
I have the standard "Latest News" module running in a "top" module position. I have menus and other stuff running in the "right" module position, which are constantly visible throughout the site. When I click on a news item in Latest News, it takes me to the news item, but no "right" side modules ap...
I made this mod because I needed this functionality and the options I could find were install Community Builder (very large) or JUser (commercial component) ... both of which are overkill for this relatively simple need. This allows you to add "Terms and Conditions" to the Registration Form, and mak...
I've made some progress ... I changed the validation code to: } else if (form.IAgree.value == "yes") { alert( "" ); This got rid of the error message I indicated above. Now, the problem is that when I check the box, I still get the alert "Please...
There is a plug-in available called "Add PHP" You can find this on the Joomla Extensions website. From their info: This Bot/Plugin makes it possible to integrate any PHP Scripts into a content item/ Article. The PHP Script must be below the Joomla root directory. You should switch off the print and ...
I'm trying to add a checkbox to the Registration form. In registration.html.php I added the following: * THIS IS A TEST FOR THE AGREEMENT TERMS to see if I can add text. In the field validation section I added: } else if ((form.password.value != "") && (form...