Page 1 of 1

Suggestions

Posted: Jan Thu 05, 2006 8:20 pm
by Cheshire Cat
(I didn't know where to put this, so if there's a place just move it for me :? )

Next time the site is updated, would it be posssible to keep the side menu up when visiting the forums? Sometimes clicking on "Home" freezes my computer and I miss a song I requested :( . I don't know if anyone else has this problem

Posted: Jan Mon 09, 2006 11:53 am
by subsonic
That's strange.

I wish I could easilly do that.

There's a few portal systems out there. It might just come down to replacing this whole website with one of those. Everything outside of the forums I coded myself. I don't think PHPBB has a mod where you can "wrap" a website around it.

Posted: Jan Mon 09, 2006 4:57 pm
by Cheshire Cat
I don't know anything about designing websites, so I didn't know how easy or difficult it would be. It was just an idea. I solved my problem by opening two internet windows though (one for forums and another for everything else)

Posted: Jan Mon 09, 2006 6:10 pm
by zenmondo
Instead of opening multiple windows, perhaps you should look into a browser that allows tabbed browsing. (I use Firefox). I usually first open the now playing page in a tab, and the forums in another tab.

Posted: Jan Mon 09, 2006 6:11 pm
by eagle4life69
Sub just add a Home link that will take users to the /index.php that should be easy

Posted: Jan Tue 10, 2006 10:51 am
by QuickGold
Sub, you could setup phpbb to run in an IFRAME or AJAX. This script could do it: http://www.dynamicdrive.com/dynamicinde ... cludes.htm

Posted: Jan Tue 10, 2006 11:58 am
by eagle4life69
If he want to recode the whole site he could create a left.php and use a

Code: Select all

<?
require("/left.php");
?>
on any page that needs the left side

Posted: Jan Tue 10, 2006 3:33 pm
by Cheshire Cat
Whoa! I don't know what any of the above means, but they all seem like a lot of trouble :shock:
I'm fine using two browsers...really

Posted: Jan Tue 10, 2006 3:44 pm
by eagle4life69
Not that hard really just take some time

Posted: Jan Tue 10, 2006 3:49 pm
by Cheshire Cat
Well, if you want to do that it would help me out.

Posted: Jan Wed 11, 2006 12:22 pm
by subsonic
AJAX might act funny. Frames could work but then I'd have to pull the header out of one of the layouts.

There's probably a mod that does what we need.