- Posts: 166
- Thank you received: 21
Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question Read more link to full article tabs rules and help
- gimenezadrian
-
Topic Author
- Offline
- Senior Member
-
I put in the rules menu
and i get read more link
Choose how to display configuration article by default does nothing, since nothing has to do
No read more in article
I post here in case anyone finds the solution
K 2.0.1
¿Article full not working?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I would still like to see some way to override the italics style.
Please Log in or Create an account to join the conversation.
I found this thread in the German forum: www.kunena.org/forum/36-German/123781-re...-lesen-button-stoert
After reading this, until the bug is fixed, I thought this could work:
In bbcode.php remove line 1193:
Despite it seems to be logical, this doesn't work, the unwanted "readon" still appears.
Might be anything wrong with this condition
Sorry, but I'm not a versed coder, any idea ??
Please Log in or Create an account to join the conversation.
www.kunena.org/forum/36-German/123781-re...button-stoert#137089
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
as posted in the german forum (see link in rich's post) I have found the cause for the wrong link text as well as a nice "hack" we use on our site to let the admin/user skip the link if not needed.
In case of articles without a "read more" tag all the text is stored in introtext member of article object. So the code in the "case full" block (in bbcode.php, you know
I think the code needs to become a bit more complex to follow these rules:
If "full" is requested and introtext OR fulltext contain some text, all text and "Read article" link should be shown.
If "intro" is requested and introtext is present, this text should be shown. If fulltext isn't empty too "Read more" link should be shown, otherwise "Read article" link.
Additionally my "hack": I used additional value "fullnolink" instead of "full" in which case I don't add the "Read article" link (see code below).
Here my code (without fulltext check in intro part because we don't need this), corresponding to bbcode.php lines 1189++ in Kunena 2.0.3:
I hope this will find it's way into next release
Thanks,
Hoffi
Please Log in or Create an account to join the conversation.