![]() |
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 - Euan T - 07-12-2015 Yep, as above ![]() RE: MyAlerts v2.0.2 - Zueq - 07-13-2015 (07-11-2015, 05:26 PM)Euan T Wrote: The easiest thing to do would be to create the tables via phpMyAdmin. Use the following SQL: Okay! Great! It worked, and I got everything working perfectly! There's just one thing, though. The "{$myalerts_js}{$myalerts_modal}" codes got added to the NewPoints plugin that I am also using on my forum, but I don't think the jscripts are working for it for some odd reason? It just sticked it on the NewPoints pages as shown below. RE: MyAlerts v2.0.2 - .m. - 07-13-2015 ^ see post #367 and post #369 (on the same page) RE: MyAlerts v2.0.2 - Zueq - 07-13-2015 Okay, well that's great, but that still doesn't fix my problem. The pages are still showing up like that. Is it the jscript or something? It's just doing it to the NewPoints plugin. I didn't mind adding the code to it, since I'm pretty sure it indeed needs that coding there for MyAlerts to properly work, but it's just not working correctly. :/ RE: MyAlerts v2.0.2 - kawaii - 07-13-2015 (07-13-2015, 04:02 AM)Zueq Wrote: Okay, well that's great, but that still doesn't fix my problem. The pages are still showing up like that. Is it the jscript or something? It's just doing it to the NewPoints plugin. I didn't mind adding the code to it, since I'm pretty sure it indeed needs that coding there for MyAlerts to properly work, but it's just not working correctly. :/ Known bug in 1.8.5 due to the way MyBB interprets some code regarding templates right now. You don't really have a choice but to fix it manually. RE: MyAlerts v2.0.2 - Euan T - 07-13-2015 Yeah, you'll have to manually edit the new points templates and remove the variables. RE: MyAlerts v2.0.2 - Syryus - 07-13-2015 Quote:Fatal error: Class 'MybbStuff_MyAlerts_AlertTypeManager' not found Keep getting this weird thing. And yes, I have the core. RE: MyAlerts v2.0.2 - Euan T - 07-13-2015 That's strange, I take it the file 'inc/plugins/MybbStuff/MyAlerts/src/AlertTypeManager.php' exists? Can you check the file permissions on that file and make sure it's accessible? RE: MyAlerts v2.0.2 - Syryus - 07-13-2015 Hmm, I have an idea of what went wrong, but I don't have the solution. The error first appeared when I tried to install MyAlerts and I think the file was not there or had bad permissions then. After that I reinstalled everything. The only way to make the error go away was to delete the myalerts.php, but I can't uninstall it properly in the acp. When I put it back in the plugins folder, bam! error. So maybe because of that the error is still there? RE: MyAlerts v2.0.2 - Euan T - 07-13-2015 Hi, That's odd. You're sure all of the MyAlerts files are there? If you want, I can take a look if you PM me admin and FTP details for your site. |