Keyword

User must add an Image!!

  • Nikolas Tichy
  • Nikolas Tichy's Avatar Topic Author
  • Offline
  • New Member
More
11 years 5 months ago #107841 by Nikolas Tichy
User must add an Image!! was created by Nikolas Tichy
Hi, I want that user must add an Image (With the "Image Tab" from the Editor). Does somebody know what code I have to put in there? herese the section from the itemform.php document

Joomla.submitbutton = function(pressbutton){
if (pressbutton == 'cancel') {
submitform( pressbutton );
return;
}
if (\$K2.trim(\$K2('#title').val()) == '') {
alert( '".JText::_('K2_ITEM_MUST_HAVE_A_TITLE', true)."' );
}
else if (\$K2.trim(\$K2('#catid').val()) == '0') {
alert( '".JText::_('K2_PLEASE_SELECT_A_CATEGORY', true)."' );
}
else {
syncExtraFieldsEditor();
\$K2('#selectedTags option').attr('selected', 'selected');
submitform( pressbutton );
}
}

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

More
11 years 5 months ago #107842 by yaksushi
Replied by yaksushi on topic Re: User must add an Image!!
This would be a great option, hope you figure this out I would also like to do this.

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


Powered by Kunena Forum