Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#181 2007-02-01 23:17:45

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

Re: tru_tags: A tagging plugin for textpattern

I’m still very new to the whole textpattern logic.

Not to become too much Off Topic but every newbie should inhale the Alphabetical Tag Listing and especially all the tags beginning with if_ :-)


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

Offline

#182 2007-02-17 20:45:09

WebKat
Member
Registered: 2007-01-16
Posts: 301

Re: tru_tags: A tagging plugin for textpattern

I did something stupid. Not so much stupid as just not thinking about the implications. I made a tag called “spelling/grammar”

Now for those thinking ahead, you will see the problem. You can’t put a / in something that eventually needs to be called in a url. le sigh Now I could go a-searchin’ through all of my articles, one by one, looking for the ones that have that tag and change it (I’m thinking “spelling&grammar”) but is there a better way that won’t take me all afternoon?



WebKat

Offline

#183 2007-02-17 23:01:47

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

Re: tru_tags: A tagging plugin for textpattern

Make the changes directly in the database table.

table: textpattern
field: keywords

I would recommend “spelling + grammar”.


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

Offline

#184 2007-02-18 07:20:00

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

Re: tru_tags: A tagging plugin for textpattern

OpalCat – It looks like you’ve already fixed this, but in case you haven’t:

Install rss_admin_db_manager and use it to run this sql statement (on the “Extensions” -> “run sql” tab):

update textpattern set keywords=replace(keywords, 'spelling/grammar', 'spelling+grammar')

Check to make sure that your “textpattern” table doesn’t have a different name – it should be the first table on the “db manager” tab.

This points out the need for the plugin to handle such tags better… although I thought it already did. I’ll add it to the list for 2.1 (which is heavily delayed while I keep up with my real job). People have already requested the ability to manage tags directly. That’s something I’ll keep on the list for 3.0 (or maybe 3.1) :)

Offline

#185 2007-02-18 08:53:30

WebKat
Member
Registered: 2007-01-16
Posts: 301

Re: tru_tags: A tagging plugin for textpattern

Thanks :)



WebKat

Offline

#186 2007-02-18 18:03:12

WebKat
Member
Registered: 2007-01-16
Posts: 301

Re: tru_tags: A tagging plugin for textpattern

I am having a weird problem. My “tag” section uses page “main” (the same page that just about everything on the site uses, and it works) and the default style, yet the tag pages are showing up totally wonky. It looks like it’s not reading the style sheet, even though the source code shows it is linked properly… any ideas? http://opalcat.com/tag <—see how messed up it is? It is supposed to look like this: http://opalcat.com/



WebKat

Offline

#187 2007-02-18 20:22:31

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

Re: tru_tags: A tagging plugin for textpattern

In the source of your ‘tag’ page, the stylesheet link says “xhref” rather than “href”. I’m not sure why, but that’s the problem.

Offline

#188 2007-02-18 20:58:56

WebKat
Member
Registered: 2007-01-16
Posts: 301

Re: tru_tags: A tagging plugin for textpattern

aha! Wonder if it’s just a stray keystroke or something. Might have been a botched CTRL X when cut/pasting.



WebKat

Offline

#189 2007-02-19 13:44:42

juniormint
New Member
Registered: 2006-03-14
Posts: 6

Re: tru_tags: A tagging plugin for textpattern

I’ve just tested the plugin on my new site, and it works great except for one thing. I can’t use Swedish (or non-english) characters in my tag names. When I for instance use the tag “båt” (boat) it’s shown as b㥴 or b?t depending on witch browser I use.

The tag name is saved as “båt” in the mySQL, I use UTF-8 and Swedish characters is shown correctly in articles, links etc. Does anyone know the problem might be?

My site is junoir mint

Offline

#190 2007-02-23 16:59:55

molly
Member
From: Virginia
Registered: 2004-08-15
Posts: 44
Website

Re: tru_tags: A tagging plugin for textpattern

I have tru_tags running fine on one site. On the same server, I have another txp site, same setup as far as I can tell. But my tag cloud does not show up. And this error message appears:

tag_error <txp:tru_tags_list/> -> Warning: min() [function.min]: Array must contain atleast one element on line 289

Being who I am, this may well be something obvious and boneheaded. If so, I sure would appreciate someone pointing it out for me.

Offline

#191 2007-02-24 02:21:47

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

Re: tru_tags: A tagging plugin for textpattern

The likely explanation is simply that you haven’t tagged any articles yet – is that it?

Offline

#192 2007-02-24 12:54:43

molly
Member
From: Virginia
Registered: 2004-08-15
Posts: 44
Website

Re: tru_tags: A tagging plugin for textpattern

Well, that does sound like a boneheaded thing I would do, but I have tagged a few articles. Using the “Keywords” field.

Offline

Board footer

Powered by FluxBB