Jump to content

IPB


* * - - - 1 votes

smf4iphone


27 replies to this topic

#21 iPhone

    Drop Dead Genius

  • Members
  • 52,897 posts
  • iPhone:iPhone 4S, iPhone 3G
  • iPod touch:iPod touch 4G
  • iPad:iPad

Posted 15 June 2010 - 08:12 AM

In every theme of your forum ( index.template.php )

Find this line:
echo $context['html_headers'];


below it, write these:
// START iPhone, iPod, Safari Mobile, Adroid detect	
echo '	
<script type="text/javascript">
var agent = navigator.userAgent.toLowerCase();
var iphone = ((agent.indexOf(\'iphone\'))!=-1);
if (iphone) {window.location = "index.php?theme=3";}
var iphone = ((agent.indexOf(\'ipod\'))!=-1);
if (iphone) {window.location = "index.php?theme=3";}
var iphone = ((agent.indexOf(\'android\'))!=-1);
if (iphone) {window.location = "index.php?theme=3";}
var iphone = ((agent.indexOf(\'safari mobile\'))!=-1);
if (iphone) {window.location = "index.php?theme=3";}
</script>';	
// END iPhone, iPod, Safari Mobile, Adroid detect


replace the theme=3 part with your iphone theme number!

#22 iPhone

    Drop Dead Genius

  • Members
  • 52,897 posts
  • iPhone:iPhone 4S, iPhone 3G
  • iPod touch:iPod touch 4G
  • iPad:iPad

Posted 15 June 2010 - 08:52 AM

oh, and dont put that in the iphone theme

#23 Hacker

  • Members
  • 12,266 posts
  • iPhone:iPhone 4S
  • iPod touch:iPod touch 4G, iPod touch 2G, iPod touch 1G
  • iPad:iPad 2
  • Mac:MacBook Pro
  • Apple TV:Apple TV 2G

Posted 15 June 2010 - 09:28 AM

Thanks iPhone!
(I knew how to do it but I don't like coding JavaScript into a php file!)


:D

Developer of : SwipeSelection - CardSwitcher - Emblem - MountainCenter - Check


#24 Pyr0

  • Members
  • 2,338 posts

Posted 15 June 2010 - 02:04 PM

Sweet thanks iPhone :)

#25 Pyr0

  • Members
  • 2,338 posts

Posted 15 June 2010 - 06:03 PM

Lol i tried this before except i put it in the index.php lol,

#26 iPhone

    Drop Dead Genius

  • Members
  • 52,897 posts
  • iPhone:iPhone 4S, iPhone 3G
  • iPod touch:iPod touch 4G
  • iPad:iPad

Posted 15 June 2010 - 06:28 PM

lol

#27 ColdBlood

  • Members
  • 634 posts
  • iPod touch:iPod touch 4G, iPod touch 2G

Posted 02 December 2011 - 11:30 PM

that code doesnt work for me... and im using 2.0.1

and also do i have to have the mod installed already?

#28 ColdBlood

  • Members
  • 634 posts
  • iPod touch:iPod touch 4G, iPod touch 2G

Posted 02 December 2011 - 11:34 PM

nvmmybad... when i pasted it it copied it in a different order so it didnt reconize it as a script... it works with SMF 2.0.1!!!! omfirmed