1 頁 (共 1 頁)

Artodia: Mobile and SEO

發表於 : 2014-01-20 13:05
Jing.Geocacher
風格描述 :
Minimalistic style for mobile devices, such as iPhone and Android phones and for search engine bots. Style uses prosilver color scheme. See mod in contrib/ to add automatic mobile browser detection to your forum.

Style includes automatic mobile device detection mod with ability to switch between mobile and full forum layout. After installing style open contrib/detect_mobile.xml in browser and follow instructions or follow online instructions.
風格作者 : Arty
風格版本 : 3.5
風格下載 : art_mobile_3.5.zip
資料來源 : https://www.phpbb.com/customise/db/styl ... er_mobile/

中文化分享 :
論壇中各功能鍵不需要中文化圖示,唯有此風格所提供的風格切換鍵需要中文化,參考以下
  • 修改檔案 : mobile.php
    搜尋以下,將「Switch to full style」的部份改為您欲顯示的中文字樣,例如「切換至完整風格」

    代碼: 選擇全部

    $text = isset($user->lang[$lang_key]) ? $user->lang[$lang_key] : 'Switch to full style';
    搜尋以下,將「Switch to mobile style」的部份改為您欲顯示的中文字樣,例如「切換至手機風格」

    代碼: 選擇全部

    $text = isset($user->lang[$lang_key]) ? $user->lang[$lang_key] : 'Switch to mobile style';
使用後心得 :
適用於手機瀏覽的簡約風格,並提供風格切換鍵可切換手機瀏覽模式和桌機瀏覽模式。