
and page will be going long loading...
i want make full optimse template with responsive layout using php and remove extra coding completely in mobile resolution to make faster page load.
if its n't available in PHP conditionals so please give me php coding for globle.php and for other .php file to geting screen width using $mybb->['screen.with'] vreb.
i now this vreb not work i want same php coding to get work this vreb and geting sreen width then i will easily do this.
like
<if $mybb->['screen.with'] <= 680 then> You are using mobile device</if>
<if $mybb->['screen.with'] >= 680 then> You are using computer</if>
like
<if 480 <= 680 then> You are using mobile device</if>
<if 1020 >= 680 then> You are using computer</if>