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 No Bumps! - Category Specific.

More
16 years 3 months ago #38222 by deathorglory
Well considering I am in the hack section of the forum, I expected thats what I needed to do was alter the php somewhere and/or template. I have a lot of my own tweaks on my current forum, I write out everything I change, so when upgrading I can easily remember what I have to do to get back to my original forum.

This post asks a question, given I didnt ask it correctly the first time, but after a few tries its actually pretty easy.

How can I arrange my stickies by post date, not last replied date.
Is this a template related issue? Or is this a function within a PHP file somewhere?

I am not asking for work around like, 'teaching my users?' or 'link to another forum topic via a locked one'.

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

More
16 years 3 months ago - 16 years 3 months ago #38224 by sozzled
deathorglory wrote:

I am not asking for work around like, 'teaching my users?' or 'link to another forum topic via a locked one'.

... but you did say in your first post "Thanks for any help!" and then you proceeded to criticise every constructive suggestion we've offered and abuse those who have freely given their time to help. :dry:
Last edit: 16 years 3 months ago by sozzled.

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

More
16 years 3 months ago - 16 years 3 months ago #38225 by LittleJohn
If you have made your own improvements, you might know your way in the code.

Its a complicated move you suggest, because all messages in a category (incl. sticky's) is fetched in one query.
I'd suggest you look into the 'showcat.php' in your templates folder and look for 'order by ordering'.

From there on, you can maybe split it into 2 - 1 fetching stickies be separate order and 1 fetching non-stickies in 'normal' order.
You'll have to edit the output too later on though.

You are 100% on your own on this one due to the complexity, but if you are willing, you might be able to pay someone to do it....

Good luck.

Edit:
I just remembered ... The way Kunena works (with code in the templates) will change completely with 1.6, so you might be in for trouble if making too much customisations before that.
However - sometimes it can be needed - even though it is not recommended.
Last edit: 16 years 3 months ago by LittleJohn.

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

Time to create page: 0.237 seconds