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

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) 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, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question Hide Images and Attachments for guests..

More
16 years 10 months ago #20248 by skkuumar
hi roland

will this hack work for Kunena 1.5.3?

regards

skkuumar

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

More
16 years 10 months ago #20316 by 810
yes, it's still workig for kunena 1.5.3.
just copy the lines and its working perfect

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

More
16 years 10 months ago #20851 by alakentu
810 wrote:

yes, it's still workig for kunena 1.5.3.
just copy the lines and its working perfect


Does not work in 1.5.3, at least not to me, will not let me see the attachment, tested on localhost. :(

KS!
NO hacer Spam | NO esbribas todo en mayúsculas | Sigue las reglas

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

More
16 years 10 months ago #20877 by 810
try this package:
download

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

More
16 years 10 months ago - 16 years 10 months ago #20925 by alakentu
810 wrote:

try this package:
download


Thank you for the trouble you've taken, but still does not work for me, that does not recognize this or not the user logged on, never shows the image file or aggregate, are not taken from configuration data that have been established.

Thanks anyway, wait to see if we can resolve in other versions of the hack.

Thank you all.

Edit Date 26/06/2009

Testing the different configurations of the code I have with what would be a total correction for the complete operation within Kunene 1.5.3 (at least in association mic works) all the code in the files:

administrator/components/com_kunena/admin.kunena.html.php
administrator/components/com_kunena/admin.kunena.php
components/com_kunena/lib/kunena.config.class.php

Remain the same and without any changes, edit the file with a new code

components/com_kunena/lib/kunena.parser.php

Around the line #338 located code case 'img':
Code:
case 'img': if($between) { // rolandshack start if ($my->id==0 && $GLOBALS["fbConfig"]->showimgforguest==0) {
The change in this code:
Code:
case 'img': if($between) { // rolandshack start if ($kunena_my->id==0 && $fbConfig->showimgforguest==0) {
Around the line #380 located code case 'file':
Code:
case 'file': if($between) { // rolandshack start if ($my->id==0 && $GLOBALS["fbConfig"]->showfileforguest==0) {
The change in this code:
Code:
case 'file': if($between) { // rolandshack start if ($kunena_my->id==0 && $fbConfig->showfileforguest==0) {
Using the original codification of the new kunena 1.5.3 work on my localhost site and well, I hope to serve you.

EDIT: REMOVED ATTACHMENT, LOOK BELOW MESSAGE...!

Until another time and greetings to all! ;)

KS!
NO hacer Spam | NO esbribas todo en mayúsculas | Sigue las reglas
Last edit: 16 years 10 months ago by alakentu.

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

More
16 years 10 months ago #20982 by domenicocg
Encountered two problems in a file at line 840

$ fbConfig-> showvideotag);

Round off the brackets because it created problems in the administrative side.

Other kunena.category.class.php file at line 47 when I was logged in I went home page.

$ cat = $ kunena_db-> loadObject ();

Removing parentheses.

I wanted to ask for confirmation of whether it was correct or not.

hello by Domenico

P.s.: I apologize for my not perfect English.

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

Time to create page: 0.258 seconds