Silly me! I was searching the forum using the wrong keywords, xhml intead of mod_rewrite!!!!!!!!!!!!!!!!!!
Thanks that's sorted now.
Once modwrite is activated in the admin control panel and .htaccess, will it also affect the output of the rss feeds? If not then that's where the unencoded ...
The conditon you wrote outputs nothing! I've modified it to contain an else conditon to test it and it always evaluates false although cat is get. you test it here, click on the right nav to see results: www.uvolunteer.org/faqs
<?php if (isset($_GET['cat']) && is_int($_GET['cat'])) { switch ...
I've managed to get the script to work but it now displays error when it branches to the default case statement. see: http://www.uvolunteer.org/faqs/index.php
It seems to work when cat = a number !
2. I'm also having problem with include files inserted into index.tpl What is the path to the ...
I noticed the amendment ($PMF_LANG["msgTopTen"]) you made but still don't understand what exactly is happening in the function! But I know all is working great. So at last we have it working as imagined
Hello, I've made that amendment and all is fine now.
The only thing left to do is to tackle the header problem on the combined top 10 pages. if you notice the header disappears on: http://www.uvolunteer.org/faqs/index.php
As i mentioned before, i think it is because initially the header was in the ...
Thanks for the new snippet. It does the job perfect. I even managed to ammend it so that it will work on the 'sitemap' and 'show all' pages.
The only problem left to fix is the rss problem but I think that will be easier. It's just that at the mo i have a problem with my PHP include_path ...
I tried runing the parser php file from the browser directly: It runs fine until I add the ending '&cat=2' then it bombs. I get this warning -- Warning: MagpieRSS: Failed to fetch http://www.uvolunteer.org/faqs/feed/topten/rss.php&cat=3 (HTTP Response: HTTP/1.1 ...
1. so far so good the only bug left in it is that when on the index page: http://localhost/faqs/index.php? & ask/contact pages http://localhost/faqs/index.php?action=ask
the top 10 is : cat1 then followed by cat 2 etc. I would like it on these pages (general pages 'not general cat, which is 1 ...
Sorry I’ve been out of circulation for a while; Thanks for the work you’ve done for me.
1. The category top ten is working but not quite as intended :-) When on the faq index I want it to show a mix of all the categories in the top ten without separating them by headers, (top 10 ...