Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHP
Author Message
Mr_Spock
New Member
New Member



Joined: Apr 25, 2005
Posts: 15
Location: Netherlands

PostPosted: Mon May 02, 2005 1:42 am Reply with quote

Finnely got my phpnuke 7.6 patch2.9 and sentinel running like a charm now i made a redirect page for the badboy's Smile.
Now i did that in html so first i have to convert it to php but i believe that's easy.
Second how or what kind of php script do i need to make it so that it fit in every screen resolution of the user.

Thx in front
 
View user's profile Send private message
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6437

PostPosted: Mon May 02, 2005 5:03 am Reply with quote

The graphics and html determine whether the page displays consistently on different screen resolutions. If you look at some of the themes on one or more of the many theme demo sites, you'll be able to see this in action.

Live long and prosper...

_________________
I search, therefore I exist...
Only registered users can see links on this board! Get registered or login!
 
View user's profile Send private message
hitwalker
Sells PC To Pay For Divorce



Joined:
Posts: 5661

PostPosted: Mon May 02, 2005 5:56 am Reply with quote

meaning,if a theme is build on 100% or has another fixed width.
 
View user's profile Send private message
Mr_Spock







PostPosted: Mon May 02, 2005 3:36 pm Reply with quote

What i mean is that in html you have to build all seperate page's for 800x600 resolution 1024x960 1280x1024 resolution and use a java script to redirect them. now i hope that is a lot simpler in php.
You build one page and you can use it for all the resolutions the watcher (user) could use
So i hope there is some kind of script i could use taht will do that for me.
 
hitwalker







PostPosted: Mon May 02, 2005 3:43 pm Reply with quote

well php cannot recoqnise resolutions,it uses javascript for that and works with cookies.

but in your case,if you realy want to use that to redirect a user by its resolutions then you can use javasscript for that .

just change to whatever you want...

Code:


<scri     pt>var width = screen.width;var res =(((!(640-width))*1)+((!(800-width))*2)+((!(1024-width))*3)+((!(1152-width))*4)+((!(1280-width))*5)+((!(1600-width))*6)); if(!(res)) res = 1;if (res=='1') {window.location='http://www.yahoo.com'}if (res=='2') {window.location='http://www.yahoo.com'}if (res=='3') {window.location='http://www.yahoo.com'}if (res!='1' && res!='2' && res!='3') {window.location='http://www.yahoo.com'}</scr    ipt>
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHP

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©