1 jakets Dec 17, 2009 21:45
3 tilqicom Dec 18, 2009 03:56
+1) make sure "use canonical urls" is checked in url settings i guess
5.) to remove it : http://forums.b2evolution.net/viewtopic.php?t=15376&view=previous&sid=8ab9879dbd91dd278b0997f646d54af8
to collapse/expand that list as well as other parts of the admin interface, there is this AM Tidy admin plugin by AM-astnoishme- have a look at here : http://b2evo-archived.waffleson.co.uk/2008/05/tidying-the-admin-screen/
4 jakets Dec 18, 2009 08:31
@ iceblock: Doesn't do anything different than Absolute URL. It updates correctly, but not posts. All my post titles when clicked just bring up a 404. It changes them to not have a /index.php in the link, but the posts themselves are clearly still at the /index.php.
@ tilqicom: No such option I can find at all. I will check the other answer for the admin interface option soon though. Thanks.
So any ideas on the URL change?
5 yabba Dec 18, 2009 10:13
They 404 because you remove index.php and there *is* no file/folder
Add the following to your root .htaccess
# Redirect anything that's not an existing directory or file to index.php:
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php
¥
6 nicoleb Dec 18, 2009 10:22
I think this one might be the tool for the comments you are looking for:
http://nicoleb.org/b2/admin.php?ctrl=plugins&action=disp_help_plain&plugin_class=commenttags_plugin
It's called: CommentTags_plugin
I cannot find it in the plugin download section though:
http://plugins.b2evolution.net/
It came from Ed, as far as I remember. Maybe you want to ask him:
http://wonderwinds.com/hackblog.php
7 yabba Dec 18, 2009 10:27
None admin version of your link ;)
http://nicoleb.org/b2/plugins/commenttags_plugin/README.html
¥
8 nicoleb Dec 18, 2009 10:28
I figured something would be wrong with that link, lol :)
Any idea where to get the plugin though, John?
I have it, but can't find where to get it any more.
9 yabba Dec 18, 2009 10:36
You may like to know that the "John" in my signature is a quote of something that he wrote ;)
Try : http://wonderwinds.com/hackblog.php/2008/01/16/comment-tags-plugin
¥
10 nicoleb Dec 18, 2009 10:39
Oh, too bad. John would have been easier than copying your username.
Oh well.
Sorry for that, ¥åßßå :)
11 jakets Dec 18, 2009 12:13
Thanks a ton Yabba and Nicole, both of your suggestions worked flawlessly. Now about those last few things, any help? Ive almost got the blog working at its best! :D
12 nicoleb Dec 18, 2009 12:15
Sorry, am no great help in that other stuff.
Am just now toying around with a mirror blog for the first time so I can screw stuff up without killing my main site ;)
Hope someone else will be able to help.
13 esanchez Jan 10, 2010 05:24
I'm getting:
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
Thoughts?
I upgraded from 2.4.1 to 3.3.3
Answer to your question 1):
From backoffice > Blog Settings > URLs tab > Blog URL section > Blog Base URL, select 'Relative to baseurl:' option, and keep the text input field blank.