|
Joomla Tags Support Forum :: Feature Request |
|
|
|
|
|
Subject :Tags automatically becomes Meta Tag Keywords..
2009-08-08 04:49:59
|
|
|
| ducklet |
|
| Intern |
 |
Joined: 2009-07-30 11:34:09
Posts: 7
Location: |
|
|
|
|
|
<p>Hello,</p>
<p> </p>
<p>I suggest that in the next version, that an option is given to the admin, by which he/she can make the tags automatically copy themselves to meta tags (keywords). That will be a time saver, and will help search engines index the article better.</p>
<p> </p>
<p>If the admin thinks that tags and "meta tags" should be seperate, then he/she can keep this option deactivated.</p>
<p> </p>
<p> </p>
<p>Thanks and keep up the good work </p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re:Tags automatically becomes Meta Tag Keywords..
2009-08-31 01:55:28
|
|
|
| tcriess |
|
| Apprentice |
 |
Joined: 2009-08-31 07:46:51
Posts: 1
Location: |
|
|
|
|
|
|
|
|
|
Subject :Re:Tags automatically becomes Meta Tag Keywords..
2009-10-19 01:37:54
|
|
|
| ewel |
|
| Apprentice |
 |
Joined: 2009-10-19 07:29:45
Posts: 2
Location: |
|
|
|
|
|
|
<p>The zip seems corrupted, I can download it but cannot open it. Could you post the attachment again? Or do you have a link to where you perhaps posted it on your own website? Or if possible please email it to mail at joomla loft (as one word) dot com ? Thanks in advance!</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re:Tags automatically becomes Meta Tag Keywords..
2009-10-21 13:09:27
|
|
|
| billengle |
|
| Apprentice |
 |
Joined: 2009-10-21 17:25:49
Posts: 1
Location: |
|
|
|
|
|
<p>My request is the opposite. Meta Keywords become Tags. This way you don't even need the editor button. I am sure some of my users would miss it anyway. This way I can make Metakey field mandatory in my template override for com_content and I don't miss out the tags.</p>
<p>This is the little hack I did to com_content controller.php line 152 (save method) and it did the trick. I am sure there is some downside here but it works for now.</p>
<p><code> $id = $post; $tags = $post['metakey']; $combined = array(); $combined[$id]=$tags; require_once(JPATH_ADMINISTRATOR.DS.'components'.DS.'com_tag'.DS.'models'.DS.'tag.php'); $tmodel = new TagModelTag(); $tmodel->batchUpdate($combined);
<p> </p> |
IP Logged
|
|
Last Edited On: 2009-10-21 13:09:27 By billengle for the Reason |
|
|
|
|
|
|
Subject :Re:Tags automatically becomes Meta Tag Keywords..
2009-12-02 20:16:19
|
|
|
| joomlatags |
|
| Master |
 |
Joined: 2009-02-15 12:36:41
Posts: 581
Location: |
|
|
|
|
|
<p>I will add a plugin to finish the work(May be it would be better to automatically to change meta tags keywords to tags?)</p>
<p> </p>
<p>However, it will only applies to newly added articles.</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re:Tags automatically becomes Meta Tag Keywords..
2009-12-12 18:02:15
|
|
|
| scotia |
|
| Intern |
 |
Joined: 2009-07-02 16:48:58
Posts: 9
Location: Sydney, Nova Scotia, Canada |
|
|
|
|
|
<p>Is there an option/way to "filter" certain keywords from becoming tags? also, has there been a way to implement the "-" instead of a space, for multiple word keywords/tags at this point?</p>
<p>For example - the keyword phrase "search engine" will it become the tag: search-engine automatically?</p>
<p>I ask about the filter because I like to use a certain keyword for my site in all articles (maybe this is a bad thing?) and thus do not want it to appear in the Tags for every article as well.</p>
<p>Thanks for the great component!</p>
<p> </p>
<p>Scotia</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re:Tags automatically becomes Meta Tag Keywords..
2009-12-17 12:58:03
|
|
|
| wardjame |
|
| Intern |
 |
Joined: 2009-11-23 18:09:05
Posts: 5
Location: |
|
|
|
|
|
|
<p>Another vote for the tags to meta option. I would like it very much if there was an option to do this on newly created articles but also a backend tool to do this to existing articles possibly with some filtering as suggested earlier.</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re:Tags automatically becomes Meta Tag Keywords..
2010-03-17 05:08:53
|
|
|
| ssnobben |
|
| Intern |
 |
Joined: 2009-08-26 18:47:41
Posts: 9
Location: |
|
|
|
|
|
<p>Would it be possible also to import tags/keywords from tag solution from Mosets Tree 2.1.3 version? As it now have a tagging solution it would be nice if Joomla tags could pick up those keywords and make it possible to see these keywords with the Joomla tags module.</p>
<p> </p>
<p>Is that possible?</p>
<p> </p>
<p>rgds</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re:Re:Tags automatically becomes Meta Tag Keywords..
2010-03-22 05:28:44
|
|
|
| zorroh |
|
| Apprentice |
 |
