MyBB Community Forums

Full Version: MyBB Portal?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Hey I am a new MyBB user, I was wondering where I could find a decent portal to install. I browsed the forums with no avail. Sad
Is there one already built in?

Thank you
It's a core feature actually, check out the portal.php page. For example:

http://community.mybb.com/portal.php
(2011-09-15, 10:37 PM)faviouz Wrote: [ -> ]It's a core feature actually, check out the portal.php page. For example:

http://community.mybb.com/portal.php

Oh ok great! I am having a little trouble..
I want 'mydomain.com' to be the portal by default.

Do you know how I could do this?
(2011-09-15, 10:40 PM)Smashbox Wrote: [ -> ]
(2011-09-15, 10:37 PM)faviouz Wrote: [ -> ]It's a core feature actually, check out the portal.php page. For example:

http://community.mybb.com/portal.php

Oh ok great! I am having a little trouble..
I want 'mydomain.com' to be the portal by default.

Do you know how I could do this?

Open your forum root.

If you haven't already find the file named "htaccess.txt" change it to ".htaccess" no other text (note: it is not htaccess.htacess) it is just plain ".htaccess". Now at the top of the file add this:

DirectoryIndex portal.php
Ok this works perfect. But I have mybb installed in /forums/
So I have to go to "mydomain.com/forums/' to see the portal.
Could you give me a tip on making it just "mydomain.com/" to default to the portal?
Anyone? Sad
(2011-09-15, 11:06 PM)Smashbox Wrote: [ -> ]Ok this works perfect. But I have mybb installed in /forums/
So I have to go to "mydomain.com/forums/' to see the portal.
Could you give me a tip on making it just "mydomain.com/" to default to the portal?
Anyone? Sad

I cannot figure out how to do this. Maybe someone else can help.

I attempted it with:
<?php
	define('IN_MYBB', 1);
	require "/forums/global.php";

	include '/forums/portal.php';
?>

but no luck Sad sorry.
ProPortal....Just saying
(2011-09-15, 11:32 PM)Glas Wrote: [ -> ]ProPortal....Just saying

Glas can you hook me up with a link to it? The one I found the site seemed to of expired.
(2011-09-15, 11:36 PM)Smashbox Wrote: [ -> ]
(2011-09-15, 11:32 PM)Glas Wrote: [ -> ]ProPortal....Just saying

Glas can you hook me up with a link to it? The one I found the site seemed to of expired.

http://stevenzezulak.com/download/proportal
(2011-09-15, 11:36 PM)Smashbox Wrote: [ -> ]
(2011-09-15, 11:32 PM)Glas Wrote: [ -> ]ProPortal....Just saying

Glas can you hook me up with a link to it? The one I found the site seemed to of expired.
http://stevenzezulak.com/proportal.html

Although many people says there's an exploit, (that i haven't be able to reproduce/test)
just for safety
disable the "last threads" box, not posts, that one is fine

Pages: 1 2 3