[ABD] [BETA] Active Notifications

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
Satanasov
Registered User
Posts: 1315
Joined: Sun Jul 29, 2012 5:48 am
Name: Stanislav Atanasov

[ABD] [BETA] Active Notifications

Post by Satanasov »

Active Notifications

Master 3.2
Image Image


This extension will keep your notifications "active" - it will pull special controller every configurable amount of seconds and will recieve JSON of the notifications for the user. Then it will update the notifications container adding new ones at the top.

The extension supports 3.1 trough branch https://github.com/satanasov/activenoti ... le-0.9-3.1

Master is compatible with 3.2.

Installation

git clone https://github.com/satanasov/activenotifications.git $phpbb_root_path/ext/anavaro/activenotifications
Go to ACP->Customize-> Extensions
Enable phpBB 3.2 Active notifications

Configuration

ACP -> Board features -> Active Notifications

WARNING!!! This extension is tested only with prosilver. If your style is not supported by default - contact me and I will see what can be done!
Last edited by Satanasov on Sun Jan 15, 2017 12:10 pm, edited 5 times in total.
For list of all my extensions go to https://github.com/satanasov
If you want custom functions in some of my products - PM me and we will discuss it.
jimi007
Registered User
Posts: 11
Joined: Mon Nov 24, 2008 5:57 am

Re: [BETA] Active Notifications

Post by jimi007 »

Thanks for the ext. Looks nice to me... I need to add this on live forum
User avatar
frax
Registered User
Posts: 45
Joined: Thu Dec 11, 2014 4:10 pm
Location: Cosenza
Name: Frax C.

Re: [BETA] Active Notifications

Post by frax »

Error message, try opening a notification.

No route found for "GET /orum.cosenzaunited.org/index.php"
Satanasov
Registered User
Posts: 1315
Joined: Sun Jul 29, 2012 5:48 am
Name: Stanislav Atanasov

Re: [BETA] Active Notifications

Post by Satanasov »

frax wrote:Error message, try opening a notification.

No route found for "GET /orum.cosenzaunited.org/index.php"
There is a lot of bugs for now.
For list of all my extensions go to https://github.com/satanasov
If you want custom functions in some of my products - PM me and we will discuss it.
floxx
Registered User
Posts: 42
Joined: Thu Nov 03, 2011 9:51 pm

Re: [BETA] Active Notifications

Post by floxx »

Hi,

Any news about this ext?
Satanasov
Registered User
Posts: 1315
Joined: Sun Jul 29, 2012 5:48 am
Name: Stanislav Atanasov

Re: [BETA] Active Notifications

Post by Satanasov »

I'm working on it, but it is not priority extension.
For list of all my extensions go to https://github.com/satanasov
If you want custom functions in some of my products - PM me and we will discuss it.
Satanasov
Registered User
Posts: 1315
Joined: Sun Jul 29, 2012 5:48 am
Name: Stanislav Atanasov

Re: [BETA] Active Notifications

Post by Satanasov »

I'm working on it, but it is not priority extension.
For list of all my extensions go to https://github.com/satanasov
If you want custom functions in some of my products - PM me and we will discuss it.
Tuqe
Registered User
Posts: 63
Joined: Mon Nov 10, 2014 9:18 am
Location: Turkey

Re: [BETA] Active Notifications

Post by Tuqe »

I don't understand how it works :(
Satanasov
Registered User
Posts: 1315
Joined: Sun Jul 29, 2012 5:48 am
Name: Stanislav Atanasov

Re: [BETA] Active Notifications

Post by Satanasov »

Tuqe wrote:I don't understand how it works :(
Basically it pulls the server at given interval. If there is new notification - it will update the page title and notifications count. (and add semi working notification in notifications drop down).

Next version will use cookie so only one pull be made per browser per user (now any open window makes new pull).
For list of all my extensions go to https://github.com/satanasov
If you want custom functions in some of my products - PM me and we will discuss it.
Tuqe
Registered User
Posts: 63
Joined: Mon Nov 10, 2014 9:18 am
Location: Turkey

Re: [BETA] Active Notifications

Post by Tuqe »

:(
Please you add a screenshot ?
Satanasov
Registered User
Posts: 1315
Joined: Sun Jul 29, 2012 5:48 am
Name: Stanislav Atanasov

Re: [BETA] Active Notifications

Post by Satanasov »

Today push fixes (or should fix issues) with notification links and server load - now the extension should make only one request per user browser.
For list of all my extensions go to https://github.com/satanasov
If you want custom functions in some of my products - PM me and we will discuss it.
systemcrack
Registered User
Posts: 158
Joined: Thu Jun 24, 2010 4:35 pm
Location: Italy

Re: [BETA] Active Notifications

Post by systemcrack »

I love it!!!!
Sorry for my bad English ..
Satanasov
Registered User
Posts: 1315
Joined: Sun Jul 29, 2012 5:48 am
Name: Stanislav Atanasov

Re: [BETA] Active Notifications

Post by Satanasov »

Thanks!
For list of all my extensions go to https://github.com/satanasov
If you want custom functions in some of my products - PM me and we will discuss it.
User avatar
DesignerMix
Registered User
Posts: 40
Joined: Thu Jul 17, 2014 11:03 am
Location: Russia, Belgorod

Re: [BETA] Active Notifications

Post by DesignerMix »

Hello, install it on my forum (at my own risk), work good but i found problem:

My forum not in the root it in the forum folder (sitename.ru/forum/app.php/reputation/), and when it update notification, link is not in forum directory but in root (sitename.ru/app.php/reputation/). Can you suggest me where can i edit code to solve it?
Satanasov
Registered User
Posts: 1315
Joined: Sun Jul 29, 2012 5:48 am
Name: Stanislav Atanasov

Re: [BETA] Active Notifications

Post by Satanasov »

DesignerMix wrote:Hello, install it on my forum (at my own risk), work good but i found problem:

My forum not in the root it in the forum folder (sitename.ru/forum/app.php/reputation/), and when it update notification, link is not in forum directory but in root (sitename.ru/app.php/reputation/). Can you suggest me where can i edit code to solve it?
I have this problem with routes ... this is why this extension is hardly worked on.

The line you need is 92 in controller/main_controller.php

There the url is generated. It's as hackish as it can be and it is made to work in few cases ... problem is I'm not sure how to make it work in general case.
For list of all my extensions go to https://github.com/satanasov
If you want custom functions in some of my products - PM me and we will discuss it.

Return to “Abandoned Extensions”