Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#85 2010-07-29 08:14:13
- candyman
- Member
- From: Italy
- Registered: 2006-08-08
- Posts: 684
Re: rah_sitemap
I need. Thanks!
Offline
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
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
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.
Offline
Re: rah_sitemap
Thanks! It´s working ….
Offline
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
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.
Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker
Offline
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
Re: rah_sitemap
Can you view source
? Mine works in Firefox and Chrome just fine.
Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker
Offline
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
Re: rah_sitemap
Dropped the tables and re-installed no go.
Offline
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