![]() |
MyAlerts v2.0.4 - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html) +---- Thread: MyAlerts v2.0.4 (/thread-171301.html) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
|
RE: MyAlerts v2.0.2 - Chamimnya - 03-31-2017 (03-30-2017, 04:53 PM)Euan T Wrote: Hi, Sent you website and account details via PM. RE: MyAlerts v2.0.2 - Euan T - 03-31-2017 (03-31-2017, 12:29 AM)Chamimnya Wrote:(03-30-2017, 04:53 PM)Euan T Wrote: Hi, Thanks, I've had a look and hopefully fixed the issue to your liking. RE: MyAlerts v2.0.2 - macetitan - 04-06-2017 I would love to see mail notifications, I don't care for the notifications on the forum, only for mails,¨ So a user will get email notifications when people posts in his thread ![]() RE: MyAlerts v2.0.2 - Euan T - 04-06-2017 A daily/weekly notification email digest has been planned for a long time, I've just never had time to implement it. RE: MyAlerts v2.0.2 - Pandemonium - 04-07-2017 Hi, I'm trying to implement it for a plugin of mine and the right message comes to the right user at the right time... except it's being send in triplicate. I have no idea why that is and I'm trying to find my error for the last hour or so. I'm guessing it's not a coincidence that it's arriving three times and I have three different alerts registered? (They all have different codes and formatters though.) I appreciate the help! Edit: Never mind! I tried "turning it on and off again" aka, deinstalling and reinstalling including other plugins that use myalerts and it works now. RE: MyAlerts v2.0.2 - Euan T - 04-07-2017 Glad you got it sorted in the end! RE: MyAlerts v2.0.2 - Darkrad - 04-11-2017 Hello, I want to change MyAlerts' modal style to more like facebook-ish type. Instead of clicking on it and modal opens, I want to have Notifications button and there should be styled number count (like Xenforo forums have) and when user clicks on it, it should be like facebook notifications. I think I can do the button and notification number count myself (but probably it would take long) but I have no idea about the rest. Is it possible? If so, is there any existing template I can use? RE: MyAlerts v2.0.2 - Euan T - 04-11-2017 It's possible, but requires template edits and JS edits to get it to work unfortunately. It's not particularly easy to implement. RE: MyAlerts v2.0.2 - Darkrad - 04-11-2017 I think I did template edits, so it's looking as I described but I have no idea how to change others and thats probably .js part. :/ Hmm, I have another issue: Let's say I have 5 alerts, I am viewing them via usercp, not modal. When I click Remove it removes directly and shows "no new alerts", only after I refresh the page I see other 4 non-removed alerts. Why is that happening? How can I solve it? RE: MyAlerts v2.0.2 - Euan T - 04-11-2017 That's a known issue at the minute, which I need to investigate. |