Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 Kunena BBCode parse no [img size=
That may not work.Niels85 wrote: And copy the tables into the new cms.
J! 1.0 user tables are different to J! 1.5 user tables and J! 1.5 user tables are different to J! 2.5 user tables. You need to "convert" J! 1.5 user tables to J! 2.5 user tables. Use jUpgrade to do the J! 1.5 -> J 2.5 migration and then copy the J! 2.5 user tables over. We discussed this in [Merged topic] How to move my Kunena forum from one site to another (among many other places on this forum).
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
sozzled wrote: Use jUpgrade to do the J! 1.5 -> J 2.5 migration and then copy the J! 2.5 user tables over.
i update the forum not merge two forum to one.
i upload the forum on my server
the message #6014 is an message from fireboard the and the message #6080 i from today in the updated forum.
Please Log in or Create an account to join the conversation.
I have discussed this situation many times before. For example, you may like to read I want to migrate my forum to Kunena ...
It is beyond the scope of a self-help forum to go into all the specific details involved and the task is not a trivial one. Indeed, it can take anywhere from two hours to several days to complete this task.
When we recently migrated this website from J! 1.5 to J! 2.5, the task involved several weeks of intense planning and decision-making, testing and verification of the process before we actually performed the task. The task was not without problems and we had to abandon one attempt before we found a workaround. When we actually did the work, this site was offline for 4 hours while 3 or 4 of us were actively engaged, behind the scenes, working through it. This task is still not 100% completed (even now) but we've made a lot of changes since we began this "migrate-from-J! 1.5-to-J! 2.5" project nearly 2 years ago.
The only things I can do for you, in the context of a community-driven, self-help forum, is to point you to where we've had similar discussions that may help answer a few questions. On the other hand, if you would like some professional, one-on-one, support and you are happy to pay for an expert to assist you, I can put you in touch with people I know who can probably do this job for you. Would that help?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
I work with phpstrom/xdebug/profiler and i search for a solution.
When i have found a solution i will tell it here.
Crazy, it doesn't work when the message has a attachment. if i change the mesid in #_kunena_attachments the picture is displayed. Sorry for my poor english
or when i change the line in bbcode.php
Please Log in or Create an account to join the conversation.
Kunena check the message in
administrator/components/com_kunena/libraries/bbcode/bbcode.php line 1478
But the object $attachment->imagelink doesn't exist. the name ist $attachment->_imagelink .
To see the $attachment array, you can print it out.
So you can comment out the unset and the return = Attachment and Image displayed
or you cann comment out the return = The image displayed normal with/without the lightbox and the attachment is unset
or you can change the $attachment->imagelink into $attachment->_imagelink = the image displayed but with a link direct to the image.
Please Log in or Create an account to join the conversation.
A quick question: did you remember to copy the attached images from the old site and put them into the new site? Did you also put the attachments into the correct folders> Each user has their own folder for attachments.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.