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

This category contains miscellaneous, uncategorised third-party extensions (e.g. JomSocial, Community Builder, etc.) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, the ideas in these topics may not work with later versions and, for that reason, the topics are locked.

Question [SOLVED] Sh404SEF error after upgrading from 1.0.9 to 1.5.3

More
16 years 9 months ago #20458 by freeme
Great thank you, I will try it this evening! :)

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

More
16 years 9 months ago #20636 by freeme
Just installed it - everything went fine, no problems at all! Thank you :)

The only point is that all links have an additional section /downloads/ included. Dont know why and how to get rid of it...

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

More
16 years 9 months ago - 16 years 9 months ago #20907 by freeme
Because of this stupid "/download/" bug, I reinstalled SH404SEF completely. Furthemore, I just renamed com_firboard.php to com_kunena.php, as described in www.kunena.com/forum/13-sh404sef/20339-s...pic-bug-solved#20593

Now everything works really as it should be - no problems anymore with SH404SEF on Kunena 1.5.3.!
Last edit: 16 years 9 months ago by freeme.

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

More
16 years 8 months ago #21903 by dirtydoug
:) wow this is exciting and i have tried it but then i had this problem

heaps of this code appears on the front page.

Warning: in_array() [function.in-array]: Wrong datatype for second argument in administrator/components/com_sh404sef/sh404sef.class.php on line 3072

Warning: in_array() [function.in-array]: Wrong datatype for second argument in administrator/components/com_sh404sef/sh404sef.class.php on line 3075


my system includes
sh404sef beta
joomla 1.5.11
kunena 1.5.3

i dunno what seems to be wrong.

thanks

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

More
16 years 8 months ago - 16 years 8 months ago #21904 by dirtydoug
oh what i did was upload the sh404sef.class.php file directly. :) so i removed it and get the original sh404sef.class.php from kunena and did what the readme.txt told me to do.

####
OPEN (not with WordPad)
####

administrator/components/com_sh404sef/sh404sef.class.php



####
FIND
####

var $shRemoInsertCategoryId = false;



###########
PASTE AFTER
###########


/* Kunena */
var $shInsertKnnName = true;
var $shKnnInsertItemId = false;
/* integer, if 0, no categories will be inserted in URL for a product
if 1, only 'last' category will be inserted in URL
if 2, all nested categories will be inserted in URL */
var $shKnnInsertCategories = 2;
/* boolean, if true, category id will be prepended to category name */
var $shKnnInsertCategoryId = false;
var $shKnnInsertProfileId = false;


and voila ... still not working and worst of all i can not acess sh404sef backend :) haha anyone can help me?

this is the error

Parse error: syntax error, unexpected $end in administrator/components/com_sh404sef/sh404sef.class.php on line 1
Last edit: 16 years 8 months ago by dirtydoug.

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

Time to create page: 0.276 seconds