Advertisement:

Author Topic: Board Notification Mod - 1.2.1 released  (Read 28422 times)

Offline Wilo

  • Jr. Member
  • **
  • Posts: 104
Re: Board Notification Mod - 1.2.1 released
« Reply #120 on: July 16, 2012, 09:50:04 AM »
Hi,

Thanks for the clarification.  It was working fine for me in the past.

I have removed all individual notifications from my profile.  I go to a board, click notify, check any topic and the notification status is still off.  This implies the mods not working for my forum correct?

If so can you please advise on the best way to roubleshoot this?

Thanks again for all your help and responses.

W.

Offline SabreOfParadise

  • Semi-Newbie
  • *
  • Posts: 85
Re: Board Notification Mod - 1.2.1 released
« Reply #121 on: July 16, 2012, 10:21:14 AM »
It is called board notification mod. So why are you checking the topic notifications?

To check if it is working:
- Subscribe to a board
- Create a test user
- Make a new topic with the test user

Second test:

- Make a new topic with your own user
- Answer with the test user

If you get an email in both cases the board notification mod is working.

Offline Wilo

  • Jr. Member
  • **
  • Posts: 104
Re: Board Notification Mod - 1.2.1 released
« Reply #122 on: July 16, 2012, 12:58:14 PM »
Hi,

Thanks for the tests.  I'm checking for topic notifications because of the following statement in the mods description.

Quote
User will get notified of new topics and new posts if subscribed to the corresponding board.

Forgive me, i'm now very confused.  Running the tests with, and without the mod has the same results.

Thanks again for your help with this. 

Offline SabreOfParadise

  • Semi-Newbie
  • *
  • Posts: 85
Re: Board Notification Mod - 1.2.1 released
« Reply #123 on: July 17, 2012, 02:57:25 AM »
The statement you are citing doesn't mention topic subscriptions. Perhaps the word subscription will make it more clear. You can subscribe to a board or to a topic in an unmodded SMF. When you are subscribed to a board you'll get just get notified of new topic not of new posts in existing topics. The board notification changes just that you'll also get notified of new posts in existing topics when you are subscribed to the board. Like the unmodded SMF the board and topic subscriptions are independent. So if you are subscribing to the board you are not subscribing to all topics. That's why you will not see your subscription in any of the topics within the board although you should get notified like you are subscribed to all topics plus when a new topic is created.
That's pretty much what you can already read in the first posting here, just using different words.

Which same results are you getting? If you don't get an email in neither case even the standard board notification for new topics doesn't work.
Check if the topic notifications are working and I suggest to use a different board for that test. Create a new topic there, make sure you are subscribed and add a posting there with the test user.
If you don't get a notification then, too, your email configuration is wrong.
If you get a notification I guess you've messed up something in the code. That would raise further questions: What exact SMF version are you using? How did you install the mod? If with the package manager: Did you get any errors? Do you have any other mods installed? If you still have a copy of your unmodded SMF: Check the files changed by the mod (you can see them in the package manager) with a diff tool like WinMerge in Windows or diff in Linux for differences with the unmodded SMF. If the files are identical you have issues with your package manager and the board notification mod is not correctly installed. If the files are different it's best to pack the modified files in a ZIP file and attach it here so I can have a look at them.

Offline valmiki

  • Semi-Newbie
  • *
  • Posts: 10
Re: Board Notification Mod - 1.2.1 released
« Reply #124 on: August 04, 2012, 04:43:15 AM »
Quote
Hi everyone!!!
I have finally got some help from a very nice person that solved this problem (at least in my case).
I hope that someone can benefit from my experience.

I am still not sure whether my problem was due to a Server Settings issue but here is what I have done to solve my case:
After the installation, I have of course changed the permissions according to the Mod.

At this point every time that I would reply to any Topic this error always appeared:
The email template "notify_boards_body_reply" could not be found.
Notification wouldn't be delivered, Post was posted but the user would be confused by the message and keep wondering whether the Post was posted or not.

Since I have Italian language enabled I had to do the same modification on two files: EmailTemplates.english.php and EmailTemplates.italian-utf8.php

The modification is the following ... I have copied the following code contained in the above files:

Quote
'notify_boards_body_reply' => array(
   /*
      @additional_params: notify_boards_body_reply
         TOPICSUBJECT: The subject of the topic causing the notification
         TOPICLINK: A link to the topic.
         MESSAGE: This is the body of the message.
         UNSUBSCRIBELINK: Link to unsubscribe from notifications.
      @description:
   */
   'subject' => 'New Reply: {TOPICSUBJECT}',
   'body' => 'A new reply, \'{TOPICSUBJECT}\', by {POSTERNAME} has been made on a topic on a board you are watching.
You can see it at
{TOPICLINK}
The text of the reply is shown below:
{MESSAGE}
Unsubscribe to new topics and replies from this board by using this link:
{UNSUBSCRIBELINK}
{REGARDS}',
),


