Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#733 2011-10-24 20:04:38
Re: tru_tags: A tagging plugin for textpattern
Ah sorry, I wasn’t clear enough: it DOES work. I had forgotten about the hpw_admincss plugin and had deleted it. I brought it back and all is fine again.
Last edited by andreas (2011-10-24 20:04:55)
Offline
#734 2011-12-04 21:00:16
Re: tru_tags: A tagging plugin for textpattern
I have just replaced tru_tags v3.6 (the current realease) with Andreas’ tru_tags-3.7-alpha, resulting page runtime as forty times (40x) as faster — from former 22 sec to 0.5 sec now reduced load of the biggest webpage. Nathan, why not to implement these few lines of the patch? And what are your plans in expanding tru_tags for custom fields, too?
Last edited by Vienuolis (2011-12-04 22:02:34)
Offline
#735 2012-01-05 00:07:37
Re: tru_tags: A tagging plugin for textpattern
@whocarez: thanks, your tweaks made things much faster.
Since I’m developing with messy urls (yet to install maintenance mode plugin), I found an issue with TXP 4.4.1 – created tag links were missing ‘index.php’, e.g:
http://www.domain.com/?s=tag&t=tagname
rather than
http://www.domain.com/index.php?s=tag&t=tagname
Fixed it by changing line 385 from:
$urlprefix = hu . '?s=' . $tru_tags_prefs[TAG_SECTION]->value . '&' . $tru_tags_prefs[PARM_NAME]->value . '=';
to:
$urlprefix = hu . 'index.php?s=' . $tru_tags_prefs[TAG_SECTION]->value . '&' . $tru_tags_prefs[PARM_NAME]->value . '=';
Awesome plugin, thanks.
Last edited by rossharvey (2012-01-05 00:11:17)
Offline
#736 2012-01-08 20:06:26
Re: tru_tags: A tagging plugin for textpattern
Vienuolis wrote:
I have just replaced tru_tags v3.6 (the current realease) with Andreas’ tru_tags-3.7-alpha, resulting page runtime as forty times (40x) as faster — from former 22 sec to 0.5 sec now reduced load of the biggest webpage. Nathan, why not to implement these few lines of the patch? And what are your plans in expanding tru_tags for custom fields, too?
Great plugin. Noticed some slowdowns on one of my website, but with this it seems resolved for now.
Offline
#737 2012-01-17 12:46:26
Re: tru_tags: A tagging plugin for textpattern
hi
i have a feature request ;)
right now you are only able to show related articles, if you make a tag search.
id like that feature for a non-search. means that if you see an individual article itll show its (tag-)related articles.
i know there is a plugin called chh_related_articles, that does that, but its not comparing for relevance.
i thought that tru_tag does that..
is this possible? pm me, if you think so and need some budget.
bless
Offline
#738 2012-01-20 04:06:14
Re: tru_tags: A tagging plugin for textpattern
@Vienuolis and whocarez – thanks for the nudge and the suggestions – the performance improvements have been released in v3.7 :)
Note that this release also has this fix for how “tags with spaces-and-hypens+and+plusses” are encoded – hopefully in a sufficiently backwards-compatible way. Please test it carefully if this issue affects you :)
@rossharvey – I don’t think your change should be necessary. I have a test site that uses messy URLs, and it works just fine. Have you done something custom (or out of date?) with your .htaccess file?
@jens31 – this has been requested before, and yes, it could be done in tru_tags and it seems like a great idea. As you can see from my (lack of) participation on the forums and lack of updates, I haven’t been very active with tru_tags, so I just haven’t gotten around to it. My wife is due to have a baby (our second son!) any day now, so I seriously doubt I’ll get to it soon. I’m happy to give someone commit rights to my google code repo if you can find someone who wants to try to add it, though.
Offline
#739 2012-01-21 15:13:01
Re: tru_tags: A tagging plugin for textpattern
Nathan: yes, my .htaccess has been tweaked, perhaps that was the cause. I’ve moved to clean URL’s since.
One other thing, is it possible to make the created tag pages, (i.e. site/tag/tagname) ‘fixed’ URLs? That would be rather excellent for SEO indexing.
Last edited by rossharvey (2012-01-21 15:15:00)
Offline
#740 2012-01-22 03:11:00
Re: tru_tags: A tagging plugin for textpattern
rossharvey – are they not fixed? e.g. http://www.rainskit.com/tag/tru_tags/
Offline
#741 2012-01-30 16:27:25
Re: tru_tags: A tagging plugin for textpattern
Hey Nathan. I had my head in a twist with regards to how spiders operate and index websites. All is good :¬)
Offline
#742 2012-01-30 20:53:48
Re: tru_tags: A tagging plugin for textpattern
Is it possible to output a list for a specific tag?
Something like…
<txp:tru_tags tag="tag-name" section="section-name" listform="list-form" />
Please say yes, as that would make this the ultimate tag/related plugin :¬)
Last edited by rossharvey (2012-01-30 21:12:38)
Offline
#743 2012-01-31 12:40:13
Re: tru_tags: A tagging plugin for textpattern
rossharvey wrote:
Is it possible to output a list for a specific tag?
Check tru_tags_if_tag_search and the following tags on: http://www.rainskit.com/reference/497/trutags-usage-instructions
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
#744 2012-01-31 13:09:45
Re: tru_tags: A tagging plugin for textpattern
merz1 wrote:
Check tru_tags_if_tag_search and the following tags on: "http://www.rainskit.com/reference/497/trutags-usage-instructions":http://www.rainskit.com/reference/497/trutags-usage-instructions
No juice, the tag is to be called outside the Tag section. I’ve read the docs a few times to be sure.
Any ideas Nathan? It would be great functionality. Happy to donate if you add it grin
Offline