Skip to:
Content
Pages
Categories
Search
Top
Bottom

Modify? or Plugin? for WIDGET (bbPress) Recent Topics


  • Nino
    Participant

    @nino_py

    Hello to all 🙂

    I have a question is it possible to modify by code or by plugin the Widget (bbPress) Recent Topics that way:

    For logged in users links are on.
    For all not logged in the links are off. They only see the text.

    Does anyone has a hint for me? It is really important for me!

    Thanks and greetings

    Nino

Viewing 2 replies - 1 through 2 (of 2 total)

  • Robin W
    Moderator

    @robin-w

    If you’re into coding, then yes

    the widgets code is held in

    bbpress/includes/common/widegets.php

    you could customise these and create them as new custom widgets

    For instance the topics widget starts on line 669, and line 811 does bbp_topic_permalink( $topic_id )

    You could add an if statement to create two different outputs logged in vs not logged in and alter not logged in to topic title.

    Not something I have time to do, but would be fun if you have the time


    Nino
    Participant

    @nino_py

    Same problem as me. I have today 5 projects and only one of them is an internetproject.

    But when I have time I will take a look at the code.

    And if someone else is interested: I think, this would be a nice feature with not so many work.
    If someone will make this, I would be very grateful and thankful 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar