Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2004-07-24 22:48:33
- 2cats
- Member
- Registered: 2004-07-17
- Posts: 10
review my mod to Dean's article_by_category plugin
Hello, Here is my mod to Dean’s article_by_category plugin. It uses tables instead of ul and li’s. I still want to put in a few things like some css $vars. But, the function works. I’m posting the code so that you all can look it over and point out anything. I will get this in the plugin template when I’m done. This is viewable at www.loveobjects.com. My site is a work in progress.
well, I had the function showing in my post, but this forum didn’t like it, and it borked up the post. so. I guess you can still see it work at my site. I will put it in the plugin template when i’m done.
Last edited by 2cats (2004-07-24 22:54:48)
Offline
#2 2004-07-24 23:00:59
- lee
- Member
- From: Normandy, France
- Registered: 2004-06-17
- Posts: 831
Re: review my mod to Dean's article_by_category plugin
Try < code >some code< /code >
remove the spaces
Lee
Last edited by lee (2004-07-24 23:01:49)
Offline
#3 2004-07-25 03:58:41
- 2cats
- Member
- Registered: 2004-07-17
- Posts: 10
Re: review my mod to Dean's article_by_category plugin
Well, I did that and it was still borked. So, I made the php code available on my site at:
http://www.loveobjects.com/plugin.phps
Last edited by 2cats (2004-07-25 04:05:04)
Offline
Re: review my mod to Dean's article_by_category plugin
just a quick glance, and it looks good. just one line, where it says if($limnum != ‘’). You could change that to if($limnum)
Offline