Kunena 7.0.4 Released

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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Minimum number of character in a post

More
14 years 6 months ago #110442 by sozzled
If someone would like to sponsor the development of this requirement (i.e. pay for it to be done) we'll see what we can do. As far as I can tell, there has not been much of a discussion from other members of the community asking for this to be done. Good idea, C0n, but we can't keep building things for nothing and not get some payment for the amount of time that we spend on things like this. :)

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

  • C0n
  • C0n's Avatar
  • Offline
  • Premium Member
  • Premium Member
  • Only the strongest will survive
More
14 years 6 months ago - 14 years 5 months ago #110462 by C0n
Well i've been looking into it i have a soloution (hack to kunena core) but im still playing around with it.
Code:
if (strlen($message) < 12) { echo "Minimum of 12 characters"; }

Code:
if ($_POST['message'] < 12 ) { echo "Minimum of 12 characters"; }


This message contains confidential information
Last edit: 14 years 5 months ago by C0n.

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

  • C0n
  • C0n's Avatar
  • Offline
  • Premium Member
  • Premium Member
  • Only the strongest will survive
More
14 years 5 months ago - 14 years 5 months ago #110492 by C0n
Just to let you know i finished hacking it, It was easyer than I originaly thought I managed to do so by editing a plugin called "forum protection light".

I created a topic here www.kunena.org/forum/114-user-written-ha...aracter-limit#110493
Last edit: 14 years 5 months ago by C0n.

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

Time to create page: 0.221 seconds