MyBB Community Forums

Full Version: Rin News 0.3.0 [Real time notifier if has new post and Live Thread]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Rin News

About of Rin News:

This is converted version of Miuna News.
Miuna News use Websocket, this use Firebase.

Rin series uses Firebase.
So worry that Ajax use hight resource no problem to Rin News.

Rin News alert user when:

- Has new post
- Has new thread
- Has new alert (myalert 2.0.2)
- Live Threads

Demo:

https://martyan.info/1811/

User: test
pass: test123

You need create account, but activation not required.

Some images:

[Image: pXR4pZ5.png]
[Image: OpgJVbZ.png]
[Image: vc6z0sv.png]
[Image: W0jNFko.png]

Requirement:

- Firebase account (you can use free account, but has limitation)
- Mybb 1.8
- PHP curl
- PluginLibrary 12

Download:

https://github.com/martec/Rin-News/releases/latest
http://community.mybb.com/mods.php?action=view&pid=599

Support and Bug Report:

- Only this thread can used to support request.
- I refuse support like problem related with custom theme caused due javascript error.
- I refuse support related with buttons caused by custom theme (Font awesome icons, bootstrap etc). Contact theme creator.

How install Rin News:

1 - Install Rin News plugin and Create account in Firebase: https://www.firebase.com/
2 - Click in add project
3 - Click in project that you created in step 2
4 - In overview page click in Add Firebase to your web app
5.1 - Copy apiKey value without quote and past in Your Firebase API Key of plugin setting
5.2 - Copy databaseURL value without quote and past in Your Firebase Database URL of plugin setting
5.3 - Copy authDomain value without quote and past in Your Firebase Authentication Domain of plugin setting
6 - Go to https://gist.githubusercontent.com/marte...Rules.json and copy all content and replace in Rules https://console.firebase.google.com/proj...base/rules (click in link and select your project to go in rules page). Do not forget to click in publish button.
7.1 - Click in https://console.firebase.google.com/proj...s/adminsdk (click in link and select your project to go in Firebase Admin SDK page).
7.2 - Click in Generate New Private Key, and save file in your computer
7.3 - Open file saved in 7.2 with Notepad++ (https://notepad-plus-plus.org/)
7.4 - Copy client_email value without quote and past in Your Firebase Client Email of plugin setting
7.5 - Copy private_key value without quote and past in Your Firebase Private Key of plugin setting
8.1 - Click in https://console.firebase.google.com/proj...asesecrets (click in link and select your project to go in Database Secrets SDK page).
8.2 - Click in show secret button [Image: RGc0u9k.png]
8.3 - Copy secret value  and past in Your Firebase Secret of plugin setting
9 - If need change other settings too.
10 - Done.

About problem with modal in Mybb 1.8.6

Ps. 1.8.5 or below not affect by this

Fix:

1 - Go to https://raw.githubusercontent.com/ATofig...general.js and copy all content (Ctrl + A and Ctrl + C), and open jscripts/general.js and clear all content (Ctrl + A and Del) and paste (Ctrl + V).
2 - Go to ACP > Templates & Style > Templates > Your theme > Ungrouped Templates > headerinclude
3 - Find
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1806"></script>
4 - Replace with
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1806.1"></script>

Donate:

[Image: btn_donateCC_LG.gif]

Thanks.
can you convert these to the growl js alerts?? Toungue
(2015-10-13, 10:24 AM)expat Wrote: [ -> ]can you convert these to the growl js alerts?? Toungue

you saying about jgrowl?
if so maybe...
v 0.2.1 Released:

- New feature: jGrowl notification

Upgrade:

- Unistall old version. Upload new version and install.
v 0.3.0 Released:

- Now compatible with Firebase v3
- Compatible with mybb 1.8.12

Upgrade:

- Unistall old version. Upload new version and install.
I have problem with two of your plugins Rin News & Rin Shoutbox on the same board. It works only one of them. I have this alert in the console.

[attachment=39367]
Hi Martec, I just installed it but it does not work, it does not show the news
Does it work now ?