Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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 Share one forum between two domains?

More
15 years 8 months ago #51695 by DOM

fxstein wrote: I'd say it might be partially possible. There is still file based logic, that happens outside the DB that can create issues if tow different domains use a single db. For example and file uploads will create filenames unique to their httpdocs directory tree. If you have two seperate trees, this could potentially creat issues. For example in the backend, where various file and imgae browsers cannot find part of the images or files.


Hey,

I know. For this, I created Symlinks for the file- and imagefolder. That works.

But I have still a little Problem: The configuration is not savable (omg is that right? ^^). Categories, and also the threads are all there in the Frontend. The Backend says: "Configuration saved", but all is default. Why he don't gets the settings from the first Kunena?

Best regards
DOM

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

More
15 years 8 months ago #51698 by Matias
Check again lib/kunena.config.class.php.. There are a few places with SQL calls AND Joomla DB functions. Maybe you missed some of those?

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

More
15 years 8 months ago - 15 years 8 months ago #51723 by rizmedh
--edit--
Last edit: 15 years 8 months ago by rizmedh.

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

More
15 years 8 months ago - 15 years 8 months ago #51775 by DOM
I don't think so. I checked this file again. The only thing I found is this:
Code:
$kunena_db = &JFactory::getDBO(); $kunena_db->setQuery( "SHOW TABLES LIKE '" .$kunena_db->getPrefix(). "fb_%'"); $tables = $kunena_db->loadResultArray(); $prelen = strlen($kunena_db->getPrefix()); foreach ($tables as $table) $this->tables['jos_'.substr($table,$prelen)] = 1; check_dberror('Unable to check for existing tables.');

But if I change something, the Forum is down.
Last edit: 15 years 8 months ago by DOM.

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

More
15 years 8 months ago - 15 years 8 months ago #51884 by DOM
Here is my kunena.config.class.php

Maybe someone can take a look on it. Pleeeaaaasee.

File Attachment:

File Name: kunena.con....php.zip
File Size:4.2 KB


So, just the Backendconfig is missing and not savable. There is no Error or something else. If I try to save the config, the original Kunena is set to default, too.

I hope you understand... My last english lesson is about 12 years ago...
Last edit: 15 years 8 months ago by DOM.

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

More
15 years 8 months ago - 15 years 8 months ago #51885 by sozzled
DOM: Please understand that this topic was started in the General Talk about Kunena category. The General Talk about Kunena category is an area where users can suggest their ideas about this website and also have general discussions about the Kunena product.

I don't believe the person who created this topic expected that it would become as technically-involved as it has now become. I say, with tremendous respect for your interest in this subject, that the original discussion seems to have been gone off-topic because we are now discussing the specifics of how to hack Kunena to achieve something that it wasn't designed for. I'm sorry, but this is not the appropriate place to ask for someone to "look" at your code and fix it for you.

If you want to discuss how to hack Kunena, please use the Hacks, tips and tricks category.

The original question, "can you share Kunena between two domains" has been answered. It is not recommended that users should try to do this and there is no endorsed solution to allow users to achieve this at the present time.

EDIT: After discussion with the moderation team, this topic has been moved to the the Hacks, tips and tricks category.
Last edit: 15 years 8 months ago by sozzled.

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

Time to create page: 0.362 seconds