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 ..
Modify Portal page
-
- Posts: 102
- Joined: Wed Dec 15, 2010 8:42 pm
Re: Modify Portal page
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.
Re: Modify Portal page
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.
-
- Posts: 55
- Joined: Tue Jan 18, 2011 6:33 pm
Re: Modify Portal page
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.
-
- Posts: 102
- Joined: Wed Dec 15, 2010 8:42 pm
Re: Modify Portal page
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.
Re: Modify Portal page
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
Re: Modify Portal page
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
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.
Re: Modify Portal page
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.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
Re: Modify Portal page
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.
Re: Modify Portal page
ok, here's what i did to put the chat on my portal page...
open portal.php
find
find
open portal.php
find
Code: Select all
add after
$user->setup('mods/lang_portal');
Code: Select all
open styles/your style/template/portal/portal_center.htmlinclude($phpbb_root_path . 'shout.' . $phpEx);
find
Code: Select all
add after
<!-- IF S_DISPLAY_WELCOME -->
<!-- IF S_DISPLAY_WELCOME_GUEST and S_USER_LOGGED_IN -->
<!-- ELSE -->
<!-- INCLUDE portal/block/welcome.html -->
<!-- ENDIF -->
<!-- ENDIF -->
Code: Select all
and that is all i did to add chat to my portal
<!-- INCLUDE chat_body.html -->
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.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT