Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#325 2007-11-20 23:54:33
Re: tru_tags: A tagging plugin for textpattern
andreas – That was tricky :) I found the problem, and I’ve fixed it. You had changed your “URL parameter for tag search” (in the tru_tags admin) to “s” (from the default of “t”). “s” is what Textpattern uses to indicate the current section, so tru_tags and Textpattern were conflicting. I switched the URL parameter back to “t” and that fixed it.
That field really only exists to future-proof tru_tags, in case something in Textpattern ever starts using “t” (and thereby causes just this problem). You can probably leave it alone, or it should be safe to use letters other that “s” or “c”.
Offline
#326 2007-11-21 06:09:56
Re: tru_tags: A tagging plugin for textpattern
Great to hear, truist. Thanks a lot.
For some reason I thought that the parameter had to reflect my change of the tag keyword.
Last edited by andreas (2007-11-21 06:10:11)
Offline
#327 2007-11-21 09:58:33
Re: tru_tags: A tagging plugin for textpattern
Nathan, this is a very nice ‘bug by design’ thingy :-)
I hope you put some notes into the help and usage instructions.
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
#328 2007-11-25 23:43:48
Re: tru_tags: A tagging plugin for textpattern
I’ve just upgraded from tru_tags v2.3 using TXP 4.05, and everything is behaving itself on the published website, but in the admin:write interface no tags are displayed in their usual place below the Keywords field.
A little investigation into the js modified source and I find
<br><span class="tru_tags_admin_tags"><style>a.tag_chosen{background-color: #FEB; color: black;}</style></span>
after the Keywords textfield – no tags output.
No errors showing up, and when I visit the extensions tru-tags tab, ‘current tags’ remains empty, no matter what my efforts.
Any idea what might be happening?
Thanks
Last edited by giz (2007-11-26 19:22:59)
Offline
#329 2007-11-27 18:25:29
Re: tru_tags: A tagging plugin for textpattern
Bump!
Offline
#330 2007-11-28 23:41:31
- Shaliza
- Member
- Registered: 2006-01-22
- Posts: 59
Re: tru_tags: A tagging plugin for textpattern
Perhaps I missed it [kind of tired right now], but I have a question:
What if on the tags page you only want a small description instead of the full article – is that possible?
Offline
#331 2007-11-28 23:57:59
Re: tru_tags: A tagging plugin for textpattern
Shaliza, easy. You could use rss_auto_excerpt
In example:
<txp:if_section name="tag"><txp:tru_tags_handler searchform="shorten-article" /></txp:if_section>
and in the form named shoten-article:
<h3><txp:permlink><txp:title /></txp:permlink></h3>
<txp:rss_auto_excerpt paragraphs="1" />
Cheers!
Last edited by Gocom (2007-11-28 23:58:38)
Offline
#332 2007-11-29 16:58:33
Re: tru_tags: A tagging plugin for textpattern
Use txp:excerpt or plugin rss_auto_excerpt in form=“tagpost” instead of txp:body to achieve the effect.
<txp:tru_tags_handler form="tagpost" sort="Posted desc" limit="100" />
The required form for txp:excerpt in a stripped down version:
<txp:if_excerpt>
<txp:excerpt />
<txp:else />
<txp:body />
</txp:if_excerpt>
I hope that helps.
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
#333 2007-11-29 17:10:30
Offline
#334 2007-11-29 17:16:04
Re: tru_tags: A tagging plugin for textpattern
Yep, I didn’t see your comment before, maybe it was on the next page and my email alert pointed to the original question. Better two good answers than none :)
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
#335 2007-11-29 17:22:43
Offline
#336 2007-11-29 18:33:39
Re: tru_tags: A tagging plugin for textpattern
Trying again after zero response: help, anyone?
I’ve just upgraded from tru_tags v2.3 using TXP 4.05, and everything is behaving itself on the published website, but in the admin:write interface no tags are displayed in their usual place below the Keywords field.
A little investigation into the js modified source and I find
<br><span class="tru_tags_admin_tags"><style>a.tag_chosen{background-color: #FEB; color: black;}</style></span>
after the Keywords textfield – no tags output.
No errors showing up, and when I visit the extensions tru-tags tab, ‘current tags’ remains empty, no matter what my efforts.
Any idea what might be happening?
Thanks
Last edited by giz (2007-11-29 18:35:01)
Offline