2006-01-18 06:13:37

makenosound
Member
beta

Re: [ORPHAN] chh_keywords

Mmm, didn’t seem to work. I’ve tried using both the Keywords field and a custom field name ‘Tags’.

If I don’t specify a field using either <code><txp:chh_keywords_list /></code> or <code><txp:chh_keywords_list_all /></code> then it doesn’t bug out, but nothing displays. If I do specify the field to use, then I get the same error I mentioned above.

I’m hosting through Textdrive, and the PHP version is 5.05.

Offline

 

2006-01-18 16:53:49

shotoshi
Member
gamma
Website

Re: [ORPHAN] chh_keywords

One of the flaws with using keywords/tags is how you manage them in the admin interface.

When you start tagging articles, unless you keep them written down, you cannot remember
what you’ve used so you can end up with duplicates.

For example: I’ve been tagging articles of ‘cultural’ and ‘historical’ significance but I started off using
the words ‘culture’ and ‘historic’. So now I have some posts tagged with cultural and historical
some with the duplicated meanings culture and historic.

What would be neat is if the plugin could be enhanced to include a pop-up with all your previously used tags/keywords
alphabetically listed, each one with a check box. You could have the ability to build your list of keywords to be used
through this pop up.

Then, when adding keywords/tags to your articles you simply use the pop-up. Any keywords/tags not on the list
can also be added using the same pop-up.

I realise a lot of the work in your plugin has gone into making it work and making it work on
the front end, but it’s the admin/management of these keywords that now needs some focussed
attention.

Perhaps you could ransom this request?

Offline

 

2006-01-19 03:01:47

takshaka
Plugin Author
epsilon
Real name: Coke Harrington
From: Below the Manson-Nixon line
Website

Re: [ORPHAN] chh_keywords

I’m hosting through Textdrive, and the PHP version is 5.05.

Aha. I love how a PHP point release completely changes the language’s behavior, breaking heretofore legitimate code. 5.0.5 screwed up array_shift() and related functions. They reverted to the previous behavior sometime between then and 5.1.1, the PHP5 version I’m running that’s completely happy with my original plugin code.

Okay, one more try: v0.12 should take care of it.

Oh, I forgot to mention this last time: If you’ve used field="Keywords" in any tags, you’ll need to change it to field="keywords".

What would be neat is if the plugin could be enhanced to include a pop-up with all your previously used tags/keywords alphabetically listed, each one with a check box.

@shotoshi: Yep. That would be neat. Unfortunately, that would also be pretty far down on my todo list.

Last edited by takshaka (2006-01-19 03:06:18)

Offline

 

2006-01-20 15:36:03

shotoshi
Member
gamma
Website

Re: [ORPHAN] chh_keywords

Takshaka, I reckon you should move that to the very absolute top of your todo list, without delay :D

Offline

 

2006-01-22 05:19:33

takshaka
Plugin Author
epsilon
Real name: Coke Harrington
From: Below the Manson-Nixon line
Website

Re: [ORPHAN] chh_keywords

Clean URLs are now ready for public consumption.

Also, there are two new tags chh_keywords_name and chh_keywords_value which output the field name and keyword, respectively, of the current keyword query.

Offline

 

2006-01-22 14:38:36

marknumberm
Member
gamma
Real name: Mark Wagner
From: Minneapolis

Re: [ORPHAN] chh_keywords

The two new tags are really useful. Thanks!

Offline

 

2006-01-22 17:52:58

takshaka
Plugin Author
epsilon
Real name: Coke Harrington
From: Below the Manson-Nixon line
Website

Re: [ORPHAN] chh_keywords

ashuvaev wrote:
Instead of localhost/2005/12/17/test-entry I receive localhost/1970/01/01/test-entry on query. What do I do not so?

Fixed now. You’ll need to update to chh_article_lib_1.02.txt.

I’m surprised this hasn’t come up before. I guess no one else is using date-based permlink mode.

Offline

 

2006-02-17 13:09:53

shotoshi
Member
gamma
Website

Re: [ORPHAN] chh_keywords

General Question:

Is it possible for this plugin to display a selection of the most popular article on the public side?

Say you had about 100 articles tagged in about 30 cities but only wanted to display a tag cloud
of the 5 or 10 most popular cities. Would this be possible?

I’m guessing the plugin makes a count of the articles tagged, otherwise it wouldn’t be able to
generate a tag cloud.

Thanks…

Offline

 

2006-02-19 11:53:25

shotoshi
Member
gamma
Website

Re: [ORPHAN] chh_keywords

um, any thoughts on this?

Offline

 

2006-02-19 16:00:17

marknumberm
Member
gamma
Real name: Mark Wagner
From: Minneapolis

Re: [ORPHAN] chh_keywords

Is it possible for this plugin to display a selection of the most popular article on the public side?

The way it works out of the box, this would not be possible. But it might be possible to combine it with some other plug-ins and do that. I’m not sure. I suspect you’d be breaking new ground, so you might just have to figure it out for yourself. :)

Offline

 

Powered by FluxBB