XenCentral Feedback System 2

XenCentral Feedback System 2 [Paid] 2.4.0.4 Release Candidate 1

No permission to buy (€54.99)
Hello.

Why am I getting this error?

Code:
ErrorException: [E_WARNING] Trying to access array offset on value of type bool in src/addons/XenCentral/Feedback/PreferencesContainer.php at line 118
XF::handlePhpError() in src/addons/XenCentral/Feedback/PreferencesContainer.php at line 118
XenCentral\Feedback\PreferencesContainer->getPmNotificationType() in src/addons/XenCentral/Feedback/Repository/Notification.php at line 104
XenCentral\Feedback\Repository\Notification->notifyNewFeedback() in src/addons/XenCentral/Feedback/Behavior/Feedback.php at line 175
XenCentral\Feedback\Behavior\Feedback->postSave() in src/XF/Mvc/Entity/Entity.php at line 1275
XF\Mvc\Entity\Entity->save() in src/addons/XenCentral/Feedback/Pub/Controller/Main.php at line 213
XenCentral\Feedback\Pub\Controller\Main->actionDoAddFeedback() in src/XF/Mvc/Dispatcher.php at line 352
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2353
XF\App->run() in src/XF.php at line 524
XF::runApp() in index.php at line 20
 
for my friends who want a design like this

extra.less

Code:
/* postbit feedback geri bildirim düğmesi düzenleme */
.addFb {
    padding: 4px 0;
    background: lavender;
    border-radius: 20px 20px;
    margin: 5px;
}
.addFb:hover {
    padding: 4px 0;
    background: aquamarine;
    border-radius: 20px 20px;
    margin: 5px;
}
/******/
/* Feedback özelleştirme */
.feedbackStatsPostbit {
    a {
        margin: 0 auto;

        &:before {
            display: flex;
            justify-content: space-around;
        }
    }
    padding-top: 4px;
    display: flex;
    justify-content: center;
}

.feedbackStatsPostbit a:nth-child(1) {
    &:before {
        .m-faContent(@fa-var-thumbs-up);
        color: #6FB758;
        display: block !important;
        margin-left: 6px;
        margin-bottom: 5px;
        font-size: 16px;
    }
}

.feedbackStatsPostbit a:nth-child(2) {
    &:before {
        .m-faContent(@fa-var-thumbs-down);
        color: #E6574B;
        display: block !important;
        margin-left: 6px;
        margin-bottom: 5px;
        font-size: 16px;
    }
}

.feedbackStatsPostbit a:nth-child(3) {
    &:before {
        .m-faContent(@fa-var-meh);
        color: #4374b3;
        display: block !important;
        margin-left: 6px;
        margin-bottom: 5px;
        font-size: 16px;
    }
}

div.feedbackStatsPostbit .Neutral {
    background-color: #4374b3d1;
    padding: 0px 14px;
    border-radius: 7px;
    -webkit-box-shadow: none;
    color: #F8EDC8 !important;
}

div.feedbackStatsPostbit .Negative {
    background-color: #E6574B;
    padding: 0px 14px;
    border-radius: 7px;
    -webkit-box-shadow: none;
    color: #F8EDC8 !important;
}

div.feedbackStatsPostbit .Positive {
    background-color: #6FB758;
    padding: 0px 14px;
    border-radius: 7px;
    -webkit-box-shadow: none;
    color: #F8EDC8 !important;
}
/************/
 

Attachments

  • feeddd.webp
    feeddd.webp
    34.4 KB · Views: 35
Last edited:
Is there an estimated release date for the stable version compatible with Xenforo 2.3.x?

I need to buy this plugin. Thanks!
 
I am using this on my forum with the latest XenForo version without any issues.

There might be some minor CSS issues but that's about it. The support is responsive but I have not posted these CSS issues yet.

Oh and I am using 2.3.6.1 on XF2.3.4 :X3:
 
Last edited:
I am using this on my forum with the latest XenForo version without any issues.

There might be some minor CSS issues but that's about it. The support is responsive but I have not posted these CSS issues yet.

Oh and I am using 2.3.6.1 on XF2.3.4 :X3:
So there is no problem with 2.3? Any other issue or just css problems?
 
XCentral updated XenCentral Feedback System 2 with a new update entry:

XenCentral Feedback System 2.4.0.4 Release Candidate 1 for XenForo 2.3

Hello everyone!

XenCentral Feedback System 2.4.0.4 Release Candidate 1 for XenForo 2.3 can now be downloaded.

Release notes:
1) Limiting the latest feedback on the index page is fixed so that boards with too much feedback will not have performance issues.
2) View more button is added in the member profile Feedback tab and the Feedback profile.
3) MySQL minor fixes.

The release is available in Customer's Portal https://shop.xencentral.com/clientarea.php

Thank you!

Read the rest of this update entry...
 
Back
Top Bottom