Joined: 2009-12-11 00:33:29
Posts: 4
Location: |
|
|
|
|
|
<p>this is the right way. users forget this thing to put keywords etc</p>
<p>when keywords and tags comes automatically, then its really good!</p>
<hr />
<div class="bbcode_quote"><br />
<div class="bbcode_quote_head">[joomlatags 2009-12-02 20:16:19]:</div>
<br />
<div class="bbcode_quote_body">
<p>I will add a plugin to finish the work(May be it would be better to automatically to change meta tags keywords to tags?)</p>
<p> </p>
<p>However, it will only applies to newly added articles.</p>
</div>
</div> |
IP Logged
|
|
|
|
|
|
|
Subject :Re:Tags automatically becomes Meta Tag Keywords..
2010-07-06 11:04:51
|
|
|
| SlayerMoon |
|
| Apprentice |
 |
Joined: 2010-07-06 17:01:38
Posts: 1
Location: |
|
|
|
|
|
|
<p>Can't find the file specified by <strong>billengle </strong>for doing a code replacement. Anybody have already patched file for automated tags>meta posting for JOomla Tags v1.3.3 ? Please post it here, it really need it and want it.</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re:Tags automatically becomes Meta Tag Keywords..
2010-09-06 16:10:34
|
|
|
| benway |
|
| Apprentice |
 |
Joined: 2010-08-16 15:17:32
Posts: 4
Location: |
|
|
|
|
|
|
<p>Hello! I was wondering what happened with this in the end.. Is there a reliable way of linking Tags and keywords? I use related article modules that run off the keywords, and it would be perfect if there was a way of matching the two up without having to add everything twice.</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re:Tags automatically becomes Meta Tag Keywords..
2011-10-31 01:58:35
|
|
|
| mplsdancehall |
|
| Intern |
 |
Joined: 2010-08-30 12:47:05
Posts: 7
Location: |
|
|
|
|
|
<p>Is there an update to this thread -- is there a way to make my Tags as meta tags (for existing articles)? <br /><br />Please post here AND/OR send to me at mplsdancehall[at]yahoo[dot]com</p>
<p>Thank you!!!!</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re:Tags automatically becomes Meta Tag Keywords..
2011-10-31 07:03:56
|
|
|
| mplsdancehall |
|
| Intern |
 |
Joined: 2010-08-30 12:47:05
Posts: 7
Location: |
|
|
|
|
|
<p>Thank you to Thorsten (<strong>tcriess</strong>) for this 'fix'!</p>
<p>Now, I/we can now use 1.6/1.7-compatible tag cloud components that rely on meta key words!</p>
<p><strong><span style="text-decoration: underline;">Here are the SQL statements (the bold bullet points):</span></strong></p>
<p>First create a temp table:</p>
<ul>
<li><strong>CREATE TABLE tmpcontent (cid INTEGER(11) UNSIGNED NOT NULL, metakey TEXT NOT NULL);</strong></li>
</ul>
<p>Fill it with the metadata:</p>
<ul>
<li><strong>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;</strong></li>
</ul>
<p>Have a look at the temp table to see if everything looks good:</p>
<ul>
<li><strong>SELECT * FROM tmpcontent;</strong></li>
</ul>
<p>[IF NECESSARY] Replace ampersands and/or any other unwanted characters:</p>
<ul>
<li><strong>UPDATE tmpcontent SET metakey=REPLACE(metakey, '&', '& a m p ;');</strong></li>
</ul>
<p>Copy the metadata to the content:</p>
<ul>
<li><strong>UPDATE jos_content AS c, tmpcontent AS t SET c.metakey=t.metakey WHERE c.id=t.cid;</strong></li>
</ul>
<div>and... VOILA!</div>
<p><span style="color: #454545; font-family: verdana, helvetica, sans-serif; font-size: 13px; line-height: normal;">Check out Scientific Wave Solutions (Thorsten's site) </span><a id="yui_3_2_0_1_13200351898601032" style="color: #234786; text-decoration: underline; outline-width: 0px; outline-style: initial; outline-color: initial; font-family: verdana, helvetica, sans-serif; font-size: 13px; line-height: normal;" href="http://www.scientific-wave.com/" target="_blank">http://www.scientific-wave.com</a><span style="color: #454545; font-family: verdana, helvetica, sans-serif; font-size: 13px; line-height: normal;"> and </span><a href="http://www.jtrackback.info/">http://www.jtrackback.info/</a> where there is a PayPal link to make him a donation </p>
<p> </p> |
IP Logged
|
|
Last Edited On: 2011-10-31 07:09:34 By mplsdancehall for the Reason |
|
|
|
|