• Home
  • Community
  • Submitted News
FAQ • Search • Login
Forum Home • Register

View unanswered posts | View active topics


Board index » Pligg » Pligg Modules » Old Modules

All times are UTC


Pligg XML Sitemaps Module v0.5 For Pligg v9.9.0



Post new topic Reply to topic  Page 1 of 2
 [ 20 posts ]  Go to page 1, 2  Next
Print view Previous topic | Next topic 
 Pligg XML Sitemaps Module v0.5 For Pligg v9.9.0 
Author Message
LincolnHawks
Site Admin
User avatar

Joined: Wed Dec 12, 2007 9:34 pm
Posts: 293
Post Pligg XML Sitemaps Module v0.5 For Pligg v9.9.0
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 release a fully functioning version for Pligg v9.9.0, thanks to all who tested this and ironed the errors out in sitemap-pages.xml dates etc.

All options when installed can be configured from your pligg admin panel from Configure YourSite / XML Sitemaps.

INSTALL

1. Download the module above.

2. Unzip and upload the folder xml_sitemaps to you pligg /modules folder.

3. Go to Admin / Modules Management and activate the Plligg Sitemaps Module.

4. open you .htaccess file in you pligg install’s root directory and add the code below to the very bottom.

Code:
RewriteRule ^sitemapindex.xml module.php?module=xml_sitemaps_show_sitemap [L]
RewriteRule ^sitemap-([a-zA-Z0-9]+).xml module.php?module=xml_sitemaps_show_sitemap&i=$1 [L]


Go to http://yoursite.com/sitemapindex.xml to check that it is working.

Now submit your sitemaps to Google and Yahoo (Yahoo Requires an API key) instructions on the API key are within the XML Sitemaps configuration page :)

Download Pligg XML Sitemaps Module v0.5
Attachment:
xml_sitemaps_pligg_module_v0.5.zip


Thanks must also go to patchlog.com for the original version 8-)

hehe helps if you actually attatch the file when posting :( lol :p fixed now.


You do not have the required permissions to view the files attached to this post.


Thu Apr 03, 2008 3:35 pm
Profile
bullie

Joined: Wed Apr 09, 2008 9:35 am
Posts: 2
Post Re: Pligg XML Sitemaps Module v0.5 For Pligg v9.9.0
This is the error I get:

Code:
  <?xml version="1.0" encoding="UTF-8" ?>
- <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <br />
  <b>Warning</b>
  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'XmlSitemaps_Links_per_sitemap ) l' at line 1 in
  <b>/home/insertco/public_html/libs/db.php</b>
  on line
  <b>233</b>
  <br />
- <sitemap>
  <loc>http://www.site.be/sitemap-0.xml</loc>
  <lastmod>1970-01-01</lastmod>
  </sitemap>
- <sitemap>
  <loc>http://www.site.be/sitemap-pages.xml</loc>
  </sitemap>
  </sitemapindex>


Any ideas?


Wed Apr 09, 2008 10:11 am
Profile
LincolnHawks
Site Admin
User avatar

Joined: Wed Dec 12, 2007 9:34 pm
Posts: 293
Post Re: Pligg XML Sitemaps Module v0.5 For Pligg v9.9.0
What version of mysq are you using m8.

V4 or V5

cheers


Wed Apr 09, 2008 9:23 pm
Profile
bullie

Joined: Wed Apr 09, 2008 9:35 am
Posts: 2
Post Re: Pligg XML Sitemaps Module v0.5 For Pligg v9.9.0
I have not done anything and it works like a charm now!


Thu Apr 10, 2008 6:31 am
Profile
LincolnHawks
Site Admin
User avatar

Joined: Wed Dec 12, 2007 9:34 pm
Posts: 293
Post Re: Pligg XML Sitemaps Module v0.5 For Pligg v9.9.0
bullie wrote:
I have not done anything and it works like a charm now!


Cool :) :D


Thu Apr 10, 2008 7:43 pm
Profile
bbrian017

Joined: Sun Jan 06, 2008 2:35 am
Posts: 35
Post Re: Pligg XML Sitemaps Module v0.5 For Pligg v9.9.0
you guys have a lnk for 9.8.2 site maps?

_________________
Search Engine | Social Networking for Bloggers | Better Affiliate Marketing | More Affiliate Marketing


Sun Apr 20, 2008 1:52 pm
Profile
gigilatrottola

Joined: Tue Apr 08, 2008 4:18 pm
Posts: 6
Post Re: Pligg XML Sitemaps Module v0.5 For Pligg v9.9.0
Hello Guys!!

I have Pligg 9.9.0 SEO EDITION Dowloded from your site... I made all you wrote...but if i check http://www.mysite.com/sitemapindex.xml I HAVE 404 FILE NOT FOUND... I don't know why !!

Last week i submitted now stories and Google crawled all in a good way... but now all disappear from the searches... WHy ??

Please HELP ME !! :o


My site is http://www.conferenzastampa.com


Sun May 11, 2008 5:17 pm
Profile
gigilatrottola

Joined: Tue Apr 08, 2008 4:18 pm
Posts: 6
Post Re: Pligg XML Sitemaps Module v0.5 For Pligg v9.9.0
Have I to make manually a file called sitemapindex.xml and give that the correct CHMOD permissions??

If this is the solution... wich is the correct CHMOD ??? :ugeek:


Sun May 11, 2008 5:19 pm
Profile
LincolnHawks
Site Admin
User avatar

Joined: Wed Dec 12, 2007 9:34 pm
Posts: 293
Post Re: Pligg XML Sitemaps Module v0.5 For Pligg v9.9.0
Hi gigi,

Answer is no simply copy the code below to your .htaccess file, no need to create any files like sitemapindex.xml as they don't exist :) It's simply a url rewrite trick so the sitemaps are compatible with google etc :)

Code:
RewriteRule ^sitemapindex.xml module.php?module=xml_sitemaps_show_sitemap [L]
RewriteRule ^sitemap-([a-zA-Z0-9]+).xml module.php?module=xml_sitemaps_show_sitemap&i=$1 [L]


Lincoln ;) 8-)


Sun May 11, 2008 6:17 pm
Profile
gigilatrottola

Joined: Tue Apr 08, 2008 4:18 pm
Posts: 6
Post Re: Pligg XML Sitemaps Module v0.5 For Pligg v9.9.0
I made that !! I added the lines in the ht access...

But when i go in the Google webmaster central of Google, the system ask me the address of my sitemap... In this way

http://www.mysite.com/......... what have I to write?

Because if I go on mysite.com/sitemapindex.xml i find 404 file not found error.... I don't know why...

Is that a problem of Url Method?? I use the default 1... Have i to select Url method 2?

Thanks a lot for the help !!


Sun May 11, 2008 7:07 pm
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  Page 1 of 2
 [ 20 posts ]  Go to page 1, 2  Next

Board index » Pligg » Pligg Modules » Old Modules

All times are UTC


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

©2007-2008 Social CMS Buzz

Feed XML Favourite Valid XHTML Valid CSS WordPress