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

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

The topics in this category are for historical interest only. Owing to the structural changes that occurred in K 1.7, many of the ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Loved Username Quote in 1 Click / Kunena 1.6.3

More
15 years 1 month ago - 15 years 1 month ago #89261 by ChaosHead


in history.php
replace
Code:
<p><?php echo $this->escape( $mes->name ) ?></p>
with
Code:
<p><a href="javascript:kbbcode.insert('<?php echo $this->escape( $mes->name )?>, ', 'after', true);" title="<?php echo JText::_ ( 'COM_KUNENA_BUTTON_QUOTE' )?>"><?php echo $this->escape( $mes->name )?></a></p>
Last edit: 15 years 1 month ago by ChaosHead.
The following user(s) said Thank You: sozzled

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

More
15 years 1 month ago - 15 years 1 month ago #89292 by sozzled
That's cool! I like the idea.

Obviously it has it's drawbacks. What if you want to view the user's profile? I suppose you click the avatar image. But what if you've disabled avatar images? :dry:
Last edit: 15 years 1 month ago by sozzled.

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

More
15 years 1 month ago - 15 years 1 month ago #89329 by ChaosHead
At writing of answers, users prefer to quote rather, than to look profiles.
And in this place is no link to a profile.

Example:


I plan to make something similar for the fast reply form. But there the user name really refers to a profile. Therefore I haven't found the right decision.
Last edit: 15 years 1 month ago by ChaosHead.

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

More
15 years 1 month ago #89341 by xillibit
I like the idea to have in history for each user a link to profile, maybe for each message in history put a button quote and when hit this button the quote is inserted in textarea

I don't provide support by PM, because this can be useful for someone else.

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

More
15 years 1 month ago #89350 by ChaosHead
That would be great!
I can offer to make multiquoting:
User selects the text with the mouse. Clicks Quote. Only the selected with the mouse text should be quoted in the reply form.

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

Time to create page: 0.266 seconds