Loading...
 
Skip to main content

Forum & comment threading: make optional and plain (not threaded) by default

Status
Closed
Subject
Forum & comment threading: make optional and plain (not threaded) by default
Version
1.9.x
2.x
Category
  • Feature request
Feature
Comment
Forum
Resolution status
Fixed or Solved
Submitted by
Marc Laporte
Volunteered to solve
nyloth
Lastmod by
nyloth
Rating
(0)
Description

Tiki 1.9.x forums have improved nicely over the last few months. One more thing to make them cleaner is to make the default threading to plain.

Let's face it, it looks cleaner 😊

Image
Copy to clipboard
=================================================================== RCS file: /cvsroot/tikiwiki/tiki/comments.php,v retrieving revision 1.31.2.50 diff -c -r1.31.2.50 comments.php *** comments.php 11 May 2007 23:15:50 -0000 1.31.2.50 --- comments.php 31 May 2007 04:01:10 -0000 *************** *** 386,392 **** if (!isset($_REQUEST["comments_style"])) { // TODO: Make this an option. ! $_REQUEST["comments_style"] = 'commentStyle_threaded'; } else { $smarty->assign('comments_style_param', '&comments_style='.$_REQUEST['comments_style']); $comments_show = 'y'; --- 386,392 ---- if (!isset($_REQUEST["comments_style"])) { // TODO: Make this an option. ! $_REQUEST["comments_style"] = 'commentStyle_plain'; } else { $smarty->assign('comments_style_param', '&comments_style='.$_REQUEST['comments_style']); $comments_show = 'y';
Solution
Fixed for 1.10 by nyloth.
Importance
3
Priority
15
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
1106
Created
Thursday 31 May, 2007 04:40:15 UTC
by Unknown
LastModif
Monday 25 October, 2021 08:56:11 UTC


Show PHP error messages