Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#25 2006-04-07 06:22:38
- valmeria
- Member
- From: France
- Registered: 2005-10-22
- Posts: 46
Re: Modified Recent Articles
Hello, I cannot use the class=”“ attribute with this plugin : it do not work :(
Any idea ? experience ????
Thanks
Offline
Re: Modified Recent Articles
I have to add my request for this plugin to use clean url links instead of messy. I’d edit it myself but not sure how. Otherwise it does exactly what I need. Thanks! I
Rayne
mama love
Offline
Re: Modified Recent Articles
Hi all,
I don’t know if I had been do it wrong but “dru_recent_articles.txt” plugin don’t work with my configuration. I have been looking for the reason of that and I’ve found that querys on the database do not take into account possible prefixes of the tables. To solve this problem you can replace:
$rs = getRows("select * from textpattern where Status = 4 and Posted <= now() $catq $secq order by $sortq $dirq limit $limit");
with:
$rs = getRows("select * from ".PFX."textpattern where Status = 4 and Posted <= now() $catq $secq order by $sortq $dirq limit $limit");
good luck, bye :-)
Last edited by geralt (2008-06-09 17:36:40)
Offline