Content:VKontakte/HiddenSettings: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(Content:VKontakte/HiddenSettings)
 
(change settings to per-account settings)
Line 10: Line 10:
{{  #loop: i
{{  #loop: i
   | 0                    <!-- loops start value for {{#var:i}} -->
   | 0                    <!-- loops start value for {{#var:i}} -->
   | {{#arraysize:VKontakteHiddenSettings}}  <!-- number of loops -->
   | {{#arraysize:VKontakteHiddenSettingsPerAccount}}  <!-- number of loops -->
   | <tr>
   | <tr>
       <td> {{#arrayindex:VKontakteHiddenSettings | {{#var:i}} }} </td>
       <td> {{#arrayindex:VKontakteHiddenSettingsPerAccount | {{#var:i}} }} </td>
       <td> {{L10n:DBTypes | {{#hashvalue: {{#arrayindex:VKontakteHiddenSettings | {{#var:i}} }} | type}} }} </td>
       <td> {{L10n:DBTypes | {{#hashvalue: {{#arrayindex:VKontakteHiddenSettingsPerAccount | {{#var:i}} }} | type}} }} </td>
       <td style="text-align:center"> {{#hashvalue: {{#arrayindex:VKontakteHiddenSettings | {{#var:i}} }} | default_val}} </td>
       <td style="text-align:center"> {{#hashvalue: {{#arrayindex:VKontakteHiddenSettingsPerAccount | {{#var:i}} }} | default_val}} </td>
       <td> {{L10n:VKontakte/HiddenSettings | {{#arrayindex:VKontakteHiddenSettings | {{#var:i}} }} }} </td>
       <td> {{L10n:VKontakte/HiddenSettings | {{#arrayindex:VKontakteHiddenSettingsPerAccount | {{#var:i}} }} }} </td>
     </tr>
     </tr>
}}
}}

Revision as of 02:55, 15 October 2017

Setting Type Default Description
AlwaysOpenCaptchaInBrowser Byte 0 1 = Always open captcha in browser.
FilterAudioMessages Byte 0 1 = Ignore voice messages.
LoadFilesAsync Byte 1 0 = Disable asynchronous file downloading.
MaxFriendsCount Dword 1000 Maximum friends count.
OggInAudioMessages Byte 0 1 = Use OGG format instead of MP3 for voice messages.
ReqAuthTimeLater Dword 86400 Interval between "remind later" on friend request.
ShowReplyInMessage Byte 1 1 = The protocol itself will generate a message with a quote using BBCode.
ShowVkDeactivateEvents Byte 1 1 = Show deactivate events.
StickerBackground Byte 0 1 = Non-transparent stickers background.
StickerSize Dword 128 Sticker size.
UseCaptchaAssistant Byte 0 1 = Use Captcha Assistant service.
UseStandardUrlEncode Byte 0 1 = Use standard urlEncode for sent messages (more traffic consumption).
UseStikersAsStaticSmileys Byte 0 1 = Use static smiley packs instead of downloadable stickers.
Documentation

Automatic, localized table with hidden settings of VKontakte plugin.