Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 02-18-2007, 03:51 PM   #1
The Duck
Adult Content Provider
 
The Duck's Avatar
 
Industry Role:
Join Date: May 2005
Location: Europe
Posts: 18,243
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.
__________________
Skype Horusmaia
ICQ 41555245
Email [email protected]
The Duck is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-18-2007, 04:06 PM   #2
fallenmuffin
Confirmed User
 
fallenmuffin's Avatar
 
Industry Role:
Join Date: Nov 2005
Posts: 8,170
Quote:
Originally Posted by kandah View Post
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.
fallenmuffin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-18-2007, 04:18 PM   #3
The Duck
Adult Content Provider
 
The Duck's Avatar
 
Industry Role:
Join Date: May 2005
Location: Europe
Posts: 18,243
So I just include the file with the code where I want it?
__________________
Skype Horusmaia
ICQ 41555245
Email [email protected]
The Duck is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.