Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#496 2008-10-19 12:15:35
Re: tru_tags: A tagging plugin for textpattern
I’m using tru_tags a bit out of its original context, mainly to output a list of popular tags for articles from a given section. I’m not making use of any of tru_tags sophisticated features, what I want to do is just the following:
Output a list of popular tags that are used within a given section.
I’m therefore using this:
<txp:tru_tags_handler>
<txp:tru_tags_list listlimit="5" showcounts="1" linkpath="http://www.domain.com/foobar/?tag=" section="foobar" />
</txp:tru_tags_handler>
But all attributes are being ignored and a tag cloud (not a list, generated from all sections and not limited to 5 tags, …) is being rendered. Any ideas on what could potentially causing this?
Last edited by sthmtc (2008-10-19 12:15:58)
Offline
#497 2008-10-21 00:26:36
Re: tru_tags: A tagging plugin for textpattern
All – apologies, again. I usually just wait for the forum to email me about new posts, but this is now the third or fourth time that I’ve missed new things. Is anyone else having that problem? Anyway, sorry for the long delay before I reply.
pfctdayelise – it looks like you figured out your problem? If so, can you share the source of the original problem?
jmuspratt – I can’t think of a way to do what you want. How important is it to you? I can add it to a future release (“someday”, at my current speed…), if you like.
sthmtc – I think you’re misunderstanding the tags. <txp:tru_tags_handler /> doesn’t accept any content – it should always self-close, like I did here. It’s just a tag you have to put into your /tag/ section, to make tag searches work. To display the cloud you want, try just taking out your tru_tags_handler tags.
Offline
#498 2008-10-21 13:40:10
Re: tru_tags: A tagging plugin for textpattern
@truist: Nathan, I am not having problems with mail subscriptions from the forum. Maybe you have a problem with your spam filter(s)?
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
#499 2008-10-21 18:45:44
Re: tru_tags: A tagging plugin for textpattern
I thought it might be my spam filter also, but I’ve checked it every time, and the emails haven’t been filtered.
But I think I might just have discovered the problem. I use a lot of different computers and web browsers, and I frequently find myself logged out of the forum, when I follow a link to read a post. I’ve never worried about it before, but I’ll bet if I’m not logged in, the forum doesn’t register that I viewed it, and doesn’t reset the flag. That would explain it, and explain why most other people don’t see the problem. I’ll try to log in every time from now on, and hopefully that will fix it.
Offline
#500 2008-10-22 15:34:58
Re: tru_tags: A tagging plugin for textpattern
but I’ll bet if I’m not logged in, the forum doesn’t register that I viewed it, and doesn’t reset the flag
That’s definitely the cause. If not logged in I am always alarmed by the missing comment box and of course by the ‘you are not logged in’ message.
Last edited by merz1 (2008-10-22 15:35:21)
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
#501 2008-10-26 22:41:27
- macinchik
- Member
- Registered: 2007-02-08
- Posts: 17
Re: tru_tags: A tagging plugin for textpattern
Forgive me for not reading the last fifty pages of this thread, but I was hoping to establish tagging for the link items in my Txp database, as opposed to the articles. Can tru_tags be used for this?
Thanks,
Jenn
Offline
#502 2008-10-27 07:15:50
- macinchik
- Member
- Registered: 2007-02-08
- Posts: 17
Re: tru_tags: A tagging plugin for textpattern
Hi it’s me again. I decided to use articles to act like link elements and I have tru_tags up and running. It’s lovely!
One question (for now): How do I print out the name of the tag on the archive page for articles bearing that tag?
J
Offline
#503 2008-10-27 08:50:48
Re: tru_tags: A tagging plugin for textpattern
macinchik wrote:
I was hoping to establish tagging for the link items in my Txp database, as opposed to the articles.
As you found, this excellent plugin does articles only. If you do want to experiment with tags directly on your links you could try smd_tags. I’ve been trialling it for a few months and although it’s still beta-ish nobody has reported any major issues yet (mind you, maybe only 3 people have used it!)
I’m looking for willing volunteers to find out if it truly does what it says on the tin and report on its success (or otherwise). I have a few modifications up my sleeve to do with the way tags are entered and a few new tags to add when I get a chance to finalise them, but if you have any ideas for improvements so it works how you want it, feel free to shout.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline
#504 2008-10-27 13:35:20
Re: tru_tags: A tagging plugin for textpattern
How do I print out the name of the tag on the archive page for articles bearing that tag?
RTfineM: txp:tru_tags_tag_parameter (Changed the rude ‘F’ to a better ‘fine’. Extra edit for OpalCat)
<span class="tru_tags_tag_parameter"><txp:tru_tags_tag_parameter striphyphens="1" /></span>
Last edited by merz1 (2008-10-27 17:20:48)
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
#505 2008-10-27 13:44:06
- WebKat
- Member

