Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2005-01-16 05:31:08
- Andrew
- Plugin Author
- Registered: 2004-02-23
- Posts: 730
Plugin: ajw_technorati_tags
This plugin has moved: ajw_technorati_tags is now part of ajw_technorati
Last edited by Andrew (2006-01-30 20:33:24)
Offline
#2 2005-01-16 06:06:40
- Andrew
- Plugin Author
- Registered: 2004-02-23
- Posts: 730
Re: Plugin: ajw_technorati_tags
Quick update to check for a non-empty default value that is always returned by the keywords field, even if no keywords exist.
Offline
Re: Plugin: ajw_technorati_tags
It keeps making errors for non-Keywords entries.
Warning: Invalid argument supplied for foreach() in /home/sites/site82/web/textpattern/publish.php(767) : eval()’d code on line 437
Warning: join(): Bad arguments. in /home/sites/site82/web/textpattern/publish.php(767) : eval()’d code on line 445
Entries with keywords are working well.
Last edited by Kossatsch (2005-01-16 15:28:33)
Offline
#4 2005-01-16 16:39:39
- Andrew
- Plugin Author
- Registered: 2004-02-23
- Posts: 730
Re: Plugin: ajw_technorati_tags
i’ll check it out, thx
Offline
#5 2005-01-16 17:19:47
- Andrew
- Plugin Author
- Registered: 2004-02-23
- Posts: 730
Re: Plugin: ajw_technorati_tags
ok, i added a check to make sure keywords exist. i’m not getting any warnings on my end, but I’m also on php5 so that may be the reason. let me know if it fixed it for ya.
Offline
Offline
Re: Plugin: ajw_technorati_tags
Something I’m going to tinker with. Do I understand this correctly: To make use of keywords (and thus the plugin) one has to use ‘custom_article’ instead of the default’ article form?
Cheers,
OliverOffline
Re: Plugin: ajw_technorati_tags
I’m using the default article form, but I have the problem now that tags appear on a single entry page, but not on the article list (yes, I really introduced the necessary code in both forms, but actually, as it does not work, I don’t).
Offline
#9 2005-01-18 16:49:13
- Andrew
- Plugin Author
- Registered: 2004-02-23
- Posts: 730
Re: Plugin: ajw_technorati_tags
Setar, no you can use any article form. It is using the values stored under under Advanced Options <code>-></code> Keywords.
Kossatsch, yes this is true that it currently only works for individual articles and not article lists. I’m going to do a bit of research and try to find a method in which it can work under both contexts.
Offline
Re: Plugin: ajw_technorati_tags
<ponders> Been using the keywords section to add tags to published articles, but cant’ get them to show up (either in RSS or in the produced HTML). Probably just missing some tag to include into the template, going to re-read the docs.
Thanks!
Offline
#11 2005-01-18 18:59:47
- Andrew
- Plugin Author
- Registered: 2004-02-23
- Posts: 730
Re: Plugin: ajw_technorati_tags
They won’t show up in the RSS no matter what as by default plugins aren’t parsed by textpattern in rss/atom. It is possible to make a few small tweaks in Txp to parse plugins in rss/atom.
Last edited by compooter (2005-01-19 03:02:43)
Offline
#12 2005-01-19 03:02:30
- Andrew
- Plugin Author
- Registered: 2004-02-23
- Posts: 730
Re: Plugin: ajw_technorati_tags
New version online. Seems to work better; let me know of any new issues.
Offline