Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

  1. Index
  2. » Plugin support
  3. » rah_sitemap

#85 2010-07-29 08:14:13

candyman
Member
From: Italy
Registered: 2006-08-08
Posts: 684

Re: rah_sitemap

I need. Thanks!

Offline

#86 2010-07-29 09:19:45

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: rah_sitemap

candyman wrote:

I need. Thanks!

No problem, Alessandro :-) Just put styles for the spans into your theme’s stylesheet and you are good to go. If you have problems overwriting/redefining the styles, remember to use either parent element or !important.

Like so, using body:

body #rah_sitemap_container .rah_sitemap_heading span {
	color: #000;
}

Or !important:

#rah_sitemap_container .rah_sitemap_heading span {
	color: #000 !important;
}

Offline

#87 2010-08-25 11:22:12

whocarez
Plugin Author
From: Germany/Ukraine
Registered: 2007-10-08
Posts: 305
Website GitHub Twitter

Re: rah_sitemap

Hello Jukka,

I discovered a small bug – I think – in individual settings for category permlinks. There I usually set <txp:site_url />?c=<txp:category link="0" title="0" />, but in the sitemap I only get sitename/?c=. The same for <txp:category />
After trying older versions I discovered, that this is happening after your rewrite in v0.6 – in 0.5 the links are correct.

PHP-Version: 5.2.6-1+lenny3 without magic quotes …

Offline

#88 2010-08-25 13:58:56

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: rah_sitemap

Thank you for reporting, Andreas :-) Version 0.9, with it’s small one line change, should fix the issue. Changelog:

  • Fixed: now correctly parses category tags in category URLs.

More info and downloads

Offline

#89 2010-08-25 14:08:14

whocarez
Plugin Author
From: Germany/Ukraine
Registered: 2007-10-08
Posts: 305
Website GitHub Twitter

Re: rah_sitemap

Thanks! It´s working ….

Offline

#90 2010-09-09 01:03:52

scottcal
Member
From: Encinitas, CA
Registered: 2010-09-04
Posts: 21
Website

Re: rah_sitemap

In the admin extensions panel when i try to view the site map I get the following error:

This page contains the following errors: error on line 1 at column 1: Encoding error Below is a rendering of the page up to the first error.

Any ideas or places where I can look?

Offline

#91 2010-09-09 01:18:02

MattD
Plugin Author
From: Monterey, California
Registered: 2008-03-21
Posts: 1,254
Website

Re: rah_sitemap

scottcal wrote:

In the admin extensions panel when i try to view the site map I get the following error:

This page contains the following errors: error on line 1 at column 1: Encoding error Below is a rendering of the page up to the first error.

Any ideas or places where I can look?

Are you using IE? If I remember correctly I got the same error in IE but the sitemap works fine. Download it and view in notepad.


My Plugins

Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker

Offline

#92 2010-09-09 01:58:59

scottcal
Member
From: Encinitas, CA
Registered: 2010-09-04
Posts: 21
Website

Re: rah_sitemap

This message is actually from Safari. I get the same message in google chrom and a similar message in Firefox. I haven’t looked in IE as I cringe when having to use it. Stupid question how do I download the sitemap if that is all I get when I view it.

Offline

#93 2010-09-09 02:46:02

MattD
Plugin Author
From: Monterey, California
Registered: 2008-03-21
Posts: 1,254
Website

Re: rah_sitemap

Can you view source? Mine works in Firefox and Chrome just fine.


My Plugins

Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker

Offline

#94 2010-09-09 04:51:53

scottcal
Member
From: Encinitas, CA
Registered: 2010-09-04
Posts: 21
Website

Re: rah_sitemap

There is no source to view just the parse error. I even checked the database nothing in the table rah_sitemap. Maybe I’ll drop the tables and reinstall. Here is the url if you want to see for yourself.

Offline

#95 2010-09-09 16:15:06

scottcal
Member
From: Encinitas, CA
Registered: 2010-09-04
Posts: 21
Website

Re: rah_sitemap

Dropped the tables and re-installed no go.

Offline

#96 2010-09-09 21:45:37

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: rah_sitemap

scottcal wrote:

There is no source to view just the parse error. I even checked the database nothing in the table rah_sitemap. Maybe I’ll drop the tables and reinstall. Here is the url if you want to see for yourself.

There is no rows? That’s interesting — and bad. By default rah_sitemap_prefs should have 21 rows and rah_sitemap should be empty.

Are there errors shown if you go straight after blank installation, and activation, to the plugin’s pane (TXP/Extensions/Rah_sitemap)? Knowing the possible MySQL errors would help a lot, that is if there is any.

If there are no rows to speak of, then the plugin won’t work. It gives errors from undefined variables and such. I expect that if you edit rah_sitemap’s preferences the changes won’t last (with out rows nothing can be saved)?

Can you post your diagnostics details? You can find TXP’s diagnostics from TXP/Admin/Diagnostics.

Offline

  1. Index
  2. » Plugin support
  3. » rah_sitemap

Board footer

Powered by FluxBB