
08-09-2011, 11:18 AM
|
|
|
Join Date: Jun 2008
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by RRiccio
Quote:
Originally Posted by tadukuttan
Desktop/PCMode link does not seem to work with VB 4.1.3, every time user switches to Desktop Style, clicking any forum link causes style to switch back to Mobile/Lightweight style. I just changed default style chooser to have 'none' option with value '-1', similar to what VB mobile style uses to switch back to full style.
Code:
<setting varname="ls_default_style" displayorder="20">
<datatype>free</datatype>
<optioncode>select:eval
$options = fetch_style_title_options_array();$options = array('-1' => $vbphrase['none']) + $options;</optioncode>
</setting>
This works alright, please let me know if there is better fix.
|
where do I edit this?
|
anyone?
|