Page B In Page A

admin

Administrator
Staff member
ok i have a website lets call it a(main page) and then i have a forum in a dif dir lets call it b(forum)<br /><br /><br />now how can i make a take the page b with all the settings of b<br /><br />i got page b to load into a with include ("blal") but then when i tryed to move around nothing worked because it was looking for the files that were in its own directory but were not in the directory that it was<br /><br /><br />so i was wondering if there is any code that i can load the forum into the main page as is and it goes through the forum like it was the fist page i loaded but its in the main page<br /><br />know what i am saying??? i can post some htt links but their 18+<br /><br />thanks for anyone that helps me<!--content-->
Hi,<br /><br />I understand what your asking, but to do what your asking, you have to trawl through your entire forum php files and change every single one of them to the right path.<br /><br />What are you trying to achieve at the end of the day?<br /><br />Jim<!--content-->
An easier way (I think) is to create your own forum style to match it to your website's style... It would still be a fullscreen forum btw...<br /><br />Or you could try using frames instead of php include...<br /><br />Kind of depends on what you are trying to do exactly ...<!--content-->
If all you links are consistant (e.g. forum/whatever), why couldn't you just do one global change? <br /><br />Replace <b><a href=http://www.totalchoicehosting.com/forums/lofiversion/index.php/"forum</b> to <b><a href=http://www.totalchoicehosting.com/forums/lofiversion/index.php/"/forum</b><br /><br />The second defines that the path should come off the root.<!--content-->
 
Top