Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#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

#26 2007-05-17 16:44:30

rayne
Member
From: AL USA
Registered: 2004-03-24
Posts: 58
Website

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

#27 2008-06-09 17:13:45

geralt
Member
From: Al otro lado de la pantalla
Registered: 2008-03-27
Posts: 12
Website

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

Board footer

Powered by FluxBB