| Author |
Message |
AndyM3
Joined: 25 Apr 2006 Posts: 6
|
|
I can't disable rUFUs |
|
Well, this is the second time I have had to register with the same name and post because everything that was here disappeared last night...
Okay, so I go to Options > System Settings > rUFUs: User Frendly URLs? and I select "No"
Yet for some reason it's still making the links to the darn stories as things like http://*******.com/2006/04/23/test.html?page=news
|
|
| Tue Apr 25, 2006 3:49 am |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
Ramon
Joined: 12 Oct 2005 Posts: 551 Location: Hoogeveen, NL |
|
|
| Tue Apr 25, 2006 9:11 am |
|
 |
AndyM3
Joined: 25 Apr 2006 Posts: 6
|
|
|
|
Sorry Ramon, I have did that several times now, but that is not working either.
|
|
| Tue Apr 25, 2006 1:24 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2857 Location: Germany |
|
Re: I can't disable rUFUs |
|
 |  | Well, this is the second time I have had to register with the same name and post because everything that was here disappeared last night... |
The forum moved to a new server. Unfortunately, posts/registrations from last Sunday/Monday couldn't be restored.
 |  | Yet for some reason it's still making the links to the darn stories as things like http://*******.com/2006/04/23/test.html?page=news |
How do you want them to look like?
|
|
| Tue Apr 25, 2006 5:41 pm |
|
 |
AndyM3
Joined: 25 Apr 2006 Posts: 6
|
|
|
|
Hi FI-DD,
Ah, alright - thanks for the explanation. I thought my username and posts were deleted or something.
About the URL, I'd just like something simple for my URLs, like "id=1" rather than "/2006/06/03/something.html", etc.
Is there any way I can do that easily?
I have been trying to find out how to change it like that for the last three days, I'm just about ready to give up on it.
Thanks in advance,
Andy
|
|
| Tue Apr 25, 2006 6:44 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2857 Location: Germany |
|
|
| Tue Apr 25, 2006 6:52 pm |
|
 |
AndyM3
Joined: 25 Apr 2006 Posts: 6
|
|
|
|
Thanks FI-DD, I read those directions but for some reason when I go to "Options > User Friendly Urls", I get this message:
 |  | Warning! You didn't specify (or specify incorrectly) a main filename to show news |
|
|
| Tue Apr 25, 2006 9:51 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2857 Location: Germany |
|
|
|
You can change it manually: Go to the data folder, open urls.ini and replace everything with the code you find when following the link above.
|
|
| Wed Apr 26, 2006 8:44 am |
|
 |
AndyM3
Joined: 25 Apr 2006 Posts: 6
|
|
|
|
Thank you very much FI-DD, that did get the URLs working now once I replaced the urls.ini and cleared the cache.
But I do have one problem, on my website I have a "PHP navigation" (aka: it makes the page URLs as things like "?page=vehicles&sub=trucks" for example.) For some reason it keeps adding those "?page=xxx&sub=xxx" type things at the end of RSS/Trackback/Print links - which ultimately don't make it work properly (though they would if I could remove the darn "?page=..." stuff.
Is there any way I can get rid of those just on the Cutenews.ru stuff?
Last edited by AndyM3 on Wed Apr 26, 2006 9:59 pm; edited 1 time in total |
|
| Wed Apr 26, 2006 1:27 pm |
|
 |
Ramon
Joined: 12 Oct 2005 Posts: 551 Location: Hoogeveen, NL |
|
|
|
 |  | Thanks FI-DD, I read those directions but for some reason when I go to "Options > User Friendly Urls", I get this message:
 |  | Warning! You didn't specify (or specify incorrectly) a main filename to show news |
|
You only get that error when you haven't correctly set the path to your main page.. you'd probably forgot to add http//www.site.com/index.php You can change it in youre system settings 
|
|
| Wed Apr 26, 2006 2:25 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2857 Location: Germany |
|
|
|
 |  | For some reason it keeps adding those "?page=xxx&sub=xxx" type things at the end of RSS/Trackback/Print links - which ultimately don't make it work properly (though they would if I could remove the darn "?page=..." stuff.
Is there any way I can get rid of those just on the Cutenews.ru stuff? |
Try to open inc/functions.inc.php and change this:
 |  | $result = chicken_dick($result.'/'.$link).preg_replace('/^(&|&)/i', '?', $query); |
to this:
 |  | $result = chicken_dick($result.'/'.$link); |
|
|
| Wed Apr 26, 2006 3:58 pm |
|
 |
AndyM3
Joined: 25 Apr 2006 Posts: 6
|
|
|
|
Thank you thank you thank you thank you SO much!
Works perfect! 
|
|
| Wed Apr 26, 2006 9:58 pm |
|
 |
|