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.
(2017-09-19, 02:34 PM)WallBB Wrote: [ -> ]Where can I find the new alerts indicator code which changes the title ?
For example :-

WallBB Forum to WallBB Forum - (1)

I wanted to make it (1) - WallBB Forum

Regards
WallBB
It's a little bit hidden in the "myalerts.js" file: https://github.com/MyBBStuff/MyAlerts/bl...rts.js#L23
(2017-09-19, 10:20 PM)TheeDeer Wrote: [ -> ]
(2017-09-19, 02:33 PM)Euan T Wrote: [ -> ]Yes, and there shouldn't be such a file. None of the plugin's code uses that file. Are you sure you've uploaded the files exactly as described here: https://community.mybb.com/thread-171301...pid1160744 (see Download and Install)

There should be a file called "alerts.php" in inc/plugins/.

I installed it exactly as described. The error message says its including a file that is not readable...

Interesting. is there any chance you can PM me your URL, details for a temporary admin account and a temporary FTP account? That's probably the easiest way to work out what's wrong.
(2017-09-20, 03:54 PM)Euan T Wrote: [ -> ]
(2017-09-19, 02:34 PM)WallBB Wrote: [ -> ]Where can I find the new alerts indicator code which changes the title ?
For example :-

WallBB Forum to WallBB Forum - (1)

I wanted to make it (1) - WallBB Forum

Regards
WallBB
It's a little bit hidden in the "myalerts.js" file: https://github.com/MyBBStuff/MyAlerts/bl...rts.js#L23
(2017-09-19, 10:20 PM)TheeDeer Wrote: [ -> ]
(2017-09-19, 02:33 PM)Euan T Wrote: [ -> ]Yes, and there shouldn't be such a file. None of the plugin's code uses that file. Are you sure you've uploaded the files exactly as described here: https://community.mybb.com/thread-171301...pid1160744 (see Download and Install)

There should be a file called "alerts.php" in inc/plugins/.

I installed it exactly as described. The error message says its including a file that is not readable...

Interesting. is there any chance you can PM me your URL, details for a temporary admin account and a temporary FTP account? That's probably the easiest way to work out what's wrong.

Thanks Euan, this is what I needed Smile
Hi, I'm currently having troubles with the modal..

I moved the {$myalerts_headericon} to 'header' file instead of 'welcome_member' so maybe I forgot to move something?

in case image isn't working: image

[Image: error.jpeg]
(2017-09-20, 06:33 PM)Soeplepel Wrote: [ -> ]Hi, I'm currently having troubles with the modal..

I moved the {$myalerts_headericon} to 'header' file instead of 'welcome_member' so maybe I forgot to move something?

in case image isn't working: image

[Image: error.jpeg]

Interesting. Have you got the current version of the "alerts.php" file from GitHub? https://github.com/MyBBStuff/MyAlerts/bl...alerts.php
(2017-09-20, 09:13 PM)Euan T Wrote: [ -> ]
(2017-09-20, 06:33 PM)Soeplepel Wrote: [ -> ]Hi, I'm currently having troubles with the modal..

I moved the {$myalerts_headericon} to 'header' file instead of 'welcome_member' so maybe I forgot to move something?

in case image isn't working: image

[Image: error.jpeg]

Interesting. Have you got the current version of the "alerts.php" file from GitHub? https://github.com/MyBBStuff/MyAlerts/bl...alerts.php

I have installed the plugin 2 months ago. It's interesting that when I change back to the old layout, it works

Nevermind, a jQuery error from a different file made MyAlerts stop working. Fixed it and it's working again, no issue with your plugin Smile
//PROBLEM SOLVED*


Hi there!

At first, welcome and thank You for great extension!
I like it but I have small problem. During installation, my server crashed, then I try to install it again.
It is running, it is allive but... Some things are installed twice (look at attachment) xD

Can someone tell me how to fix this problem? What template I must edit?
I will be very grateful for help.

*

{$myalerts_js} was pasted twice in:
ACP - Templates & Styles - Templates - Your Theme - Ungrouped Templates - headerinclude
Glad you managed to get it fixed Smile
Where is the latest files for this? I want to install it on our forum.
(2017-09-27, 08:33 AM)Noobly Wrote: [ -> ]Where is the latest files for this? I want to install it on our forum.

See the bottom of the first post in this thread for Download & Install instructions: https://community.mybb.com/thread-171301...pid1160744

The link to the download there is always the most recent version of the code.
Hi Euan, can you tell me where edit {$alert['received_at']} variable?

Because in alert rows I have an error where there is time of alert received, like: "xxxx replied to your thread "yyyy". There may be more posts after this. <span title="">Today</span>"

I would like delete "span title", thank you