Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Question Kunena minimum subject length

  • C0n
  • C0n's Avatar Topic Author
  • Offline
  • Premium Member
  • Only the strongest will survive
More
13 years 4 months ago - 13 years 4 months ago #1 by C0n
Code:
<input type = "text" name = "subject" size = "35" class = "inputbox" maxlength = "<?php echo $fbConfig->maxsubject;?>" value = "<?php echo $resubject;?>"/> <textarea class = "inputbox" name = "message" rows = "6" cols = "60" style = "height: 100px; width: 100%; overflow:auto;"></textarea>

Kunena minimum subject length im looking through the code in messedge.php and in messedge2.php and im curious how kunena knows its minimum subject length since you are not allowed to post messedges with no subjects.
Last edit: 13 years 4 months ago by C0n.

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

More
13 years 4 months ago #2 by @quila
Hi,

Kunena know if the field of subject is empty or not and this function is not in the template code, this is core code.

Regards

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

  • C0n
  • C0n's Avatar Topic Author
  • Offline
  • Premium Member
  • Only the strongest will survive
More
13 years 4 months ago #3 by C0n
Do you know the location or how it can be changed ?

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

Time to create page: 0.473 seconds