API for attributes of the course students

Home Forums Legacy Support 4.0 Bugs & Issues API for attributes of the course students

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #327156
    rockylin
    Spectator
    I ask developer to develop advanced bbpress private replies extension responses. Generally, private replies extension responses can only be directed to who ask the question. I want to develop advanced options that can be seen by the students of the forum.(because i want any people can saw the topic and reply but Moderator reply, other reason is for SEO) May I ask which one API can be used for the attributes of the course students? thanks.
    #327238
    Diana
    Participant
    Dear User, BBpress which is responsible for this feature is not our plugin. So better to ask in their support forum. They know their code well
    #327343
    rockylin
    Spectator
    Hi, Diana: i think you get misunderstand. isn't about bbpress, it's about where i can find API with WPLMS course buyer attributers?thanks.
    #327345
    rockylin
    Spectator
    let me express clearly: i want to add checkbox which courses student also can saw moderator/author private replies on bbpress forum, so i need to know how to verify who already are courses student on API doc. it similarity WPLMS features :only courses student can visite course forum. what i want to develop features:only course student can saw the mederator/author private replies. thanks.
    #327447
    Scott Lang
    Moderator
    Is that you asking about helpdesk https://prnt.sc/vtmd69 Then you have to check the vibe-helpdesk plugin > includes > class.api.php > function get_replies Also i think you need user_id too so replace $return = apply_filters('VibeBbp_get_replies_api',$return,$args); with this $return = apply_filters('VibeBbp_get_replies_api',$return,$args,$this->user); Tip: You can get topic id from reply id and forum id from topic id
    #328517
    rockylin
    Spectator
    hi , is it can become checkbox on PWA helpdesk?like screenshot https://prnt.sc/vxx6q5
    #328582
    Scott Lang
    Moderator
    PWA or web, both are working the same. In wplms private replies are not added as it is not part of the bb-press plugin.
    #328584
    rockylin
    Spectator
    is that mean every bb-press extend plugin will not working on PWA?i can add bb-press extend plugin like screenshot https://prnt.sc/vxx6q5 without PWA.
    #329115
    Diana
    Participant
    Dear User, Don't get confused. Any BBpress Extensions will not work with PWA because we didn't integrated any other plugin. We only extended the functionality of BBpress for PWA with the help of Vibe Helpdesk You can create Private Forums using this : http://prntscr.com/w147u5 From Vibebp - Settings - Helpdesk Tab
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘API for attributes of the course students’ is closed to new replies.