Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#757 2012-07-15 10:37:30

karlfernandes
New Member
Registered: 2012-02-12
Posts: 5

Re: tru_tags: A tagging plugin for textpattern

I want to have tags delimited with just a space and no comma. eg: tag1 tag2 tag3

How do I do that? Which line do I change?

Offline

#758 2012-07-15 11:37:57

merz1
Member
From: Hamburg
Registered: 2006-05-04
Posts: 994
Website

Re: tru_tags: A tagging plugin for textpattern


Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML

Offline

#759 2012-11-18 23:18:39

roughnecks
Member
Registered: 2012-01-26
Posts: 41

Re: tru_tags: A tagging plugin for textpattern

Hi, i have a little problem on my site with the tags cloud: if i remove a tag by the “tru_tags” extension it does not disappear from the cloud… I can say that editing the articles which the deleted tags refer to, i no longer see them in the clickable list nor in the keywords box (they show up in the cloud though). Any clue?
Thanks

Offline

#760 2012-11-19 06:26:05

truist
Plugin Author
From: Ohio, USA
Registered: 2004-11-09
Posts: 257
Website

Re: tru_tags: A tagging plugin for textpattern

This sounds like a caching issue. There isn’t any caching in tru_tags, so I’ll bet your site has a cache of some sort (I think there’s even one built into textpattern) that doesn’t notice when you delete tags via the admin.

But I’m not clear on exactly what you’re saying – does editing an article and saving it fix the problem? If you click on the tag in the cloud, does it show any articles?

Offline

#761 2012-11-19 10:43:03

roughnecks
Member
Registered: 2012-01-26
Posts: 41

Re: tru_tags: A tagging plugin for textpattern

truist wrote:

This sounds like a caching issue. There isn’t any caching in tru_tags, so I’ll bet your site has a cache of some sort (I think there’s even one built into textpattern) that doesn’t notice when you delete tags via the admin.

Yes there is the dafault cache for textpattern and for plugins, even if i don’t see how it can be emptied.

But I’m not clear on exactly what you’re saying – does editing an article and saving it fix the problem? If you click on the tag in the cloud, does it show any articles?

If i clicked on the tag in cloud it showed the articles: now i have edited those article, making small changes, and the problem is fixed.

Still wondering if there is a more direct way to accomplish it.
Thanks

Last edited by roughnecks (2012-11-19 10:43:41)

Offline

#762 2013-01-24 20:24:55

rcpinheiro
Member
Registered: 2013-01-12
Posts: 11

Re: tru_tags: A tagging plugin for textpattern

Hi!
Anybody managed to “convince” tru_tags to work with a pagination plugin like ob1_pagination?
This doesn’t work, it shows the first 20 articles and no pagination:

<txp:if_section name="tag">
  <txp:tru_tags_handler listform="article_list" limit="20" />
  <txp:ob1_pagination ulclass="pagination" liselected="active" />
</txp:if_section>

Offline

#763 2013-01-29 11:28:00

merz1
Member
From: Hamburg
Registered: 2006-05-04
Posts: 994
Website

Re: tru_tags: A tagging plugin for textpattern

Short: No

Note: In Textpattern, the limit attribute is defaulted to 10, to limit the output to 10 articles per page, and the txp:older and txp:newer tags are used to paginate the full list. The txp:older and txp:newer tags do not work with tru_tags, but the limit is still used by Textpattern when it outputs the articles. Therefore, tru_tags uses a default limit of 1000 when doing an article search. You can override this limit by setting the limit attribute on tru_tags_handler.

Source: www.rainskit.com/reference/497/trutags-usage-instructions#tru_tags_handler

Last edited by merz1 (2013-01-29 11:28:34)


Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML

Offline

#764 2013-01-29 15:42:24

etc
Developer
Registered: 2010-11-11
Posts: 5,053
Website GitHub

Re: tru_tags: A tagging plugin for textpattern

rcpinheiro wrote:

Hi! Anybody managed to “convince” tru_tags to work with a pagination plugin like ob1_pagination?

That can be done, in the spirit of this tip.

Offline

#765 2013-05-13 08:58:09

admi
Member
From: BY
Registered: 2007-12-10
Posts: 145
Website

Re: tru_tags: A tagging plugin for textpattern

Hi,
I have been using tru_tags since the time immemorial, but it is only today that I came across the issue – how to make a single tag title similar to section title?. For example, if I want a tag page www.site.com/tag/cars/ to have <h1>Cars</h1> on the page, what tag should i use?

Offline

#766 2013-05-13 12:56:57

merz1
Member
From: Hamburg
Registered: 2006-05-04
Posts: 994
Website

Re: tru_tags: A tagging plugin for textpattern

admi Check out www.rainskit.com/reference/497/#tru_tags_if_tag_search and the following tru_tags_tag_parameter.


Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML

Offline

#767 2016-10-04 09:50:00

ENB
New Member
Registered: 2016-10-04
Posts: 5

Re: tru_tags: A tagging plugin for textpattern

Hello
I used this plugin for each TXP blog, more 20 sites… But, this plugin don’t work by the last 4.6 TXP version :((
“mysql_query” string don’t supported by last TXP

How to convert the code of plugin to “mysqli”?
Thanks
And sorry for my English please

Offline

#768 2016-10-04 10:15:09

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,271
Website GitHub

Re: tru_tags: A tagging plugin for textpattern

ENB wrote #301941:

How to convert the code of plugin to “mysqli”?

Have a look at this post which should help. Drop back here if you have issues.


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Offline

Board footer

Powered by FluxBB