???
I fail to understand what you are referring to.
I have not yet done anything about your first post method to make the Portal the front page on the forum.
The problem is that I am the one who is computer illiterate and thus need help for me to get it.
Sorry for being dense.
(2009-01-20, 05:22 AM)Beatrix Kiddo Wrote: Some of you may ask why I am writing this, well. Merely because this is what I want to do with my forum/site so I will have less work, and more time to work on a few things.
And I thought I would write it, so others could do it to!
you install your copy or MyBB 1.4.x+(+ = higher) be sure to NOT upload its contents to a "forums, Board, bb" folder.
Just upload it! It might show your forums as the index of your whole site, well we can change that!
This part can be a bit tricky for newbies!
Rename your index.php to forums.php or something else you might like!
Now rename portal.php to index.php and leave it as is!
But what about the login box? WHY doesn't it work?
Well, I found a way to change that!
Open your new index.php file and find
add_breadcrumb($lang->nav_portal, "portal.php");
and replace it with
add_breadcrumb($lang->nav_portal, "index.php");
Next find
redirect("portal.php", $lang->redirect_loggedin);
And replace it with
redirect("index.php", $lang->redirect_loggedin);
And your done! Viola! You can now make full use of the portal!
About the navbar though, I need to find a way to make it go to forums.php
Til I find a fix, I hope you like this tutorial.
EDIT/UPDATE /04/28/09:
Once MyBB 1.6 and 2.0 are released, if need be I will update this tutorial!
I guess that I go to the
ACP and look around to find where I can make the changes as described in the above?
My forum has been running since last summer,thus it is not new.It was Converted from SMF by someone else.Thus I have no idea where to go to make the changes as shown by Beatrix.
I do wonder why there is so much difficulty in getting the myBB portal attached as the front page of the forum.In SMF it is EASY,as the path is already built in.
I downloaded the SMF tinyPortal and then from the ACP of the portal clicked on the homepage button and there it was.
Do not worry,I like myBB far better than SMF and phpBB2 and 3 I have been administrator of.