By David Montoya on Saturday, 15 April 2017
Posted in Technical Issues
Replies 6
Likes 0
Views 505
Votes 0
Ordered Lists aren't generating the correct HTML. Here's the input:

And the output:


I'm curious... Does it work here?

  1. item 1
  2. item 2
  3. item 3


*laughs* Apparently not!

Joomla!: 3.6.5
Template: Echo 1.0.1
EasyDiscuss: 4.0.14
Theme: Timeless 4.0
Perhaps you can try this fix and see how it goes?
https://stackideas.com/forums/bbcode-nested-lists#reply-328789
·
Saturday, 15 April 2017 12:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Here's the code in question. I see UL variables defined but not OL.I found a possible syntax error with an extra comma, but that didn't resolve it.
administrator\components\com_easydiscuss\includes\parser\parser.php


Beginning on line 735

$bbcodeULReplace = array(
'<ol start="\1">\2</ol>',
'<ul>\1</ul>'
);
·
Saturday, 15 April 2017 03:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post