Hi guys, how are you?
I need to have a feedback system for my members and I've almost managed to convert the CB Profile Book Guestbook to that.
I will tell you what I've done so far, it was quite easy, but I need a few more changes which I don't have the knowledge to do and will be very grateful if someone helps please. I think that this is going to be useful in the future for a lot of people as feedback system is often needed.
What I've done so far:
1. disabled the fields for CB ProfileBook so the users do not see them when editing their profiles;
2. edited the file ..components/com_comprofiler/plugin/user/plug_cbprofilebook/cb.profilebook.php
and I changed the line 831 from:
Code:
if ( $isME || $iAmModerator ) {
to:
Code:
if ( $iAmModerator ) {
so only the admin can have action links;
3. renamed the tab Guestbook to Opinions and published it;
4. published a CB PB Latest module naming it Latest Opinions;
And voila I have a working Opinions system.
But what I think is needed now is the users to be able to enter only one opinion and the user who receives the opinion to be able to respond back once, like the feedback system in ebay.
I'm not going to use the Guestbook anyway.
Could you help please?
Thank you
Best regards