- Registered: 2007-01-16
- Posts: 301
Re: tru_tags: A tagging plugin for textpattern
merz1 wrote:
RTFM: txp:tru_tags_tag_parameter
Jesus, don’t be rude about it or anything. For some of us, the “FM” can be a little daunting and sometimes what a given tag or parameter means/does is not actually completely obvious just from looking at it. Wow, I really hate attitudes like yours.
Last edited by OpalCat (2008-10-27 13:44:28)
—
WebKat
Offline
#506 2008-10-27 13:57:11
- macinchik
- Member
- Registered: 2007-02-08
- Posts: 17
Re: tru_tags: A tagging plugin for textpattern
Yeah, I discovered the elusive tag cited above sometime around 2am, whilst trolling through the entirety of this thread for code snippets.
Still having a few problems with the categorized archive page described in the documentation (i.e. Txp doesn’t seem to be recognizing txp:tru_tags_archive) — but I’ll keep working on it.
This is an excellent extension to a really exciting CMS. Thank you so much, truist, for all your good and hard work on its behalf.
J
Offline
#507 2008-10-27 17:07:15
Re: tru_tags: A tagging plugin for textpattern
OpalCat wrote:
Jesus, don’t be rude about it or anything. For some of us, the “FM” can be a little daunting and sometimes what a given tag or parameter means/does is not actually completely obvious just from looking at it. Wow, I really hate attitudes like yours.
Hey, come on, you should know that I am not rude and that I don’t have a bad attitude when it comes to helping people with Textpattern information (as the code example shows pretty well). For me receiving a RTFM is a concrete hint that the information is in the documentation and not a personal attack.
Back to the RTfineM (extra edit for sensitive OpalCats): The tru_tags documentation is easy to read and it is also necessary to read it to understand the tags.
Last edited by merz1 (2008-10-27 17:21:45)
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
#508 2008-10-27 18:58:32
- WebKat
- Member

- Registered: 2007-01-16
- Posts: 301
Re: tru_tags: A tagging plugin for textpattern
I think “RTFM” is the equivalent of saying “Hey, moron, quit wasting our time” and unless it’s made in an obviously joking manner between two people who have a history of teasing each other in that kind of way, it is always a personal attack. I got nothing to indicate otherwise from your post, and I think it’s out of line.
I’m an intelligent person and I do read the documentation that comes with things, but I often find myself asking “stupid” questions because I’m an artist, not a programmer, and my brain doesn’t process stuff “that way” and so what may be bleedingly obvious to you may not stand out at all to me. Sometimes it takes a nudge to make the light go on. Just because someone has a question does not mean they haven’t read and tried to understand the documentation.
—
WebKat
Offline
#509 2008-10-27 21:52:03
Re: tru_tags: A tagging plugin for textpattern
Katherine let’s stop that now please. I am German and my history is usenet and multiple bulletin board systems where RTFM was considered as a synonym for ‘frankly speaking you should consult the documentation for a well documented answer before generally asking for features here’. And yes, a single RTFM without further hint or help is rude but still marks/makes the point.
But I am willing to excuse for my bad behavior because of insulting you (and maybe others too) which was definitely not my aim/intention.
@all: Sorry for the pretty unnecessary Off Topic discussion in this thread.
Last edited by merz1 (2008-10-27 21:53:34)
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
#510 2008-10-28 13:32:21
- WebKat
- Member

- Registered: 2007-01-16
- Posts: 301
Re: tru_tags: A tagging plugin for textpattern
This is the last I will say about it, but I think you have missed my point, which is that you should not assume that someone has not already read the documentation just because they didn’t understand or grasp something from it and are asking for guidance. I know that in my case, I can read the documentation, and then have questions anyway that I can either ask help on and work through in a short period of time, or I can laboriously re-re-re-read and struggle to find and understand some detail from the documentation over the course of several hours—and even then be uncertain. I guess I misunderstood the point of a help forum, since apparently it is only to be used when after countless hours of solo struggling have proven beyond a shadow of a doubt that there is no documentation of your problem.
Honestly if I’d come across this thread at the beginning, I would never have begun using Textpattern. And I’m not alone in finding your initial post dismissive and hostile. I’ve had off-board correspondence sent my way agreeing with me.
—
WebKat
Offline