GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Header site network bar (https://gfy.com/showthread.php?t=707496)

The Duck 02-18-2007 03:51 PM

Header site network bar
 
I see many networks having a bar in the header of all their sites to allow easy access to the other sites in the network. Is there a script that handles this?

Example: http://www.gamerankings.com/itemrank...eviewid=760596

Okay so that bar is for a site out of the network for easy access back to the original site, but you get the idea.

fallenmuffin 02-18-2007 04:06 PM

Quote:

Originally Posted by kandah (Post 11938236)
I see many networks having a bar in the header of all their sites to allow easy access to the other sites in the network. Is there a script that handles this?

Example: http://www.gamerankings.com/itemrank...eviewid=760596

Okay so that bar is for a site out of the network for easy access back to the original site, but you get the idea.

The the example you just showed. It's an framed html document. For example:

launch.php
Code:

<frameset frameborder=0 framespacing=0 border=0 rows="100,*">
        <frame src="topframe.php" name="MainFrame" marginwidth=0 marginheight=0 scrolling=no noresize bordercolor="#FFFFFF">
        <frame src="$location" name="LinkFrame" bordercolor="#FFFFFF">
        <noframes>
                <body bgcolor="#FFFFFF" text="#000000">
                <p>Click on the link to proceed to <a href="$location" target=_top>$location</a>.
                </body>
        </noframes>
</frameset>

Where $location is where you want to send them and in topframe.* you can have your own header like they do.

The Duck 02-18-2007 04:18 PM

So I just include the file with the code where I want it?


All times are GMT -7. The time now is 01:20 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123