View Full Version : Board in Portal?
Elven-ranger
06-25-2005, 06:49 AM
How can I show the Board inside the portal?
I guess import templates from the board.
Elven-ranger
06-26-2005, 12:55 PM
no one :(? I tought this was easy..
tomshawk
06-26-2005, 12:57 PM
no one :(? I tought this was easy..
http://www.vbadvanced.com/membersarea.php?do=viewusermanual&productid=4&pageid=6
Elven-ranger
06-27-2005, 04:45 AM
So.. when I do that what else I need to do?
mholtum
06-27-2005, 05:00 AM
So.. when I do that what else I need to do?Nothing.
addictive
06-27-2005, 08:51 AM
this is EXACTLY what i wanted, thank you so much!
Uhm ive found a problem with that link, it says:
For the next step, you will want to search your file for the phrase "print_output" (without the quotes). In our example here, you would find the following code:
eval('print_output("' . fetch_template('FORUMHOME') . '");');
You will want to replace this with:
eval('$HTML = "' . fetch_template('FORUMHOME') . '";');
print_portal_output($home, $HTML);
The problem is i cannot find print_output in my index.php
Tried to upload or display but message size is too long and attachment too big so the index.php is as .txt located
Update:
I played around with the code and couldnt get anything working, so i replaced my index.php with the original before anything was editted and now i get:
Fatal error: Call to undefined function: log_admin_action() in /files/home2/clan3vans/x01/index.php on line 32
I think the best way to describe the forum is knackered :confused: :(
Brian
06-29-2005, 07:02 PM
I wouldn't recommend posting links to files like that as it's against your vB license agreement.
The reason you're getting that error is because you've replaced your forum/index.php file with your forum/admincp/index.php file.
http://www.vbadvanced.com/membersarea.php?do=viewusermanual&productid=4&pageid=6
When i do that, everything is in the left column, all the selected modules as well as the forum. The center and right colums are empty.
I found my problem, I didnt have Custom Pages selected in center column.
--------------------------------------
My issue now is, in Site Navigation, the include is the first link. How would I make it so it doesnt appear?
Fixed this too by selecting to Exclude it.
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.