Plugin Directory

Changeset 777736


Ignore:
Timestamp:
09/24/2013 02:24:19 PM (13 years ago)
Author:
bphelp
Message:

added to FAQ

Location:
private-bp-pages
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • private-bp-pages/tags/1.2.5/readme.txt

    r775346 r777736  
    3434== Frequently Asked Questions ==
    3535
    36 None
     36Q: I do not have bbPress installed so how can I use this plugin as I get a white
     37screen with an error on activation?
     38
     39A: In line 8 of private-bp-pages.php simply comment out this part:
     40|| bbp_is_single_forum() || bbp_is_single_topic()
     41So it looks like this:
     42/*|| bbp_is_single_forum() || bbp_is_single_topic()*/
    3743
    3844== Notes ==
  • private-bp-pages/trunk/readme.txt

    r775346 r777736  
    3434== Frequently Asked Questions ==
    3535
    36 None
     36Q: I do not have bbPress installed so how can I use this plugin as I get a white
     37screen with an error on activation?
     38
     39A: In line 8 of private-bp-pages.php simply comment out this part:
     40|| bbp_is_single_forum() || bbp_is_single_topic()
     41So it looks like this:
     42/*|| bbp_is_single_forum() || bbp_is_single_topic()*/
    3743
    3844== Notes ==
Note: See TracChangeset for help on using the changeset viewer.