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
Question Is it possible to sticky a post within a topic?
- CheechDogg
-
- Offline
- Premium Member
-
Try it and see if that does the job for you.
CAG Clan 1st and 3rd Person Shooter Clan on XBOX 360 & PS3
Please Log in or Create an account to join the conversation.
- brutus8890
-
Topic Author
- Offline
- New Member
-
- Posts: 7
- Thank you received: 0
I also tried to edit my message time from the database but this is useless, does kunena order by message id?
My situation now is:
Message 1 (7 hours ago) [id 130] (this is the message I moved in the topic I had created)
Message 2 (8 hours ago) [id 148] (this is the message I created in the new topic)
Message 3 (1 hour ago) [id 150] (this is the reply of another user)
Is it possible?
Please Log in or Create an account to join the conversation.
You ask if it's possible [to develop a technical solution that implements "sticky post" within topic]. I will give you the same answer that I have given to people over the last four decades I have been doing systems analysis work: anything is possible but everything has a price tag; it depends on whether people are prepared to pay the cost.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- brutus8890
-
Topic Author
- Offline
- New Member
-
- Posts: 7
- Thank you received: 0
Searching on the web I found a new feature:
oredering_system = mesid, in Kunena_config table
I changed this from "mesid" to "replyid"; now Kunena doesn't show the messages unique ID but the relative one. For example, in this case, your reply is the message number 9 (replyid) while its real ID is 120095.
Now I ask: where is the replyid message info stored in?
Please Log in or Create an account to join the conversation.
The short answer is no. Messages are displayed in chronological order of when they were posted. The order can be oldest message first or newest message first. That's what I wrote in msg #4 of this topic.¥ Brutus ¥ wrote: I didn't ask if it's possibile to develop a technical solution, I was asking if it's possible that Kunena orders messages by ID and not by Time!
If you are not asking whether it's possible to develop a technical solution may I ask you whether it's necessary to know where replyid data is stored? The data is probably stored in the database tables kunena_message; I'm not sure and I didn't check before I posted this message.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- brutus8890
-
Topic Author
- Offline
- New Member
-
- Posts: 7
- Thank you received: 0
Please Log in or Create an account to join the conversation.