[ABD] AOS Notifications

Any abandoned MODs will be moved to this forum.

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

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
User avatar
ASD2010
Registered User
Posts: 134
Joined: Wed Oct 20, 2010 4:49 pm
Location: Guatemala, City
Name: Wil Elias

Re: [DEV] AOS Notifications

Post by ASD2010 »

Excelent!! thanks Alorse... ;)
User avatar
Alorse
Registered User
Posts: 174
Joined: Sun Apr 06, 2008 8:18 pm
Location: Colombia
Name: Fredo

Re: [DEV] AOS Notifications

Post by Alorse »

2012-03-09 - Update version 0.0.8
  • [BUG] Fixed conflict with variable phpBB3.
  • [BUG] Fixed a conflict with an error of hook (thanks to leviatan21) http://tracker.phpbb.com/browse/PHPBB3-9842
  • [BUG] Fixed conflict with update phpBB3.
  • [New] Added configuration from the ACP.
  • [New] Support for templates based on subsilver2.
  • [New] Added permissions for groups.
  • [New] The distinction between own topics and topics discussed.
  • [Change] rewrite of code.
  • [Change] Changing style and button.
  • Version for phpBB 3.0.10
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica

Re: [DEV] AOS Notifications

Post by Jessica »

awesome (:
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
mr.vixus
Registered User
Posts: 69
Joined: Fri Jan 05, 2007 9:11 am
Location: Libya
Name: Mohamed Krayem

Re: [DEV] AOS Notifications

Post by mr.vixus »

nice MOD

installed on localhost with morethan 280000 posts (many many notifications)

but something make me confused

the large amount of sql queries when you viewing the file /aos_notifications.php


see the image

Image


is that normal ?
User avatar
Alorse
Registered User
Posts: 174
Joined: Sun Apr 06, 2008 8:18 pm
Location: Colombia
Name: Fredo

Re: [DEV] AOS Notifications

Post by Alorse »

mr.vixus wrote:is that normal ?
It is not normal
Unless the configuration of topics per page, have a very large number.
ACP >> GENERAL >> Post settings >> Topics per page
What number are you?
mr.vixus
Registered User
Posts: 69
Joined: Fri Jan 05, 2007 9:11 am
Location: Libya
Name: Mohamed Krayem

Re: [DEV] AOS Notifications

Post by mr.vixus »

Topics per page: 30 :|
_Al
Registered User
Posts: 203
Joined: Mon Oct 20, 2008 9:24 pm
Location: Sweetas - All your friends online

Re: [DEV] AOS Notifications

Post by _Al »

Nice work Alorse "Following" this topic
mr.vixus
Registered User
Posts: 69
Joined: Fri Jan 05, 2007 9:11 am
Location: Libya
Name: Mohamed Krayem

Re: [DEV] AOS Notifications

Post by mr.vixus »

mr.vixus wrote:nice MOD

installed on localhost with morethan 280000 posts (many many notifications)

but something make me confused

the large amount of sql queries when you viewing the file /aos_notifications.php


see the image

Image


is that normal ?
note: i found that if you are viewing topic with attachment in it => you got the same problem (large number of sql queries -as mentioned in footer debug info-)

but if you disabled the aos_notifications MOD and back to that topic => the problem disappears and sql-queries number is normal

any solutions for this?
User avatar
Alorse
Registered User
Posts: 174
Joined: Sun Apr 06, 2008 8:18 pm
Location: Colombia
Name: Fredo

Re: [DEV] AOS Notifications

Post by Alorse »

It is not normal, but still can not find an appropriate solution for error.
Be assured that when you find it share it immediately.
A greeting and I offer you an apology.
User avatar
FB92
Registered User
Posts: 181
Joined: Sun Oct 02, 2011 8:34 pm

Re: [DEV] AOS Notifications

Post by FB92 »

Sounds like a fab idea for a MOD. Will add it to my coming soon forum.
spiritdead
Registered User
Posts: 6
Joined: Wed May 02, 2012 3:26 am

Bug in aos notification, rare

Post by spiritdead »

Good afternoon,
I would like to ask for support regarding a rare bug that appears in the MOD aos_notifications.php

i see this error

Code: Select all

[phpBB Debug] PHP Notice: in file [ROOT]/aos_notifications.php on line 29: Undefined index: notifications_enable

Warning: Cannot modify header information - headers already sent by (output started at /home/ct567yhh/public_html/includes/functions.php:3823) in /home/ct567yhh/public_html/includes/functions.php on line 4722

Warning: Cannot modify header information - headers already sent by (output started at /home/ct567yhh/public_html/includes/functions.php:3823) in /home/ct567yhh/public_html/includes/functions.php on line 4724

Warning: Cannot modify header information - headers already sent by (output started at /home/ct567yhh/public_html/includes/functions.php:3823) in /home/ct567yhh/public_html/includes/functions.php on line 4725

Warning: Cannot modify header information - headers already sent by (output started at /home/ct567yhh/public_html/includes/functions.php:3823) in /home/ct567yhh/public_html/includes/functions.php on line 4726
i try to fix it, but i cant find the location bug :S

thx.

more information:
webpage = http://codemania.tk
for test
user = test
pass = 123456
You do not have the required permissions to view the files attached to this post.
vipaka
Registered User
Posts: 493
Joined: Sun Aug 28, 2011 7:25 pm

Re: [DEV] AOS Notifications

Post by vipaka »

I have a question about this mod.

Is there suppose to be a "limit" to the maximum number of notifications a user can have? When I installed this on my forum, the ucp controls seem to be completely nonfunctional. I've set it to 5, 10, and many other values but it always shows the actual total number instead of the maximum set in the preferences.
Last edited by vipaka on Wed May 02, 2012 9:24 pm, edited 3 times in total.
Curious about my work? See it for yourself.
Image
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: Bug in aos notification, rare

Post by 4_seven »

spiritdead wrote:

Code: Select all

Undefined index: notifications_enable
open

root/aos_notifications.php

find

Code: Select all

!$aos->config['notifications_enable']
replace with

Code: Select all

(isset($aos->config['notifications_enable'] && !$aos->config['notifications_enable']))
Current Mods | Mod Base | php(BB) programming | No help via PM
spiritdead
Registered User
Posts: 6
Joined: Wed May 02, 2012 3:26 am

Re: Bug in aos notification, rare

Post by spiritdead »

4_seven wrote:
spiritdead wrote:

Code: Select all

Undefined index: notifications_enable
open

root/aos_notifications.php

find

Code: Select all

!$aos->config['notifications_enable'] 
replace with

Code: Select all

(isset($aos->config['notifications_enable'] && !$aos->config['notifications_enable'])) 
not work :S :'( if i use isset in the "if" for evade if the debug make a lot bugs

Code: Select all

[phpBB Debug] PHP Notice: in file [ROOT]/aos_notifications.php on line 39: Undefined index: noty_limit_large
[phpBB Debug] PHP Notice: in file [ROOT]/aos_notifications.php on line 39: Undefined index: foll_limit_large
[phpBB Debug] PHP Notice: in file [ROOT]/aos_notifications.php on line 39: Undefined index: book_limit_large
[phpBB Debug] PHP Notice: in file [ROOT]/includes/hooks/hook_aos_notifications.php on line 89: Undefined index: noty_limit_small
[phpBB Debug] PHP Notice: in file [ROOT]/includes/hooks/hook_aos_notifications.php on line 90: Undefined index: foll_limit_small
[phpBB Debug] PHP Notice: in file [ROOT]/includes/hooks/hook_aos_notifications.php on line 91: Undefined index: book_limit_small
[phpBB Debug] PHP Notice: in file [ROOT]/includes/hooks/hook_aos_notifications.php on line 277: Undefined index: only_my_topics
[phpBB Debug] PHP Notice: in file [ROOT]/includes/hooks/hook_aos_notifications.php on line 277: Undefined index: only_my_topics
[phpBB Debug] PHP Notice: in file [ROOT]/includes/hooks/hook_aos_notifications.php on line 96: Undefined index: user_posted_in_my_post
[phpBB Debug] PHP Notice: in file [ROOT]/includes/hooks/hook_aos_notifications.php on line 101: Undefined index: followers_my_topics
[phpBB Debug] PHP Notice: in file [ROOT]/includes/hooks/hook_aos_notifications.php on line 106: Undefined index: bookmarks_my_topics
[phpBB Debug] PHP Notice: in file [ROOT]/includes/hooks/hook_aos_notifications.php on line 111: Undefined index: only_post_unread
[phpBB Debug] PHP Notice: in file [ROOT]/includes/hooks/hook_aos_notifications.php on line 119: Undefined index: bookmarks_my_topics
[phpBB Debug] PHP Notice: in file [ROOT]/includes/hooks/hook_aos_notifications.php on line 120: Undefined index: followers_my_topics
[phpBB Debug] PHP Notice: in file [ROOT]/includes/hooks/hook_aos_notifications.php on line 122: Undefined index: notifications_enable
[phpBB Debug] PHP Notice: in file [ROOT]/includes/hooks/hook_aos_notifications.php on line 123: Undefined index: ucp_an_enable
[phpBB Debug] PHP Notice: in file [ROOT]/includes/hooks/hook_aos_notifications.php on line 124: Undefined index: user_posted_in_my_post
[phpBB Debug] PHP Notice: in file [ROOT]/includes/hooks/hook_aos_notifications.php on line 125: Undefined index: view_more_notifications
[phpBB Debug] PHP Notice: in file [ROOT]/includes/hooks/hook_aos_notifications.php on line 127: Undefined index: user_posted_in_my_post
[phpBB Debug] PHP Notice: in file [ROOT]/aos_notifications.php on line 41: Undefined index: only_post_unread
[phpBB Debug] PHP Notice: in file [ROOT]/includes/hooks/hook_aos_notifications.php on line 277: Undefined index: only_my_topics
[phpBB Debug] PHP Notice: in file [ROOT]/aos_notifications.php on line 46: Undefined index: noty_limit_large
[phpBB Debug] PHP Notice: in file [ROOT]/aos_notifications.php on line 47: Undefined index: noty_limit_large
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4722: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4724: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4725: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4726: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
omg...

you have msn ?
spiritdead
Registered User
Posts: 6
Joined: Wed May 02, 2012 3:26 am

Re: [DEV] AOS Notifications

Post by spiritdead »

FIXED in the forum http://phpbb-es.com :) thx leviathan

Return to “[3.0.x] Abandoned MODs”