Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#349 2006-12-31 05:31:40
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
0.6 was running fine until a week or so ago, so I’m at a bit of loss to explain the change.
I’ve been trying to think through if I made any small changes that could account for the problem, but I really haven’t touched the back end of the site for ages…
Cheers
Offline
#350 2006-12-31 05:37:54
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
A new release is available that contains a couple bug fixes:
rss_unlimited_categories 0.7.1
- Fixed section filtering on
rss_unlimited_categories_article_list
(reported by erikdungan) - Fixed messy section/category URLs in
rss_unlimited_categories_cloud
,rss_unlimited_categories_filedunder
andrss_unlimited_categories_list
(reported by Sak)
Offline
#351 2006-12-31 05:39:51
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Neil- If nothing with the plugin changed and performance went downhill, I would have to imagine something else changed. Maybe your host had something change on their end.
Offline
#352 2006-12-31 06:34:22
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Yeah – I’m going to install the plugin on another TXP blog on the same server and see what the performance is like. If the same problem emerges, I’ll tackle the host about the MySQL performance.
Thanks for your time and effort with this Rob.
Cheers
Offline
#353 2006-12-31 21:24:31
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
wilshire wrote:
h2. rss_unlimited_categories 0.7.1
- Fixed section filtering on
rss_unlimited_categories_article_list
(reported by erikdungan)- Fixed messy section/category URLs in
rss_unlimited_categories_cloud
,rss_unlimited_categories_filedunder
andrss_unlimited_categories_list
(reported by Sak)
Hey Rob, thanks for looking into this bug. I downloaded 0.7.1 today to try it out, and unfortunately I still get the 404 errors. The URL is certainly different now:
http://sak.102010.org/s=article&?c=foss
The old style, which pulls the categories from the original TXP catagories table looks like this:
http://sak.102010.org/index.php?c=foss
On my site I’m still using the two different methods, temporarily. In the articles list, the “Filed Under:” categories listed are using the plugin tag, whereas the categories listed at the top of the page is using the standard TXP tag.
Is there something else that I need to be doing, or any other information that I can get for you that might help?
Thanks,
Sak.
Offline
#354 2006-12-31 21:49:42
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Sak wrote:
p. Hey Rob, thanks for looking into this bug. I downloaded 0.7.1 today to try it out, and unfortunately I still get the 404 errors.
Looks like there was still a bug. I updated the 0.7.1 download. Can you try it again?
Offline
#355 2006-12-31 23:50:40
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Yep, that did it. It works great!
At first it didn’t list anything when I selected the category. I then changed the <txp:article /> tag to <txp:rss_unlimited_categories_list section=”*” /> in the main articles page template and it works great now.
Thanks a bunch for a great plugin!
Thanks,
Sak.
Offline
#356 2007-01-01 16:31:02
- odilon
- Member
- Registered: 2004-09-01
- Posts: 15
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Great work on the multiple categories.
I have installed and enabled the plug but no new dropdown boxes appear on the Write page. There is a JS error side.appendChild(div);
Does this have something to do with it? I have 4.0.3 installed.
Offline
#357 2007-01-01 18:19:22
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
odilon – Yes, it does. See here
Offline
#358 2007-01-02 20:20:54
- odilon
- Member
- Registered: 2004-09-01
- Posts: 15
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Thanks for the heads up, however, I can’t locate ‘article-col-2’ or ‘articleside’ in the code. I am using v0.7.1. Am I missing something?
Offline
#359 2007-01-02 20:52:06
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Looks like that changed again after my post. Check for this in the code:
var side = document.getElementById('write-sort');
Offline
#360 2007-01-02 20:57:58
- odilon
- Member
- Registered: 2004-09-01
- Posts: 15
Re: [plugin] [ORPHAN] rss_unlimited_categories - Unltd. Article Categories
Sorted. Many thanks for your help and the plugin.
Offline