MyBB Community Forums

Full Version: Using your portal as your site home page.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11
Thnx Beatrix...

With the edits. www.yourforum.com/index.php - You go to Portal
www.yourforum.com/forums.php - You go to your Fórum.
(2009-05-02, 11:45 AM)legendz Wrote: [ -> ]Thnx Beatrix...

With the edits. www.yourforum.com/index.php - You go to Portal
www.yourforum.com/forums.php - You go to your Fórum.

Yep. Wink That's how it works.
Your welcome.
Thats very useful tutorial.... Quality Work Beatrix.
Keep it up
I have successfully changed portal to index, but how do I make forum logo as forums.php redirect?
(2009-05-07, 06:32 PM)Jk- Wrote: [ -> ]I have successfully changed portal to index, but how do I make forum logo as forums.php redirect?

You have to edit that in your header templates.
I have done this with success but now I canot figure out how to go about updating the whos online portion. I know which files are to be edited but not what to change and how. I read a tutorial on how to add new ones and it made no sense to me on how to edit existing ones.

portal.php is now index.php
index.php is now forums.php

Edit: Sorted
(2009-02-03, 06:47 PM)bombo Wrote: [ -> ]
(2009-01-20, 05:22 AM)Beatrix Kiddo Wrote: [ -> ]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.

in global.php
find:
// Add our main parts to the navigation
$navbits = array();
$navbits[0]['name'] = $mybb->settings['bbname_orig'];
$navbits[0]['url'] = $mybb->settings['bburl']."/index.php";
and replace it with:
// Add our main parts to the navigation
$navbits = array();
$navbits[0]['name'] = $mybb->settings['bbname_orig'];
$navbits[0]['url'] = $mybb->settings['bburl']."/forums.php";
is this what you need?

You should add this to the first post Smile worked for me
(2009-07-28, 12:39 AM)kjaonline Wrote: [ -> ]
(2009-02-03, 06:47 PM)bombo Wrote: [ -> ]
(2009-01-20, 05:22 AM)Beatrix Kiddo Wrote: [ -> ]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.

in global.php
find:
// Add our main parts to the navigation
$navbits = array();
$navbits[0]['name'] = $mybb->settings['bbname_orig'];
$navbits[0]['url'] = $mybb->settings['bburl']."/index.php";
and replace it with:
// Add our main parts to the navigation
$navbits = array();
$navbits[0]['name'] = $mybb->settings['bbname_orig'];
$navbits[0]['url'] = $mybb->settings['bburl']."/forums.php";
is this what you need?

You should add this to the first post Smile worked for me
There's no need, seeing as its on the first page, second or third post, I think.
Eh. I haven't seen a simple answer to have the portal as http://sld.tld/ and the forums at http://sld.tld/bb/ ... Is there one?
Nice tutorial, I might use later.
Pages: 1 2 3 4 5 6 7 8 9 10 11