Jump to content


- - - - -

IP.Board 2.3: Make IPB Change Skin per Diffrent Browser


  • Please log in to reply
7 replies to this topic

#1 Adriano Faria

Adriano Faria

    ...a curious guy...

  • Modders
  • PipPipPipPipPipPipPipPipPipPip
  • 3,268 posts
  • Location:Brazil
  • Real Name:Adriano
  • IPB Version:v3.3.x
Contributor

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.

#2 manHa

manHa

    Damnn.

  • Members
  • PipPipPipPipPip
  • 186 posts
  • IPB Version:v2.3.x
Contributor

Posted 16 October 2008 - 03:34 PM

Nice, thanks. ;)

#3 AndyF

AndyF

    Cogito ergo sum

  • Management
  • PipPipPipPipPipPipPipPipPipPip
  • 8,414 posts
  • Location:Derby, UK
  • Real Name:Andy
  • IPB Version:v3.2.x
Contributor

Posted 17 October 2008 - 02:12 PM

Looks interesting :)

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 theDustRoom

theDustRoom

    Novice

  • Members
  • PipPip
  • 9 posts
  • Location:England
  • Real Name:Paul Massey
  • IPB Version:v2.3.x

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

Edited by theDustRoom, 17 October 2008 - 04:01 PM.


#5 StarsOn45

StarsOn45

    Advanced Member

  • IM Supporters
  • PipPipPipPip
  • 50 posts
  • Location:Nürnberg
  • Real Name:Bernd
  • IPB Version:v3.0.x

Posted 11 April 2009 - 07:58 PM

Hi SOS,

can the Tutorial also differentiate between IE7 and IE8 ?? What has to adjust?

Greetz Stars

#6 Adriano Faria

Adriano Faria

    ...a curious guy...

  • Modders
  • PipPipPipPipPipPipPipPipPipPip
  • 3,268 posts
  • Location:Brazil
  • Real Name:Adriano
  • IPB Version:v3.3.x
Contributor

Posted 11 April 2009 - 08:01 PM

'MSIE 6', 'MSIE 7' and 'MSIE 8'

#7 StarsOn45

StarsOn45

    Advanced Member

  • IM Supporters
  • PipPipPipPip
  • 50 posts
  • Location:Nürnberg
  • Real Name:Bernd
  • IPB Version:v3.0.x

Posted 12 April 2009 - 02:44 PM

... HI @ SOS

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 GuitarSkater

GuitarSkater

    n00b

  • Members
  • Pip
  • 3 posts
  • Real Name:ben
  • IPB Version:v2.3.x

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