- Posts: 7249
- Thank you received: 566
- Forum
- Archive
- Kunena 2.0
- Kunena 2.0 Support (reporting defects)
- K 2.0 Support Archive
- Moderators Not Receiving New Topic/New Post Emails
Blue Eagle 5 v1.6.2 has been Released for Kunena 5.2 (20 Jan 2021)
The Kunena team has announce the arrival of Kunena template Blue Eagle 5 v1.6.2 which is now available for download. This version addresses most of the issues that were discovered in development.
REQUIREMENTS
Blue Eagle 1.6.x requires Kunena 5.2.x to work with
Solved Moderators Not Receiving New Topic/New Post Emails
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
github.com/mahagr/Kunena-2.0/commit/4347...a40e98214e1225743502
Please Log in or Create an account to join the conversation.
- mattfaulds
- Offline
- New Member
- Posts: 12
- Thank you received: 0
I have spent a long time today trying to pin down two problems in Kunena 2.0 (on J! 1.5). One is relevant to this thread.
I think there is a small bug introduced in administrator/components/com_kunena/libraries/forum/message/message.php, sendNotification function.
Around line 140 it reads:
if ($this->hold > 1) {
return;
} elseif ($this->hold == 1) {
$mailsubs = 0;
$mailmods = (bool) $config->mailmod;
$mailadmins = (bool) $config->mailadmin;
} else {
$mailsubs = (bool) $config->allowsubscriptions;
$mailmods = 0;
$mailadmins = 0;
}
By the looks of it this is meant to:
1) hold notifications if an edit
2) if for moderation before posting, notify mods and admins
3) if for posting, notify subscribers
But, this misses sending notifications to mods and admins if for posting without moderation, even if you have set to notify admins and/or mods.
My adjustment, v simple of course:
if ($this->hold > 1) {
return;
} elseif ($this->hold == 1) {
$mailsubs = 0;
$mailmods = (bool) $config->mailmod;
$mailadmins = (bool) $config->mailadmin;
} else {
$mailsubs = (bool) $config->allowsubscriptions;
$mailmods = (bool) $config->mailmod;
$mailadmins = (bool) $config->mailadmin;
}
Matt
Please Log in or Create an account to join the conversation.
- mattfaulds
- Offline
- New Member
- Posts: 12
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and

