Answers

ashok G.

PHP Developer at Asman software solutions

see all my questions

bp-show-friends plugin customization wordpress buddypress

bp-show-friends plugin returns the Recently Active members avatars as a default result.but i want Online Friends as a default result? can any one help me.
i am using wordpress buddypress latest versions.
Thanks in Advance

posted 3 months ago in Web Development, Software Development | Closed

Share This Question

Share This

Answers (1)

Vinodh Sen E.

Technical Lead,ING Institutional Plan Services

see all my answers

Best Answers in: Web Development (89), Software Development (50), Computers and Software (35), Enterprise Software (24), E-Commerce (21), Databases (15), Computer Networking (10), Telecommunications (8), Information Security (7), Wireless (5), Staffing and Recruiting (3), Blogging (3), Information Storage (3), Job Search (2), Business Development (2), Business Analytics (2), Professional Networking (2), Starting Up (2), Using LinkedIn (2), Freelancing and Contracting (1), Mentoring (1), Conference Planning (1), Offshoring and Outsourcing (1), Intellectual Property (1), Employment and Labor Law (1), Advertising (1), Sales Techniques (1), Equity Markets (1), Nonprofit Management (1), Market Research and Definition (1), Professional Books and Resources (1), Business Plans (1), Small Business (1), Biotech (1)

Hi,
check the entire workspace(if you have localy hosted code) for
the unique label related to recently active members. this unique label can be obtained by "view source" of the page in question. it will bring the php files containing it. you have to discard php files one by one. if its on a web host then use the file manager to trace the unique label . if the file manager has no search interface then you need to use SSH tool like putty to do a grep of file content to locate the file and then discard one by one to locate the actual file. if none of these work then you need to use phpmyadmin to locate a relevent table (usually table names are self descriptive) containing the unisue label and a possible flag .
BTW if you are a php /any developer this is a daily routine to do tasks.
regards
vinodhsen

Clarification added 3 months ago:

Its unique . not "unisue"

posted 3 months ago