If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!My good friend Lincoln over at Social CMS Buzz has released another module for Pligg v9.9.0.
This module enables the admin to show the latest submission right on his main page. There is no coding to do, it is all automatic.
Additional [...]
Finally someone has integrated Pligg with Joomla properly and has been kind enough to share it with the rest of us.
My good friend LincolhHawks over at Socal CMS Buzz has provided a step by step tutorial on how to do it.
I will be trying it out myself later this week when I wrap up my [...]
Submit a story, if the story being submitted, has the meta tag "description" filled in, your Pligg install will automatically enter it in the Description box on step 2 of the 3 step submission process.
Heres a fix to the XML Sitemap module, the original was producing invalid dates.
This mod will list counts in your categories.tpl file that shows in your sidebar.
I have ONLY tested this in 9.8.2
Find in libs/dbtree.php:
$row = $db->get_row($sql);
if(!$row){
die('There is a problem with the categories table. Error CA:001.');
}
}
after, add:
$catcount = $db->get_results("SELECT COUNT(l.link_category) as catcount, c.category_id FROM pligg_categories c LEFT JOIN pligg_links l ON c.category_id = l.link_category GROUP BY c.category_id"); # [...]
The module generates a sitemap index and sitemaps with all the stories in the database dynamically so nothing is stored on disk and you don’t have to set a cron job to generate it.
The sitemaps are updated automatically when a new story is submitted. Because of the structure of the sitemap index and because it [...]
Download…
Source…
Popularity: 19% [?]Rate this: 2.5
XML Sitemaps module for pligg generates sitemaps for all your pligg stories and categories to be used with major search engines like google, yahoo, ask etc. PatchLog.com had previously released a sitemaps module for an older version of pligg v9,7 I think, this module stopped working after the release of v9.8 of pligg. Today we [...]
Thursday, July 17, 2008
0 Comments