- Posts: 12
- Thank you received: 0
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
Solved {mos_fb_discuss:15} is quoted, no link shown
Struggling myself I found out:
When i go frontend to the forum, to the specific topic, the url looks like this:
/index.php?option=com_kunena&view=topic&catid=15&id=155&Itemid=25
id=155
{kunena_discuss:155} is the right syntax
My surprise was: 155, from Kunena category manager I would have expected 15 (see attachment 1).
I still don't understand! Why 155, where can I find that ID backend???
Please Log in or Create an account to join the conversation.
To find the topic id is simple: look at the URL of the page where it is displayed on on your site's frontend; the topic id is in the URL. In your case the topic-id is 155 (the category-id is 15 but this is irrelevant). There is no way to look in the backend at the [possibly many thousands] of topics that have been created on your forum. The image you show in your last message is from the category manager. The category manager does not come into play in the discussion we are now having.
As Matias wrote, the syntax of the Kunena tag is this:
{kunena_discuss:<topic-id>}
There is also a special case, if <topic-id> is "0" then the article will not feed into any topic on your site. In other words, to prevent articles generating discussions on your forum, you would use
{kunena_discuss:0}
This matter is resolved.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
In fact, (in my opinion) topic-id's do not exist. Or maybe the word topic is explained different by me and Sozzled (Kunena). Every single message has an ID. And the message-ID of the first message of a thread (or should I say category???), is what Kunena regards as topic-id.
Read here:
www.kunena.org/forum/178-Kunena-Discuss-...e-and-Discuss#127746
Please Log in or Create an account to join the conversation.
The first message of a message "thread" (which is a very confusing and old-fashioned word) defines the topic id, yes. Categories are different. Please read Standard (consistent) Terminology?!plunk wrote: And the message-ID of the first message of a thread (or should I say category???), is what Kunena regards as topic-id.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
But it doesn't matter, in both versions you find topic id from the URL just before topic title.
Please Log in or Create an account to join the conversation.
I did not find an easy way. If your forum is big, this will provide you a lot of work.
This is what I did:
- I opened my database
- search: {mos_fb
- you get a list of all articles containing {mos_fb
- sort by Id (makes work easier)
- Open another window
- Open article manager
- sort by ID
- open each article that contains {mos_fb on by one
- alter {mos_fb_ into {kunena_
- don't close this article yet! The right number xx has yet to be found and inserted {kunena_discuss:xx}
- Open another window
- Open kunena on your website
- search for the right topic and open it
- get the right id from your url: index.php?option=com_kunena&view=topic&catid=40&id=212&Itemid=247
- insert this id in your article: {kunena_discuss:xx}
- hit save or apply
- you are ready, but I would recommend you to check your article by clicking preview (not joomla core preview but by " better preview ")
Good luck!
Please Log in or Create an account to join the conversation.