Joomla tags

a real free joomla tag system

  • Increase font size
  • Default font size
  • Decrease font size
 Joomla Tags Support Forum :: General Question
Welcome Guest   
 Subject :JoomlaTags for Joomla 1.6.. 2011-06-11 03:35:57 
sherza
Apprentice
Joined: 2011-06-11 09:23:15
Posts: 2
Location
<p>Hello!</p>
<p>I'm a web-programmer and I made portation of JoomlaTags for Joomla 1.6 for my own website</p>
<p>Then I shared it in forum and I saw that many people need it</p>
<p>I would like to know whether you will portate it to Joomla 1.6 and when?</p>
<p>If you dont want to make JoomlaTags for joomla 1.6 so if you don't mind I will do a fork (as it permit GNU/GPL)</p>
<p>Thanks in advance, I'm waiting for your answer</p>
<p> </p>
<p>(sorry for my english)</p>
IP Logged
 Subject :Re:JoomlaTags for Joomla 1.6.. 2011-10-09 19:00:57 
mplsdancehall
Intern
Joined: 2010-08-30 12:47:05
Posts: 7
Location
<p>I am also looking for an updated component, for Joomla 1.7</p>
IP Logged
 Subject :Re:JoomlaTags for Joomla 1.6.. 2011-10-18 08:43:20 
orlandowebdesign
Apprentice
Joined: 2011-10-18 14:36:56
Posts: 2
Location
 
<p>Did you find the code and tags for joomla 1.6? I could really use it for a project that I am working on now. Please post it below.</p>
<table class="wikitable" border="">
<tbody>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>
IP Logged
Brian,
Website Design Company in Orlando
 Subject :Re:JoomlaTags for Joomla 1.6.. 2011-10-27 23:17:35 
mplsdancehall
Intern
Joined: 2010-08-30 12:47:05
Posts: 7
Location
<p>sherza - you have an extension that will work for J1.6? can you please share it? thank you :) <br /><br /><br /><br /></p>
<hr />
<div class="bbcode_quote"><br />
<div class="bbcode_quote_head">[sherza 2011-06-11 03:35:57]:</div>
<br />
<div class="bbcode_quote_body">
<p>Hello!</p>
<p>I'm a web-programmer and I made portation of JoomlaTags for Joomla 1.6 for my own website</p>
<p>Then I shared it in forum and I saw that many people need it</p>
<p>I would like to know whether you will portate it to Joomla 1.6 and when?</p>
<p>If you dont want to make JoomlaTags for joomla 1.6 so if you don't mind I will do a fork (as it permit GNU/GPL)</p>
<p>Thanks in advance, I'm waiting for your answer</p>
</div>
</div>
IP Logged
 Subject :Re:JoomlaTags for Joomla 1.6.. 2011-10-31 07:18:06 
mplsdancehall
Intern
Joined: 2010-08-30 12:47:05
Posts: 7
Location
<p>If you do not have your JoomlaTags as meta keywords, you can run these SQL queries to do that, then use a 1.6/1.7-compatible tag cloud component that runs on metakeys.</p>
<p>First create a temp table:</p>
<ul>
<li>CREATE TABLE tmpcontent (cid INTEGER(11) UNSIGNED NOT NULL, metakey TEXT NOT NULL);</li>
</ul>
<p>Fill it with the metadata:</p>
<ul>
<li>INSERT INTO tmpcontent SELECT c.id, GROUP_CONCAT(t.name SEPARATOR ',') FROM jos_content AS c LEFT JOIN jos_tag_term_content AS t2c ON t2c.cid=c.id LEFT JOIN jos_tag_term AS t ON t.id=t2c.tid GROUP BY c.id;</li>
</ul>
<p>Have a look at the temp table to ensure info is correct:</p>
<ul>
<li>SELECT * FROM tmpcontent;</li>
</ul>
<p>Copy the metadata to the content:</p>
<ul>
<li>UPDATE jos_content AS c, tmpcontent AS t SET c.metakey=t.metakey WHERE c.id=t.cid;</li>
</ul>
<div>Voila!</div>
<div>I recommend SP Upgrade to migrate to 1.6/1.7 (20euros was well worth avoiding the headache).</div>
<p>THANK YOU TO THORSTEN (tcriess) FOR THIS FIX!!! <span style="color: #454545; line-height: normal; font-family: verdana, helvetica, sans-serif; font-size: 13px;">Check out Scientific Wave Solutions (Thorsten's site) </span><a id="yiv489367480yui_3_2_0_1_13200351898601032" style="text-decoration: underline; color: #234786; outline-width: 0px; outline-style: initial; outline-color: initial; line-height: normal; font-family: verdana, helvetica, sans-serif; font-size: 13px;" rel="nofollow" href="http://www.scientific-wave.com/" target="_blank"><span id="lw_1320066606_2" class="yshortcuts">http://www.scientific-wave.com</span></a><span style="color: #454545; line-height: normal; font-family: verdana, helvetica, sans-serif; font-size: 13px;"> and</span><a style="text-decoration: underline; color: #234786; outline-width: 0px; outline-style: initial; outline-color: initial; font-family: Arial, Helvetica, sans-serif; line-height: normal;" rel="nofollow" href="http://www.jtrackback.info/" target="_blank"><span id="lw_1320066606_3" class="yshortcuts">http://www.jtrackback.info/</span></a><span style="color: #454545; font-family: Arial, Helvetica, sans-serif; line-height: normal;"> where there is a PayPal link to make him a donation :)</span></p>
IP Logged
Last Edited On: 2011-10-31 07:20:26 By mplsdancehall for the Reason
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