MyBB Community Forums

Full Version: MyProfile - Profile Comments & more (version 1.2)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
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
[Image: 2NkIZFy.png]

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 Heart
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 Smile

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.
thank you
(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 ?
Sorry, I have a problem with this plugin.

When I disable de Ajax option for comments (in configuration > Settings) It show me this error.

[Image: d1c54f693fc91f1181d9b100cb42c2d0.png]

https://gyazo.com/d1c54f693fc91f1181d9b100cb42c2d0




Thank you in advance, for your future answer Smile
I'll try to get it right in version 1.3, I hope it fixes the MyAlerts related issues.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30