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

More
17 years 3 months ago #963 by rhys_daniels
Ok cheers Jd, i understand

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

More
17 years 3 months ago #967 by grumblemarc
I guess I misunderstood this time. I rarely have used that option. I'll try to remember that.

We love stars on the Joomla Extension Directory . :-)

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

More
17 years 3 months ago #972 by Philip Roy
On a related side note...could the load and removal of sample data links be tucked away somewhere a bit less prominent? Or perhaps have multiple warnings? I've had a couple of instances where I've been half asleep and almost hit those buttons and ignored alerts.

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.

More
17 years 3 months ago #3300 by rhys_daniels
rhys_daniels wrote:

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.

More
17 years 3 months ago #3346 by Matias
DO NOT DO THAT!

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.

Time to create page: 0.231 seconds