|
|
<p>I've the same problem with Rokdownloads in combination with Joomla Tags.<br />The installed system is Joomla! 1.5.14, RokDownloads 1.0b7 and Joomla Tags 1.3.0.</p>
<p>I noticed that Joomla Tags adds Tags (that don't belong to the content / downloads) automaticaly everywhere, where RokDownloads adds their folder- and file descriptions.</p>
<p> </p>
<p>A quick (and dirty) workaround would be to remove the description output.</p>
<ol>
<li>Open components/com_rokdownloads/views/folder/tmpl/default.php and delete (or disable) the following lines: <ol>
<li>line 55:<br /><q><!--p echo $thi-->folder->text; ?></q></li>
<li>line 87:<br /><q>
<p><!--p echo $subfolde-->text; ?></p>
</q></li>
<li>line 160:<br /><q>
<p><!--p echo $fil-->text; ?></p>
</q></li>
</ol></li>
<li>Open components/com_rokdownloads/views/file/tmpl/default.php and delete (or disable) the following line: <ol>
<li>line 89:<br /><q>
<p><!--p echo $thi-->file->text; ?></p>
</q></li>
</ol></li>
</ol>
<p> </p>
<p>Of course a correct fix (within Joomla Tags would be better). Maybe the JoomlaTags-Team can give it a try? I would be happy.</p>
<p>Best Regards, Merry Christmas and a happy new year<br />Grinsekatze</p>
<p><br />PS: Sorry but your Forum screwed up the quotations. But if you search within the files for</p>
<blockquote>->text;</blockquote>
<p>you'll find the 4 lines of code.</p> |
IP Logged
|
|
Last Edited On: 2009-12-25 15:21:16 By Grinsekatze for the Reason |