We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

make friend requests stay on console all the time | Forum

Kieron H Leader
Kieron H Aug 3 '13
hi which file do i need to edit to make the friend requests console item stay on all the time as at the minute it only appears when there is a friend request 
Kieron H Leader
Kieron H Aug 6 '13
anyone
Daisy Team
Daisy Aug 8 '13
You should go to /ow_plugins/friends/classes/request_event_handler.php file. Find the collectItems function and comment the following strings:

if ( $count == 0 )
            {
                $item->setIsHidden(true);
           }