• Hello,

    I install the buddypress doc in my website. There is a issue in display in the docs.
    I add this below filter in bp-custom file to manage the folders like deletion or creation of folders.
    add_filter( ‘bp_docs_enable_folders_for_current_context’, ‘__return_true’ );

    But when we add the docs the manage folder work properly but docs are not showing which is in a certain folder when we display the docs of the certain users. like i am a user and I click on the docs link from the profile page.
    Page link is: http://site.com/members/admin/docs/
    It will not display the docs.
    But when I am on page link : http://site.com/docs/
    It shows all the documents with respected to the folders.

    Please give the solution why this is ouccring and it is resolved when we renmove the filter from bp-custom file. But there is no provision to manage folders if there is any alternative to mange like delete or rename the folder so please suggest.

    I am waiting your reply please give some alternative

The topic ‘Issue in displaying docs’ is closed to new replies.