mk1200
Newbie
Karma: 0
Offline
Posts: 8
|
 |
« on: November 18, 2011, 01:01:43 » |
|
Joomla 1.5.25 Jcomments 2.2.0.2
I apologize if I should have put this into the Modules forum, but figured it was more of a Fabrik integration issue.
Bad URL from Latest Comments module, which works if you're on the same page as the original comment: index.php?option=com_fabrik&view=table&tableid=4&calculations=0&resetfilters=0&Itemid=2#comment-3
Good URL from comment-anchor counter in comments: index.php?option=com_fabrik&c=form&view=form&Itemid=2&fabrik=4&tableid=4&rowid=49#comment-3
It's controlled by lines 430 - 434 of mod_jcomments.php and I think line 383 where the $link variable is.
Is there a way to force the module to write the URL like the 2nd example?
|