IP.Board 2.3: Make IPB Change Skin per Diffrent Browser
Started by Adriano Faria, Oct 16 2008 02:57 PM
7 replies to this topic
#1
Posted 16 October 2008 - 02:57 PM
This is the support topic for the tutorial Make IPB Change Skin per Diffrent Browser. Please post here if you have any questions or feedback.
#3
Posted 17 October 2008 - 02:12 PM
Looks interesting 
Thanks Adriano
Thanks Adriano
View my tutorials
Please do NOT pm me with support related questions unless requested.
If you are in need of help or assistance, please post on the forum in the appropriate section!
A Look Back - 1.0.1 - 1.3.1 - 2.0.0 - 2.1.7 - 2.2.0 - 2.3.6
#4
Posted 17 October 2008 - 03:54 PM
I've updated my Domain skin mod so it also checks for browser type like this but you can configure your skins via the ACP instead of hard-coding the changes:
Clicky
Clicky
Edited by theDustRoom, 17 October 2008 - 04:01 PM.
Paul "Dust" Massey
Phoenix Rising - Sci-fi, Fantasy & Airsoft
Phoenix Rising - Sci-fi, Fantasy & Airsoft
#5
Posted 11 April 2009 - 07:58 PM
Hi SOS,
can the Tutorial also differentiate between IE7 and IE8 ?? What has to adjust?
Greetz Stars
can the Tutorial also differentiate between IE7 and IE8 ?? What has to adjust?
Greetz Stars
#7
Posted 12 April 2009 - 02:44 PM
... HI @ SOS
I have MSIE and Firefox separated.
Now I would like to separate however MSIE7, MSIE8 and Firefox, which I must do?
Greetz Stars
I have MSIE and Firefox separated.
if ( strpos( $_SERVER['HTTP_USER_AGENT'], 'MSIE') )
{
$id = 6;
$skin_set = 1;
}
else
{
$id = 9;
$skin_set = 1;
}
Now I would like to separate however MSIE7, MSIE8 and Firefox, which I must do?
Greetz Stars
#8
Posted 25 May 2010 - 02:24 PM
thanks!!
Edited by GuitarSkater, 25 May 2010 - 03:08 PM.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users





Contributor














