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 Column shift in threaded view

  • webrus
  • webrus's Avatar Topic Author
  • New Member
  • New Member
More
17 years 2 months ago - 17 years 2 months ago #543 by webrus
Column shift in threaded view was created by webrus
When I choose threaded view a shift in columns accours: the lines under subject are left blank, subjects are listed in column named Author, Author is listed below Date and Date is listed below an unnamed column (see attached file). Is this a problem of my installation or do you experience the same problem?
Last edit: 17 years 2 months ago by webrus. Reason: had confused threaded an flat view

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

  • webrus
  • webrus's Avatar Topic Author
  • New Member
  • New Member
More
17 years 2 months ago #877 by webrus
Replied by webrus on topic Re:Column shift in threaded view
If no one has an idea how to fix this, can someone tell me, how I can supress/hide users options to change view at all - like it is organized in this board?

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

More
17 years 2 months ago #880 by whouse
I don't have access to look right now but if memory serves me correctly, you can specify whether you want flat or threaded as the default in the admin cpanel for Kunena.

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

  • webrus
  • webrus's Avatar Topic Author
  • New Member
  • New Member
More
17 years 2 months ago #887 by webrus
Replied by webrus on topic Re:Column shift in threaded view
whouse wrote:

I don't have access to look right now but if memory serves me correctly, you can specify whether you want flat or threaded as the default in the admin cpanel for Kunena.


That's correct. But unfortunately this won't prevent users to change the views themselves.

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

More
17 years 2 months ago - 17 years 2 months ago #904 by Matias
Threaded view has been disabled in our latest builds, because it was broken and always has been.

In the mean time you can do this (you have default_ex as your theme?):

components/com_kunena/template/default/plugin/myprofile/myprofile_set.php:

Comment out line 38:
Code:
<!-- <strong><?php echo _USER_PREFERED; ?>*</strong>: -->

Comment out lines 41-48:
Code:
<!-- <?php ?> -->

components/com_kunena/template/default_ex/fb_layout.php:

Comment out lines 206-216:
Code:
/* if ($view == "flat") { .... } */

Comment out lines 221-232:
Code:
/* if ($view == "flat") { .... } */

and then run SQL query (replace jos_ if you have different prefix in Joomla):
Code:
UPDATE `jos_fb_users` SET `view` = 'flat';


Huh! That should do it.
Last edit: 17 years 2 months ago by Matias.

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

  • webrus
  • webrus's Avatar Topic Author
  • New Member
  • New Member
More
17 years 2 months ago #927 by webrus
Replied by webrus on topic Re:Column shift in threaded view
Matias wrote:

Threaded view has been disabled in our latest builds, because it was broken and always has been.

In the mean time you can do this (you have default_ex as your theme?):


Yes, I do.

components/com_kunena/template/default/plugin/myprofile/myprofile_set.php:

Comment out lines 36-51:

Code:
/* <tr> .... </tr> */


This one does not seem to work. Seems like I am not successfull in commenting out. I proceeded like you suggested. But this only produce a line showing /* */ before the view selection section.

components/com_kunena/template/default_ex/fb_layout.php:

Comment out lines 206-216:

Code:
/* if ($view == "flat") { .... } */

Comment out lines 221-232:
Code:
/* if ($view == "flat") { .... } */

and then run SQL query (replace jos_ if you have different prefix in Joomla):
Code:
UPDATE `jos_fb_users` SET `view` = 'flat';


Those edits and the query seemed to have worked fine.

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

Time to create page: 0.245 seconds