Content:VKontakte/HiddenSettings/Definitions: Difference between revisions
Jump to navigation
Jump to search
(+array for per-contact settings; +placeholder for 'FloodListingToPopups') |
Dart Raiden (talk | contribs) No edit summary |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#arraydefine: VKontakteHiddenSettingsPerAccount | <includeonly>{{#arraydefine: VKontakteHiddenSettingsPerAccount | ||
| AlwaysOpenCaptchaInBrowser;; MaxFriendsCount;; ShowVkDeactivateEvents;; UseCaptchaAssistant;; UseStandardUrlEncode | | AlwaysOpenCaptchaInBrowser;; FilterAudioMessages;; LoadFilesAsync;; MaxFriendsCount;; OggInAudioMessages;; ReqAuthTimeLater;; ShowReplyInMessage;; ShowVkDeactivateEvents;; StickerBackground;; StickerSize;; UseCaptchaAssistant;; UseStandardUrlEncode;; UseStikersAsStaticSmileys | ||
| ;; | | ;; | ||
}}{{#arraydefine: VKontakteHiddenSettingsPerContact | }}{{#arraydefine: VKontakteHiddenSettingsPerContact | ||
| FloodListingToPopups;; ShowVkDeactivateEvents | | FloodListingToPopups;; ShowVkDeactivateEvents | ||
| ;; | | ;; | ||
}}{{#hashdefine: | }}{{#hashdefine: | ||
Line 11: | Line 11: | ||
}}{{#hashdefine: | }}{{#hashdefine: | ||
FloodListingToPopups | type=;; default_val= | ;; | = | FilterAudioMessages | type=byte;; default_val=0 | ;; | = | ||
}}{{#hashdefine: | |||
FloodListingToPopups | type=byte;; default_val=1 | ;; | = | |||
}}{{#hashdefine: | |||
LoadFilesAsync | type=byte;; default_val=1 | ;; | = | |||
}}{{#hashdefine: | }}{{#hashdefine: | ||
MaxFriendsCount | type=dword;; default_val=1000 | ;; | = | MaxFriendsCount | type=dword;; default_val=1000 | ;; | = | ||
}}{{#hashdefine: | |||
OggInAudioMessages | type=byte;; default_val=0 | ;; | = | |||
}}{{#hashdefine: | |||
ReqAuthTimeLater | type=dword;; default_val=86400 | ;; | = | |||
}}{{#hashdefine: | |||
ShowReplyInMessage | type=byte;; default_val=1 | ;; | = | |||
}}{{#hashdefine: | }}{{#hashdefine: | ||
ShowVkDeactivateEvents | type=byte;; default_val=1 | ;; | = | ShowVkDeactivateEvents | type=byte;; default_val=1 | ;; | = | ||
}}{{#hashdefine: | |||
StickerBackground | type=byte;; default_val=0 | ;; | = | |||
}}{{#hashdefine: | |||
StickerSize | type=dword;; default_val=128 | ;; | = | |||
}}{{#hashdefine: | }}{{#hashdefine: | ||
Line 28: | Line 56: | ||
UseStandardUrlEncode | type=byte;; default_val=0 | ;; | = | UseStandardUrlEncode | type=byte;; default_val=0 | ;; | = | ||
}}{{#hashdefine: | |||
UseStikersAsStaticSmileys | type=byte;; default_val=0 | ;; | = | |||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
{{Documentation | {{Documentation |
Latest revision as of 16:35, 7 May 2024
Documentation
Defines hashtables with hidden settings of VKontakte plugin.
Todo: needs categorization