Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

kothrush

macrumors member
Original poster
Jul 15, 2002
50
0
I have very limited knowledge of CSS and HTML, so I do not know if this is something very trivial.

How do you get custom top bar in your forum software/isntall like vB or PhpBB? When I install PhpBB , it has its own layout etc. so when people go to forum it loses the header links ( something like what macrumor has with tabs - mac rumor, page2, buy's guide etc). How do you maintain those tabs/headers all across your site with different softwares like wordpress for blogging/phpBB of forums and my own designed photo albums , so that visitors have consistent look for link navigation of pages ?:confused:

Thanks in advance.
 
I haven't used any of that software lately, but I think you will have to do that manually. To change the style/colors you have to edit the stylesheet(s) of phpBB, wordpress, etc. To add your menus to the pages you could do a separate htm file that contains the menu, and then you could include it to the forums and such with something like this:

PHP:
<?php include 'name_of_your_menu_file.htm' ?>
 
floyde said:
I haven't used any of that software lately, but I think you will have to do that manually. To change the style/colors you have to edit the stylesheet(s) of phpBB, wordpress, etc. To add your menus to the pages you could do a separate htm file that contains the menu, and then you could include it to the forums and such with something like this:

PHP:
<?php include 'name_of_your_menu_file.htm' ?>

I am not much interested in changing style/color of the templates in wordpress/phpbb. I can always edit css file for that. But, I was interested in having a consistent top menu so that visitors can navigate through the whole site without getting confused.

Including separate html file in php code seems like a good and easy solution. I will create a small file and see if that works out in wordpress and phpBB. Thanks. Any more ideas about menu ?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.