Hi, it seems like this plugin is incompatible with google SEO plugin. It sends a post request to my google SEO'ed URL which creates this error on the console
Could anyone assist me with this issue?
Hi Mohamed,
I have a question.
Can add ajax to answer button?
Now if we need to reply a comment, after click on "Reply" button , we are going to comment's owner! , can add ajax and without need to going owner profile? For Ex: After click on Reply button, open a popup and we typed and click on Send and Message will send without refresh!
this can help a lot, because this process take some time!
Thank you so much for Read
When I hit "Add Comment" post to profile's comment box that didn't automatic the comment by alert or ajax however, reload the page then can see the comment display one after i posted with comment.
I checked the error logs then, I got an error from error_log files
[02-Jun-2016 16:58:12 America/Toronto] PHP Fatal error: Class 'MyProfileCommentsMyAlertsFormatter' not found in /home/xxxxx/public_html/forums/inc/plugins/myprofile/myprofilecomments.class.php on line 1691
and i looked in
myprofilecomments.class.php
/* if the admin choosed myalerts and it exists */ elseif (($settings["mpcommentsnotification"] == "myalerts" || $settings["mpcommentsnotification"] == "myalertsoralertbar") && MyProfileUtils::myalerts_exists()) {
$myalerts_plugins = $cache->read('mybbstuff_myalerts_alert_types');
if (isset($myalerts_plugins[MyProfileCommentsMyAlertsFormatter::alert_type_code()])
&& $myalerts_plugins[MyProfileCommentsMyAlertsFormatter::alert_type_code()]['enabled'] == 1) {
$alertType = MybbStuff_MyAlerts_AlertTypeManager
::createInstance($db, $cache)
->getByCode(MyProfileCommentsMyAlertsFormatter::alert_type_code());
$alert = MybbStuff_MyAlerts_Entity_Alert::make($user["uid"], $alertType, null, array("cid" => $cid));
MybbStuff_MyAlerts_AlertManager::createInstance($mybb, $db, $cache, $alertType)->addAlert($alert);
}
}
This issues??? Please help this for fix issues, thanks.
Please note; if not understand what i said then I'm sorry about english isn't good or grammar about error issues it.
Brendan
Any reason why I can't uninstall or deactivate this plugin please?
FIXED - Disabled all plugins (configurations>settings>disable all plugins: yes) then deactivated, enabled all plugins and was able to reactive and it's working now.
^ I glad
Don't forget if problem when try uninstall then first deactivate "MyAlert" then uninstall MyProfile when finish then re-activate with MyAlert causes it that just happened me.
(2016-06-02, 09:07 PM)BrendanWheesk Wrote: [ -> ]When I hit "Add Comment" post to profile's comment box that didn't automatic the comment by alert or ajax however, reload the page then can see the comment display one after i posted with comment.
I checked the error logs then, I got an error from error_log files
[02-Jun-2016 16:58:12 America/Toronto] PHP Fatal error: Class 'MyProfileCommentsMyAlertsFormatter' not found in /home/xxxxx/public_html/forums/inc/plugins/myprofile/myprofilecomments.class.php on line 1691
and i looked in myprofilecomments.class.php
/* if the admin choosed myalerts and it exists */ elseif (($settings["mpcommentsnotification"] == "myalerts" || $settings["mpcommentsnotification"] == "myalertsoralertbar") && MyProfileUtils::myalerts_exists()) {
$myalerts_plugins = $cache->read('mybbstuff_myalerts_alert_types');
if (isset($myalerts_plugins[MyProfileCommentsMyAlertsFormatter::alert_type_code()])
&& $myalerts_plugins[MyProfileCommentsMyAlertsFormatter::alert_type_code()]['enabled'] == 1) {
$alertType = MybbStuff_MyAlerts_AlertTypeManager
::createInstance($db, $cache)
->getByCode(MyProfileCommentsMyAlertsFormatter::alert_type_code());
$alert = MybbStuff_MyAlerts_Entity_Alert::make($user["uid"], $alertType, null, array("cid" => $cid));
MybbStuff_MyAlerts_AlertManager::createInstance($mybb, $db, $cache, $alertType)->addAlert($alert);
}
}
This issues??? Please help this for fix issues, thanks.
Please note; if not understand what i said then I'm sorry about english isn't good or grammar about error issues it.
Brendan
Having the same problem. If I activate the notification bar, everything works as it should, but if I activate Myalerts for comments, that Happens and there is no alert.
How do i show avatar on lastvisitors ?
I'll try to get it right in version 1.3, I hope it fixes the MyAlerts related issues.