MyBB Community Forums

Full Version: how to setup mybb website
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello , i want to setup mybb as both forum and portal for my website

my Site Structure will be like these

www.mysite.com (should open mybb portal)
www.forums.mysite.com ( should open mybb forum)
www.gallery.mysite.com (should open tiny web gallery )


can you tell me how can i set this thing up ,

also is there any free gallery that integrates well with mybb ? as there is not gallery system in mybb 1.4
You will have to install the forums under http:/mysite.com/forums and make a subdomain for it that will make it http://forums.mysite.com. If you do not know how to install MyBB read there wiki: http://wiki.mybboard.net/index.php/Installing

I bet there is some MyBB plugin for a gallery But I would suggest you to install http://www.pixelpost.org/ under http://mysite.com/gallery and again make a subdomain for that making it http://gallery.mysite.com.

If you are having trouble or don't know how to install software, make subdomains, etc I could do it for a small price Wink.
Yeah, install the forums as explained above, then copy the portal.php file to the root folder, and edit the line near the top about the path to the forum, and it'll work outside the main directory.
(2009-12-27, 06:09 PM)MattRogowski Wrote: [ -> ]Yeah, install the forums as explained above, then copy the portal.php file to the root folder, and edit the line near the top about the path to the forum, and it'll work outside the main directory.


Hello , i have Tried Copying the portal.php file before posting this thread , the portal.php does not work outsite the main mybb directory , although i did not make any changes at that time as you said

Quote:and edit the line near the top about the path to the forum, and it'll work outside the main directory.

can you tell me what changes are to be made to get the portal.php file working outsite the main directory
Change line 17 to:

$forumdir = "./forums";

Assuming the forum is in a folder called forums...
(2009-12-27, 06:49 PM)MattRogowski Wrote: [ -> ]Change line 17 to:

$forumdir = "./forums";

Assuming the forum is in a folder called forums...


hello , thanks i tried the above changes and was able to view the portal sucessfully but i cannot logged into it , though i can log into forum very well , but i am shown as guest in portal and when try logging in it just say you have logged in succesfully but again redirect to unlogged in portal page
----------------------------

Also When Trying to logging in from the header are where these it written in the portal page
Quote:Hello There, Guest! (Login — Register)

Gives page cannot be found error with these url http://localhost/member.php
Currently i am Testing mybb locally so my setup is like these

http://localhost (opens mybb portal)
http://localhost/mybb (opens mybb forums)

i have copied portal.php file in localhost root directory and changed forum dir as

$forumdir = "mybb";

i can access portals
i can access forums

i can login from forum
but i cannot login from portal

please help
i also facing above problem but no one helps me in this issue
Have you done that?
=> http://community.mybb.com/thread-42123.html

Most of login log out issues will be solved by that!