News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

mobilde iki ayrı tema nasıl yapılır

Started by corumlu recep, March 06, 2023, 12:01:19 PM

Previous topic - Next topic

corumlu recep

mobil girişte android kullanıcısına başka tema apple-ios kullanıcısına başka tema nasıl yapabilirim.

bir de bu 2.1.3 sürümde ping/indexlenme ve mobil alanında yeni neler var acaba.


cee山

https://stackoverflow.com/questions/5050070/exclusive-css-for-iphone-android

if ((navigator.userAgent.match(/iPhone/)) || (navigator.userAgent.match(/iPod/))) {
   alert("we've got an iDevice, Scotty");
}

if (navigator.userAgent.match(/Android/)) {
   alert("Droid me baby");
}

alert lar yerine location.replace("https://www.w3schools.com") bu kodu kullanıp sitenin https://smf.konusal.com/index.php?theme=4 gibi yönlendirme yapabilirsin.

Böyle bir çözüme ulaşabiliriz sanırsam.


ForumSever

Quote from: corumlu recep on June 04, 2023, 05:40:56 PMbunun daha basit yani mod olarak bi yöntemi yok mu acaba.
Var tabiki, hiç yapmamak  🤔

Advertisement: