Modify Portal page

User avatar
Dragosvr92
Registered User
Posts: 89
Joined: Tue Apr 26, 2011 12:26 pm
Location: Romania
Flag: Romania
Contact:

Modify Portal page

Post by Dragosvr92 »

Hi SpaceAce, If you have the time, could you teach me how may i get my Navigation bar (thing with Board Index link etc) on the Portal page header?

also the chatbox there too .. :)
Last edited by Dragosvr92 on Tue Feb 26, 2013 10:30 am, edited 2 times in total.


User avatar
itsallaboutmusic
Donor
Posts: 102
Joined: Wed Dec 15, 2010 8:42 pm

Re: Modify Portal page

Post by itsallaboutmusic »

Why do you want a chat box on the portal? Would that not take away from getting folks to the index page? Just interested in your rational.
Last edited by itsallaboutmusic on Tue Feb 26, 2013 10:30 am, edited 2 times in total.

User avatar
Dragosvr92
Registered User
Posts: 89
Joined: Tue Apr 26, 2011 12:26 pm
Location: Romania
Flag: Romania
Contact:

Re: Modify Portal page

Post by Dragosvr92 »

Id like to know how to do that. Spaceace did that on this forums also.
Last edited by Dragosvr92 on Tue Feb 26, 2013 10:30 am, edited 2 times in total.

User avatar
duesmandella
Donor
Posts: 55
Joined: Tue Jan 18, 2011 6:33 pm

Re: Modify Portal page

Post by duesmandella »

I have the chatbox on the portal too. It doesnt take away from the index at all as long as you have the view new posts and index links on there. Plus i have chat notifications for new topics so people are always clicking through there as they are chatting(my chatbox is used ALOT)
Last edited by duesmandella on Tue Feb 26, 2013 10:30 am, edited 2 times in total.

User avatar
itsallaboutmusic
Donor
Posts: 102
Joined: Wed Dec 15, 2010 8:42 pm

Re: Modify Portal page

Post by itsallaboutmusic »

Makes sense, not sure that would work for my forum but I can see how it would work for others. Pretty sure Space can hook you up.
Last edited by itsallaboutmusic on Tue Feb 26, 2013 10:30 am, edited 2 times in total.

User avatar
Mintcopper
Registered User
Posts: 159
Joined: Thu Dec 17, 2009 8:43 am
Flag: Canada

Re: Modify Portal page

Post by Mintcopper »

I'm sure spaceace can help with that ;)
Last edited by Mintcopper on Tue Feb 26, 2013 10:30 am, edited 2 times in total.
Smile it keeps people wondering what your up to :)

User avatar
Dragosvr92
Registered User
Posts: 89
Joined: Tue Apr 26, 2011 12:26 pm
Location: Romania
Flag: Romania
Contact:

Re: Modify Portal page

Post by Dragosvr92 »

He sure can, he added it here lol
Id like it more to add the navigation bar on the portal page.... any idea how to ? O.o
Last edited by Dragosvr92 on Tue Feb 26, 2013 10:30 am, edited 2 times in total.

User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: Modify Portal page

Post by spaceace »

i should be able to help with this stuff tonight after work. i just need to look at your setup to see what changes need to me made.
Last edited by spaceace on Tue Feb 26, 2013 10:30 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
Dragosvr92
Registered User
Posts: 89
Joined: Tue Apr 26, 2011 12:26 pm
Location: Romania
Flag: Romania
Contact:

Re: Modify Portal page

Post by Dragosvr92 »

Ok, but the changes should be the same that you've done.my portal wasnt modifyed,at all.
Last edited by Dragosvr92 on Tue Feb 26, 2013 10:30 am, edited 2 times in total.

User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: Modify Portal page

Post by spaceace »

ok, here's what i did to put the chat on my portal page...

open portal.php

find
Code: Select all
$user->setup('mods/lang_portal');
add after
Code: Select all
include($phpbb_root_path . 'shout.' . $phpEx);
open styles/your style/template/portal/portal_center.html

find
Code: Select all
<!-- IF S_DISPLAY_WELCOME -->
	<!-- IF S_DISPLAY_WELCOME_GUEST and S_USER_LOGGED_IN -->
	<!-- ELSE -->
		<!-- INCLUDE portal/block/welcome.html -->
	<!-- ENDIF -->
<!-- ENDIF -->
add after
Code: Select all
<!-- INCLUDE chat_body.html -->
and that is all i did to add chat to my portal ;)
Last edited by spaceace on Tue Feb 26, 2013 10:30 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.

Image

Need hosting? Click this text to check out ICDSOFT

Post Reply