MyBB Community Forums

Full Version: MyAlerts v2.0.4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2015-06-01, 08:02 PM)andrewjs18 Wrote: [ -> ]
(2015-06-01, 07:52 PM)Euan T Wrote: [ -> ]In order for the new template updates and the new template to be created, you need to deactivate and activate again. No old data or template changes will be lost, but you should run the "find updated templates" tool from the ACP to compare the template changes.

thanks for the update.   Big Grin
No problem Smile
(2015-06-01, 08:36 PM)Eldenroot Wrote: [ -> ]@Euan - thx for the update. Could you add link to Thank you/like system into your wiki? http://community.mybb.com/thread-169382.html
Sure, I'll add it right now, thanks for nudging me!
(2015-06-01, 08:51 PM)hkkp Wrote: [ -> ]
(2015-06-01, 07:09 PM)Euan T Wrote: [ -> ]
(2015-06-01, 06:38 AM)hkkp Wrote: [ -> ]thank you.

next problem.

http://www.xxx.com/private.php?action=read&pmid=1155 ---> okay

myalerts --->http://www.xxx.com/alerts.php?action=view&id=8 ---> invalid pm

Hi,

Can you run the following SQL query in phpMyAdmin and send me the results please?

SELECT * FROM mybb_alerts WHERE id = 8;
Hi, remove the "LIMIT 0, 30;" part of the code.
and where?
Run the query I gave you in phpMyAdmin, but only the code I gave you. The query you ran had an extra string on the end, which caused the error.
where deleted the extra string? i not speak english, i speak german... *gg*
Thanks Euan T.
or i give you access to phpmyadmin und you works fine...

sql: SELECT * FROM mybb_alerts WHERE id = 8;
answer: http://community.mybb.com/attachment.php?aid=34377
(2015-06-01, 09:39 PM)hkkp Wrote: [ -> ]or i give you access to phpmyadmin und you works fine...

Hi,

In phpMyAdmin, just do the following:

[Image: OI1cmGp.png]
okay, i have http://www.mysqldumper.net/ ... two minutes later...

i have deletet the old messages today morning.... orange...

Here is just midnight . I will contact you tomorrow , dies When I tested again . especially since I have the new version of you installed . Thank you for your trouble.
I get this error after installing MyAlerts:

SQL Error:
    1054 - Unknown column 'a.from_user_id' in 'on clause'
Query:
    SELECT a.*, u.uid, u.username, u.avatar, u.usergroup, u.displaygroup, t.code FROM mybb_alerts a LEFT JOIN mybb_users u ON (a.from_user_id = u.uid) INNER JOIN mybb_alert_types t ON (a.alert_type_id = t.id) WHERE a.uid = 10 AND (a.alert_type_id IN (1,2,3,4,5,6) OR a.forced = 1 OR t.can_be_user_disabled = 0) AND t.enabled = 1 ORDER BY a.id DESC LIMIT 0, 5;
Hello Sir,

This is the error in my console browser but i manage to fix it by changing a compatible 1.8 theme.

Also what styling can i apply to   {$myalerts_headericon}     because when i place it in my nav it breaks the line also the DOT before the word  ·Alerts (0) is it possible to remove that?

another thing is when you activate the new my alert it adds this to all "{$myalerts_js}{$myalerts_modal}"  custom template under global templates.

[attachment=34378][attachment=34381]