General > Русский (ru)
Как включить плагины?
progressive:
Что прописать в config.yml для плагинов:
Mibew:GeoIp
Mibew:GoogleMaps
Mibew:RealBan
Mibew:TitleNotification
Подскажите пожалуйста.
faf:
Вообще, в состав дистрибутива для каждого из официальных плагинов включён файл README.md. Там есть описание того, что можно / нужно записать в конфигурацию плагина (с примером). Написано, правда, по-английски.
Если очень лень, то вот реальный конфиг демо-установки (с вырезанной конфиденциальной информацией, естественно), на которой все указанные Вами плагины включены:
--- Code: ---plugins:
"Mibew:Emoji": # Plugin's configurations are described below
ignore_emoticons: false
"Mibew:GoogleMaps": # Plugin's configurations are described below
api_key: "<тут какой-то ужасный ключ API>"
"Mibew:TitleNotification": # Plugin's configurations are described below
new_thread: true
new_message: "both"
"Mibew:GeoIp": # Plugin's configurations are described below
database_path: "<тут какой-то страшный путь>/GeoIP/GeoLite2-City.mmdb"
--- End code ---
progressive:
хочу еще прописать вот эти плагины:
--- Code: --- "Wurrd:AuthAPI":
client_id: TEST_CLIENT_ID
"Mibew:TitleNotification": # Plugin's configurations are described below
new_thread: false
new_message: "operator"
"Mibew:PurgeHistory": # Plugin's configurations are described below
timeout: 172800
--- End code ---
Эта будет так?
--- Code: ---plugins:
"Mibew:Emoji": # Plugin's configurations are described below
ignore_emoticons: false
"Mibew:GoogleMaps": # Plugin's configurations are described below
api_key: "AIzaSyDSq6swVj5N4gOR_FmtxnVdq3hoZYoU1D4"
"Mibew:TitleNotification": # Plugin's configurations are described below
new_thread: true
new_message: "both"
"Mibew:GeoIp": # Plugin's configurations are described below
database_path: "GeoIp/db/GeoIP.mmdb"
"Wurrd:AuthAPI":
client_id: TEST_CLIENT_ID
"Mibew:TitleNotification": # Plugin's configurations are described below
new_thread: false
new_message: "operator"
"Mibew:PurgeHistory": # Plugin's configurations are described below
timeout: 172800
--- End code ---
scalior:
--- Quote from: progressive on October 25, 2016, 01:37:21 PM ---
--- Code: ---plugins:
"Mibew:Emoji": # Plugin's configurations are described below
ignore_emoticons: false
"Mibew:GoogleMaps": # Plugin's configurations are described below
api_key: "AIzaSyDSq6swVj5N4gOR_FmtxnVdq3hoZYoU1D4"
"Mibew:TitleNotification": # Plugin's configurations are described below
new_thread: true
new_message: "both"
"Mibew:GeoIp": # Plugin's configurations are described below
database_path: "GeoIp/db/GeoIP.mmdb"
"Wurrd:AuthAPI":
client_id: TEST_CLIENT_ID
"Mibew:TitleNotification": # Plugin's configurations are described below
new_thread: false
new_message: "operator"
"Mibew:PurgeHistory": # Plugin's configurations are described below
timeout: 172800
--- End code ---
--- End quote ---
Not sure if you noticed this. The YAML file format strongly depends on indentation (number of spaces before each line). Your config snippet was using tabs instead of spaces, so that config file wouldn't work. I have updated your code snippet above to show the changes. Use a plain text editor.
faf:
@progressive, настоятельно рекомендую сменить скомпрометированный Вами ключ для API Google. И больше не размещать (по крайней мере, на этом форуме) подобной конфиденциальной информации. Право слово, Вы бы ещё пароль в открытом доступе опубликовали... ::)
Navigation
[0] Message Index
[#] Next page
Go to full version