Joomla tags

a real free joomla tag system

  • Increase font size
  • Default font size
  • Decrease font size
 Joomla Tags Support Forum :: Feature Request
Welcome Guest   
 Subject :Problems with the representation with the component RokDownload.. 2009-08-18 06:27:14 
velopunk
Intern
Joined: 2009-07-28 17:40:57
Posts: 6
Location
<p>Unfortunately bites are tags with the component RokDownload.</p>
<p>If I use RokDownload descriptions in the front end display for folders or details appear in part because the tags do not actually belong ;-( It is in all browsers.</p>
<p>Please look at the picture in the Attechmet.</p>
<p>The pages are no tags assigned. I have no explanation. Can't say who's bad!</p>
<p>Using Joomla! 1.5.14:  Joomla Tags v1.2.6 and RokDownloads Component 1.04b <br />http://www.rockettheme.com/extensions-downloads/free/1008-rokdownloads</p>

Attachments
 tags_rokdownload.jpg [21 KB] :: tags and Rokdownloads
IP Logged
 Subject :Re:Problems with the representation with the component RokDownload.. 2009-12-25 15:21:16 
Grinsekatze
Intern
Joined: 2009-12-25 21:48:47
Posts: 5
Location
<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
 Subject :Re:Problems with the representation with the component RokDownload.. 2009-12-25 16:01:07 
Grinsekatze
Intern
Joined: 2009-12-25 21:48:47
Posts: 5
Location
<p>Bahh what a fuckin forum... ccBoard... Eighter it destroys my quotes or it deletes the whole post while i want to upload a file.</p>
<p>Ok once again, here's the solution:<br />Open the file plugins/content/tags.php and insert on line 25:</p>
<ul>
<li><q><br />//disables tags output within RokDownloads<br />$option = JRequest::getVar('option');<br />if($option == 'com_rokdownloads'){<br />return true;<br />}</q> </li>
</ul>
<p>Or just unzip my attached file and overide the file tags.php.<br /><br />With this small modification the tags plugin checks whenever it want's to output the tags on the frontpage if you are within the RokDownloadsextension. If you are there the plugin disables the tags output.<br /><br />Maybe one of the Joomla Tags Dev-Team can check my modification and add it to the next release version.</p>
<p> </p>
<p>Merry Chritmas<br />Grinsekatze</p>

Attachments
 tags.zip [3 KB]
IP Logged
Last Edited On: 2009-12-25 16:01:07 By Grinsekatze for the Reason
 Subject :Re:Problems with the representation with the component RokDownload.. 2009-12-28 20:51:36 
joomlatags
Master
Joined: 2009-02-15 12:36:41
Posts: 581
Location
<p><strong>Grinsekatze</strong>:</p>
<p>Thanks for your solutions, we will try to add the bug fix in the next release.</p>
<p>Or can we only enable the tags output for option='com_content'?</p>
IP Logged
Last Edited On: 2009-12-28 20:51:36 By joomlatags for the Reason
 Subject :Re:Re:Problems with the representation with the component RokDownload.. 2011-02-14 18:25:31 
Grinsekatze
Intern
Joined: 2009-12-25 21:48:47
Posts: 5
Location
<p>It would be nice if we get working tags for rokdownloads too - at least for the files.<br /> <br /> To enable it you simply can add</p>
<pre>if(($option == 'rokdownloads') && ($view == 'file')){<br /> return true;<br />}</pre>
<p><br /> <br /> But I think it's a bit difficult to fix it: Inside the tags database is the itemid stored. Rokdownloads uses this like all components but it adds an own ID too to determine the current selected file / folder.<br /> <br /> So if you add a second field in your database (jos_tag_term_content), let's call it "eid" you can solve it. Just check the parameter "id" against the new "eid" field.<br /> <br /> This way you can also add tags for videos, photos and events from Jomsocial.<br /> <br /> <br /> If you want to include Jomsocial too you need to add the following inside tags.php:</p>
<pre> if($option == 'community'){<br /> return true;<br />}</pre>
<p><br /> Do a check "eid" against "photoid" to get the correct tags for the photos.<br /> Use "videoid" to get the tags for the videos.<br /> And use "eventid" to get the correct tags for the events.</p>
<p> </p>
IP Logged
 Subject :Re:Problems with the representation with the component RokDownload.. 2011-03-01 18:16:27 
formacion
Apprentice
Joined: 2011-03-02 01:12:59
Posts: 1
Location
<p>Hello, thanks for joomlatags, is great.</p>
<p> </p>
<p>Can you explain better how to do the integration with jomsocial?</p>
<p>Thanks again</p>
IP Logged
Page # 


Powered by ccBoard


Newsletter

Please subscribe to our newsletter to stay up-to-date with the latest news and release notifications delivered to your inbox.
Tags for Joomla



Joomla Plugin:ReadMoreExt