Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [archived] jas_popular_articles: List Popular Articles
Hi everyone,
I needed this plugin so I went ahead and corrected the problems mentioned above. Find the result at abilo.net – only .zip with raw PHP at the moment. Install the original plugin, select “Edit” in plugin admin tab, replace code in the textarea with the one taken from the zipped file.
Premek
“So, where is the patch?”
((former nick pbrada))
Offline
Re: [archived] jas_popular_articles: List Popular Articles
Good work man. treat yourself to an urquel.
Offline
Re: [archived] jas_popular_articles: List Popular Articles
Hi everyone!
Is there a way to hide the counter-brackets?
Offline
Re: [archived] jas_popular_articles: List Popular Articles
@Skoggy
Edit the plugin …
look for this line
$out[] = '<a href="http://' .$siteurl.'/?id='.$art.'">'.$rs2[0]['Title'].'</a> ('.$data['max'].') ';
and turn her in
$out[] = '<a href="http://' .$siteurl.'/?id='.$art.'">'.$rs2[0]['Title'].'</a> ';
by removing
('.$data['max'].')
Offline
Offline