- Posts: 33
- 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
Question Fireboard 1.0.5RC2 - Remove Sample Data Error
- rhys_daniels
-
Topic Author
- Offline
- Junior Member
-
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
- Posts: 1107
- Thank you received: 3
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
- Philip Roy
-
- Offline
- Senior Member
-
I know...my bad...but the links are quite prominent. I wonder if it could be part of the install process instead?
Just a thought.
Phil
Please Log in or Create an account to join the conversation.
- rhys_daniels
-
Topic Author
- Offline
- Junior Member
-
- Posts: 33
- Thank you received: 0
Currently having a problem removing the sample data from the FireBoard forum. It does remove some of the data but also returns a error message(s),
Ive attached a screenshot of the problems. Take a look.
Know the fix?
+ Open admin.fireboard.php file in administrator\components\com_kunena folder, at about line 1394, find following code section:
// Remove Sample Messages Text
$database->setQuery("DELETE FROM #__fb_messages_text WHERE id = 1");
and change to:
// Remove Sample Messages Text
$database->setQuery("DELETE FROM #__fb_messages_text WHERE mesid = 1");
Please Log in or Create an account to join the conversation.
Removing sample data may corrupt your forum. Fre broken feature has been removed from Kunena 1.0.8
Please Log in or Create an account to join the conversation.