The Thinkery

Not finding what you're looking for? Don't hesitate to contact us!

Before Posting...

Before posting questions in the forums, please be sure to read the FAQs by clicking on the FAQs link in the sidebar product menu. You must be logged in and have a valid subscription to access the SUPPORT FORUMS.
×
Support Policy Notice

As outlined in our Rules section (though never closely followed by our staff!), effective immediately we will no longer be taking time to provide customizations of our products.

making the release date not required

  • s.knuckles
  • s.knuckles's Avatar Topic Author
  • Offline
  • Ponderer
  • Ponderer
More
13 years 3 months ago #1040 by s.knuckles
s.knuckles created the topic: making the release date not required
is there any way to make the release date, and possibly other options, not required?

Please Log in or Create an account to join the conversation.

More
13 years 3 months ago #1044 by vinny
vinny replied the topic: RE: making the release date not required
You can make the fields not required by removing the 'required' from the input class in the forms or from the form validation script. For example, to make the release date not required, you can edit 'administrator/com_projectlog/views/project/tmpl/default.php' and in the submitbutton() javascript function remove:

else if(form.release_date.value == ''){
alert( '' );
return false;
}


To make the title not required you would change the input from:


Vinny - The Thinkery
Good reviews on the JED make us work harder :) | IProperty | Work Force | Report Card

Please Log in or Create an account to join the conversation.

Moderators: vinny
Time to create page: 0.382 seconds