I will take a look.
I will take a look. |
One of the things with Dolphin was that you could see a list of members that you had blocked but you couldn't see a list of the members that had blocked you. However, the code appears to support it but it was never implemented. Looking in BxBaseCommunicator.php the code is there to get a list of both "from" and "to." Looking at the template code; communicator_settings.html there appears to be some radio buttons to use js to switch between the two views: <div class="left_section"> So the question is if we can implement this |