Then pasted it right after and then rename the class
notify_boards_body_reply
into
notify_boards_body_reply_reply

When I did this the error message stopped appearing and the Reply was notified to the users registered to that Board.

I hope this is going to help people having this same problem.

Offline SabreOfParadise

  • Semi-Newbie
  • *
  • Posts: 85
Re: Board Notification Mod - 1.2.1 released
« Reply #125 on: August 07, 2012, 03:50:20 AM »
I hope this is going to help people having this same problem.

This happens only when you use a language that is not supported by the mod. Like italian.

Offline valmiki

  • Semi-Newbie
  • *
  • Posts: 10
Re: Board Notification Mod - 1.2.1 released
« Reply #126 on: August 07, 2012, 03:55:47 AM »
Thank you very much for the reply. I only wish I knew it earlier.

Offline SabreOfParadise

  • Semi-Newbie
  • *
  • Posts: 85
Re: Board Notification Mod - 1.2.1 released
« Reply #127 on: August 07, 2012, 03:58:56 AM »
I thought this was clear as I mentioned the supported languages in the description of the mod.

When I mention that something is supported logic says there may be problems if I use something that is not supported.

Offline valmiki

  • Semi-Newbie
  • *
  • Posts: 10
Re: Board Notification Mod - 1.2.1 released
« Reply #128 on: August 07, 2012, 04:03:03 AM »
Well, then I apologize, totally my fault.

Offline BFriendly

  • Semi-Newbie
  • *
  • Posts: 24
  • Gender: Male
    • "Do It Yourself" Local SEO Forums
Re: Board Notification Mod - 1.2.1 released
« Reply #129 on: February 07, 2013, 03:29:17 PM »
SabreOfParadise,

I think it would be useful for you to provide navigation instructions to the new settings & features your Mod adds to the software.  I'm rather new, and have looked all over my site and cannot find them, found the "release page" where I downloaded the Mod and read the comments and could not find them, and now I'm scanning this thread, and have not found them yet, if they exist.

The description "sort of" sounds like the Mod adds capability but doesn't allow you to enable/disable etc... it?

In my case, my new forum isn't very well populated and I haven't the time to create new content, etc... but I want to make sure to give an immediate response if/when a New User (or any other Member) registers, posts, etc..  hence I want the instant email notification when anyone does anything on the board (literally).  Also so I can jump right on top of any spam that gets through the filter, etc...

I apologize if this information is "somewhere", but I feel like I could look for the next 3 days and not find it.

Any help?  Thanks in advance.

Offline SabreOfParadise

  • Semi-Newbie
  • *
  • Posts: 85
Re: Board Notification Mod - 1.2.1 released
« Reply #130 on: February 12, 2013, 03:24:12 AM »
Well, there is a small screenshot on the mod page: http://custom.simplemachines.org/mods/index.php?mod=1861
I cannot post it here because the file extension is not included.
http://custom.simplemachines.org/mods/index.php?action=download;mod=1861;id=101091;image

The screenshot is from SMF 1 but it looks similar in SMF 2. So the mod adds the permission ‚Request notification on new replies for subscribed boards’ in the notifications section.
You can find these permissions in SMF 2 when you click on Admin and then Permissions and then select a user group to modify.

Edit: It is also described on the mod page:

Quote
Notes:
- In the version 1.0 state this mod should only be used on small, closed forums to avoid email flodding!
This issue is targeted with version 1.1 of the mod. It adds a new permission 'Request notification on new replies for subscribed boards'
to restrict the use of the mod to certain user groups. Per default the mod is now only active for admins and moderators.

Normally an admin should now where to find the group permissions.  :P

Offline IngeJones

  • Jr. Member
  • **
  • Posts: 268
Re: Board Notification Mod - 1.2.1 released
« Reply #131 on: February 19, 2013, 04:56:20 AM »
Is this likely to be compatible with 2.0.4?  I can see it only claims to be up to 2.0.2 but the two later versions were just security fixes as I understand it.

Offline SabreOfParadise

  • Semi-Newbie
  • *
  • Posts: 85
Re: Board Notification Mod - 1.2.1 released
« Reply #132 on: February 19, 2013, 06:14:29 AM »
I'm actually running it with SMF 2.0.4 so that should be no problem. Will update the mod page.

Offline IngeJones

  • Jr. Member
  • **
  • Posts: 268
Re: Board Notification Mod - 1.2.1 released
« Reply #133 on: February 19, 2013, 08:16:08 AM »
Thank you :)