1 dbell154 Feb 08, 2013 16:40
3 drherz Jun 12, 2013 11:24
Maybe you can help me. I renamed my Blog B that came with the system. For a while I could see it. Now whenever I click on it, it redirects to my default blog. I haven't added any users, and I am not as computer savvy as I once thought I might be.
Help,
David
4 drherz Jun 12, 2013 11:29
P.S. I did play with the widgets trying to add navigation back to my web pages (non-blog), but it didn't work, so I deleted the widget I tried to make.
5 dbell154 Jun 12, 2013 23:44
I'm assuming you are using relative to baseurl (i.e. blog/acis.php) in the URLs menu. If you're just using extra path on index.php in the URLs menu (blog/index.php/acis), the php is not necessary. The menu shows that difference in the path.
When you give you blog a specific name relative to baseurl like this you need to have a php file with that name in the root folder. For example, one of my blogs is acis, and I have acis.php in my root folder. b2evolution comes with a set of php files for this purpose. Just rename them from blog2.php, etc. to whatever name you need to use.
Also, you may have to edit that php file in source code view and change the blog number to associate with your blogs ID. In my case,
$blog = 14;
You get that number from the ID in Blog Settings > List in the backoffice.
I got it. It appears I did not have the right combination of the blog ID set in acis.php after changing from index.php/acis, having a post to display, etc.
Got it now. :)