Please Log in or Create an account to join the conversation.
sozzled wrote: Therefore, this issue should now be solved by K 2.0.1. Correct?
After upgrade to 2.0.1 the issue is solved! Great! Keep up the good work guys!
Try our Joomla templates and WordPress themes www.hotjoomlatemplates.com
Please Log in or Create an account to join the conversation.
Database collation check: ccc_kunena_categories have wrong collation of type latin1_swedish_ci on field name ccc_kunena_categories have wrong collation of type latin1_swedish_ci on field description ccc_kunena_categories have wrong collation of type latin1_swedish_ci on field headerdesc ccc_kunena_categories have wrong collation of type latin1_swedish_ci on field class_sfx ccc_kunena_messages have wrong collation of type latin1_swedish_ci on field name ccc_kunena_messages have wrong collation of type latin1_swedish_ci on field email ccc_kunena_messages have wrong collation of type latin1_swedish_ci on field subject ccc_kunena_messages have wrong collation of type latin1_swedish_ci on field modified_reason ccc_kunena_messages_text have wrong collation of type latin1_swedish_ci on field message ccc_kunena_ranks have wrong collation of type latin1_swedish_ci on field rank_title ccc_kunena_ranks have wrong collation of type latin1_swedish_ci on field rank_image ccc_kunena_sessions have wrong collation of type latin1_swedish_ci on field allowed ccc_kunena_sessions have wrong collation of type latin1_swedish_ci on field readtopics ccc_kunena_smileys have wrong collation of type latin1_swedish_ci on field code ccc_kunena_smileys have wrong collation of type latin1_swedish_ci on field location ccc_kunena_smileys have wrong collation of type latin1_swedish_ci on field greylocation ccc_kunena_users have wrong collation of type latin1_swedish_ci on field view ccc_kunena_users have wrong collation of type latin1_swedish_ci on field signature ccc_kunena_users have wrong collation of type latin1_swedish_ci on field personalText ccc_kunena_users have wrong collation of type latin1_swedish_ci on field location ccc_kunena_users have wrong collation of type latin1_swedish_ci on field websitename ccc_kunena_users have wrong collation of type latin1_swedish_ci on field websiteurl
Legacy mode: Disabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |
This message contains confidential informationhtaccess: Exists | PHP environment: Max execution time: 660 seconds | Max execution memory: 512M | Max file upload: 360M
Kunena menu details:
Warning: Spoiler!
ID Name Menutype Link Path 883 Forum kunenamenu view=home&defaultmenu=884 forum 885 Recent Topics kunenamenu view=topics&mode=replies forum/recent 886 New Topic kunenamenu view=topic&layout=create&catid= forum/newtopic 887 No Replies kunenamenu view=topics&mode=noreplies forum/noreplies 888 My Topics kunenamenu view=topics&layout=user&mode=default forum/mylatest 890 Help kunenamenu view=misc forum/help 884 Categories kunenamenu view=category&layout=list&catid=0 forum/index 917 Search Forum kunenamenu view=search forum/search-forum 899 Forum mainmenu view=home&defaultmenu=884 bladder-cancer-forum 892 Forum crap date mainmenu view=home&defaultmenu=799 bladder-cancer-forum/2013-01-09-00-28-01/bladder-cancer-forumcrappy 930 Forum (2) mmenu view=home&defaultmenu=884 bladder-cancer-forum-2 933 Forum crap date mmenu view=home&defaultmenu=799 bladder-cancer-forum-2/2013-01-09-00-28-01/bladder-cancer-forumcrappy 931 Forum crap date mmenu view=home&defaultmenu=799 bladder-cancer-forumcrappy
Joomla default template details : rt_tachyon | author: RocketTheme, LLC | version: 1.6.6 | creationdate: March 27, 2012
Kunena default template details : Aqua - Kunena 2.0 | author: TemplateKunena.com | version: 1.0.4 | creationdate: 13.10.2012
Kunena version detailed: Kunena 2.0.4 | 2013-01-18 [ Pharmacopoeia ]
| Kunena detailed configuration:| Kunena integration settings:Warning: Spoiler!
Kunena config settings: board_offline 0 enablerss 1 threads_per_page 20 messages_per_page 6 messages_per_page_search 1500 showhistory 1 historylimit 6 shownew 1 disemoticons 0 template aqua showannouncement 1 avataroncat 0 catimagepath category_images/ showchildcaticon 1 rtewidth 450 rteheight 300 enableforumjump 1 reportmsg 1 username 1 askemail 0 showemail 0 showuserstats 1 showkarma 0 useredit 1 useredittime 0 useredittimegrace 600 editmarkup 1 allowsubscriptions 1 subscriptionschecked 1 allowfavorites 1 maxsubject 50 maxsig 300 regonly 0 pubwrite 0 floodprotection 30 mailmod 1 mailadmin 1 captcha 0 mailfull 0 allowavatarupload 1 allowavatargallery 1 avatarquality 90 avatarsize 2048 imageheight 800 imagewidth 800 imagesize 1500 filetypes zip,txt,doc,gz,tgz filesize 1200 showranking 0 rankimages 0 userlist_rows 30 userlist_online 1 userlist_avatar 1 userlist_name 0 userlist_posts 1 userlist_karma 0 userlist_email 0 userlist_usertype 0 userlist_joindate 1 userlist_lastvisitdate 1 userlist_userhits 1 latestcategory showstats 1 showwhoisonline 0 showgenstats 1 showpopuserstats 1 popusercount 5 showpopsubjectstats 1 popsubjectcount 5 usernamechange 0 showspoilertag 0 showvideotag 0 showebaytag 0 trimlongurls 0 trimlongurlsfront 175 trimlongurlsback 20 autoembedyoutube 1 autoembedebay 1 ebaylanguagecode en-us sessiontimeout 1800 highlightcode 0 rss_type topic rss_timelimit month rss_limit 100 rss_included_categories rss_excluded_categories rss_specification rss2.0 rss_allow_html 1 rss_author_format name rss_author_in_title 1 rss_word_count 0 rss_old_titles 1 rss_cache 900 defaultpage categories default_sort asc sef 1 sefutf8 0 showimgforguest 1 showfileforguest 1 pollnboptions 4 pollallowvoteone 1 pollenabled 1 poppollscount 5 showpoppollstats 1 polltimebtvotes 00:15:00 pollnbvotesbyuser 100 pollresultsuserslist 1 maxpersotext 50 ordering_system mesid post_dateformat ago post_dateformat_hover datetime hide_ip 1 imagetypes jpg,jpeg,gif,png checkmimetypes 1 imagemimetypes image/jpeg,image/jpg,image/gif,image/png imagequality 50 thumbheight 32 thumbwidth 32 hideuserprofileinfo put_empty boxghostmessage 0 userdeletetmessage 2 latestcategory_in 1 topicicons 1 debug 0 catsautosubscribed 0 showbannedreason 0 version_check 1 showthankyou 1 showpopthankyoustats 1 popthankscount 5 mod_see_deleted 0 bbcode_img_secure text listcat_show_moderators 1 lightbox 1 show_list_time 720 show_session_type 0 show_session_starttime 0 userlist_allowed 1 userlist_count_users 1 enable_threaded_layouts 0 category_subscriptions post topic_subscriptions every pubprofile 0 thankyou_max 10 email_recipient_count 0 email_recipient_privacy bcc captcha_post_limit 0 keywords 0 userkeywords 0 image_upload registered file_upload registered topic_layout flat time_to_create_page 1 show_imgfiles_manage_profile 1 hold_newusers_posts 0 hold_guest_posts 0 attachment_limit 8 pickup_category 0 article_display intro send_emails 1 fallback_english 1 cache 1 cache_time 60 iptracking 1 rss_feedburner_url default_view flat enablepdf 1 newchar NEW! jmambot 0 templateimagepath default joomlastyle 0 numchildcolumn 2 annmodid 62 enablerulespage 1 poststats 1 statscolor 9 wrap 250 changename 0 imageprocessor gd1 avatarsmallheight 60 avatarsmallwidth 60 avatarheight 60 avatarwidth 60 avatarlargeheight 60 avatarlargewidth 60 cb_profile 1 discussbot 0 userlist_username 1 userlist_group 0 showlatest 1 latestcount 10 latestcountperpage 5 latestsinglesubject 1 latestreplysubject 1 latestsubjectlength 100 latestshowdate 1 latestshowhits 1 latestshowauthor 1 rules_infb 0 rules_link bladdercancersupport.org/bladder-cancer-...rt/bladder-cancer-tc enablehelppage 1 help_infb 0 help_link bladdercancersupport.org/bladder-cancer-...der-cancer-technical rsstype post rsshistory week | Joomla! detailed language files installed:Warning: Spoiler!Kunena - AlphaUserPoints Disabled
Kunena - Community Builder Enabled: access=1 login=1 activity=0 avatar=1 profile=1 private=0
Kunena - Gravatar Disabled
Kunena - JomSocial Disabled
Kunena - Joomla Enabled: access=1 login=1
Kunena - Kunena Enabled: avatar=1 profile=1
Kunena - UddeIM Disabled
Warning: Spoiler!
Joomla! languages installed: en-GB English (United Kingdom)
Third-party components: CommunityBuilder 1.9
Third-party SEF components: None
Plugins: Search - Kunena Search 2.0.4 | Content - Kunena Discuss 2.0.2
Modules: Kunena Latest 2.0.2 | Kunena Stats 2.0.2 | Kunena Search 2.0.3
I have exact problem and I am using Kunena 2.0.4 and Joomla 2.5.8.
The fix was applied for 2.0.1 but I still have the problem?
I ran the url to see who gets emails
"Try this url in your site:
/administrator/index.php?option=com_kunena&view=tools&layout=subscriptions&id=XXX
Where XXX is topic id (seen in SEF URLs just before topic name)
It should display who gets email for that topic and why (three numbers are: subscribed, moderator, administrator). "
I am assuming that if they have a number 1 in the column that means they are set to yes or on.
I am assuming it does not mean the number of emails they have received.
I am assuming that if their in this list they must have received an email or are set to receive an email in one of the 3 categories subscribed, moderator, administrator
The people I have assigned as moderators for the category do not show up as receiving emails in the list for my url, they do not show up as moderators in this list?
In fact one person who is not assigned as a moderator does show up in this list as a moderator?
They show up as administrators and they are in the list but they are not receiving emails when a post is made in their category?
In the edit category and then moderation tab I see the list of moderators they all have checkboxes that are empty to the left and the published column on the right is blank.
If I check one and save nothing happens?
Why is the publishedd column blank it used show green check marks in Joomla 1.5 and the old 1.5 kunena?
OK found it the image is blank in firefox and the red x shows in IE.
The path to the green checkmark that is supposed to be there is
/administrator/images/tick.png
Of course that path does not exist?
Should I create the folder and path ?
What does the checkbox actually do?
Well what a an escapade this was!!!!
Turns out part of the fix is this:
If you go into the user manager and select the person you want to be a moderator.
You select is moderator? "yes"
Then you pick the Global Moderator and no other categories leave them all unselected.
Now when I go to the URL that shows the list for the category they show up as moderators.
Next step is to verify they get the emails????
I can provide you with super user access.
Please Log in or Create an account to join the conversation.
Found that comcast is blocking port 25
However this morning these two moderators received an email confirmation from one of the categories, category #3
They have not received the notifications from any of the other categories,
Can you help me isolate or choose an option to troubleshoot this?
Please Log in or Create an account to join the conversation.
Forum Access
- Not Allowed: to create new topic.
- Not Allowed: to reply.
- Not Allowed: to edit your message.
- Forum
- Archive
- Kunena 2.0
- Kunena 2.0 Support (reporting defects)
- K 2.0 Support Archive
- Moderators Not Receiving New Topic/New Post Emails