Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'codes'

Viewing 25 results - 101 through 125 (of 1,687 total)
  • Author
    Search Results
  • #224366
    maksanse
    Participant

    Thank you Robin for this so quick answer ๐Ÿ™

    I already use your awesome plugin + additional shortcodes (thanks a lot).
    But it doesn’t allow me to get (and use) the information “Is there any topic to read for this user ?” so that I use it in my menu…

    By reading this post : https://bbpress.org/forums/topic/get-topics-of-subscribed-to-forums/
    I ask myself if there is a way to make a function that :

    1) get the subscribed forums html
    2) check if there is the “unread” tag in this html
    3) return YES or NO (or best : the number of “unread” occurences)

    Do you think this is feasible ?

    #224320
    mbfit
    Participant

    Can’t remember where I found this code, tried a search, but it use to show 4 topics underneath the Forum headers but no longer shows anymore. Was this affected on an update or perhaps if someone can direct me to the page that had these codes? Thanks.

    /*
    * Show 4 topics for Forum Groups
    */
    ul.bbp-forums-list li:nth-child(n+5) {
    display: none !important;
    }

    #224117

    In reply to: Shortcodes in Sidebar

    aaronmckeon
    Participant

    I’m using WP Astra as my theme and the plugin Sidebar Manager (also from Brainstorm Force), which just replaces the theme’s main sidebar with a different one based on the post type being displayed. Inside of the sidebar is a widget and inside of the widget, there are the shortcodes that aren’t being rendered. Let me know what other specific details I might be able to offer that would help. Thanks.

    #224097
    aaronmckeon
    Participant

    I’ve noticed that any shortcodes in my sidebar are not rendering on bbPress pages. Is there a way to make it so shortcodes are rendering properly? I’ve been searching the forums and can’t seem to find an answer to this. Thanks for any help.

    – Aaron

    #223997
    sangcoats
    Participant

    I can use the same theme for topics as well, as in this case:
    https://www.aqazero.com/forums/forum/acquario-acquariofilia-%f0%9f%8c%8a%f0%9f%90%a0-aqa0-%f0%9f%90%9f%f0%9f%8c%bf/

    Unfortunately, however, if I open the question (post) the theme is not inherited
    https://www.aqazero.com/forums/topic/prova-topic/ friday night funkin

    Is there a shortcodes to display the question (post) and the area to reply (reply form)?

    Thanks in advance for your answers..

    I have the same issue here. Did you find a fix for it, by any chance?

    #223996

    Topic: Thumbs up and down

    in forum Plugins
    gnfb
    Participant

    I am desperately searching for a forum that has the ability to rate threads. The forum will be for promo codes and I want users to have the abilty to ad a yes working or no working comment by way of thumbs. so if one had 10 down thumbs and no up thumbs dont bother!
    Is there such an abilty by way of a plugin? I cant aford the hundreds to have code written to do the job (sorry coders)

    #223700

    In reply to: Forum Display

    Robin W
    Moderator

    sorry, copied the wrong link

    it should be

    [bbp-single-forum id=$forum_id]

    all the shortcodes are here

    Shortcodes

    georgeslangeard
    Participant

    Hello Guys,

    I’ve been wandering on the forum for quite some hours and even though the question has been raised many times, there don’t seem to have a proper answer so far.

    When you enter your username / email within the lost password form, the only thing happening is that the page refreshes with an argument: https://site.com/page/?checkemail=confirm

    It’s a bit confusing for the user. Has anyone found a way to either return a success/ failure message or at least redirecting to another page?

    (I’ve tried some function.php codes, 301 redirect and bbp-style-pack.4.8.9)

    Many thanks in advance for your help,

    georges

    #222940
    majidmad
    Participant

    @maxlevel Element Pack is useless either. It is not clear how it works and its functionality is just to create and insert shortcode which you can do it by shortcodes provided by bbpress directly.
    I search a whole week and didn’t find any solution. Did you find any possible workaround to solve this issue?

    Thanks

    #222797
    corrado
    Participant

    I trying to build a forum theme with divi, it is easy to create the theme for the general forum structure with the help of shortcodes
    This is my forum

    Forum

    I can use the same theme for topics as well, as in this case:
    https://www.aqazero.com/forums/forum/acquario-acquariofilia-%f0%9f%8c%8a%f0%9f%90%a0-aqa0-%f0%9f%90%9f%f0%9f%8c%bf/

    Unfortunately, however, if I open the question (post) the theme is not inherited
    https://www.aqazero.com/forums/topic/prova-topic/

    Is there a shortcodes to display the question (post) and the area to reply (reply form)?

    Thanks in advance for your answers..

    #222796
    Bedurion
    Participant

    Greetings,

    I would like to ask you what is the best way to change the bbpress role names. For example Keymaster to Support Team.

    I can’t find the way to do it, and some of the codes I found on the internet are old or I’m afraid they might break my site.

    Thanks.

    divepen
    Participant

    I tried using a string of codes someone posted here, but I couldn’t follow through.
    So, can anyone direct me on how to remove that form at the end of forums and topics?

    Take this BBPress website for example. The create New Topic takes us to the new page. But it’s not hanging below.

    #222398
    specstanza
    Participant

    Hi @babblebey & @robin-w , thank you both for your work on this matter.

    I’m trying to do the same on my Bbpress install (not online yet) in order to sort topic by number of “fav mentions”.

    I tried your last two codes but it returns “0” (I hooked them on bbp_template_before_single_topic and putted them in two separated functions).

    Does it still works for you? Did I get it all wrong?

    Thank you for your answer. ๐Ÿ™‚

    #222188

    Topic: Add emoticons

    in forum Troubleshooting
    Ricsca2
    Participant

    I migrated a forum from vbulletin but now the customized smileys do not appear but I only see their code such as the writing: cgrd: or: by2:, how can I connect their codes to the smileys that I upload in ftp?

    Thank

    #222064
    Robin W
    Moderator

    nothing I know of doe this at the moment

    If it’s a fixed list then just cascade eg

    [bbp-single-topic id=4096]
    [bbp-single-topic id=4097]
    [bbp-single-topic id=4099]
    [bbp-single-topic id=4099]

    if you’re doing it programmatically then just do the ‘echo_shortcode’ in a foreach loop

    or crack open /inclues/common/shortcodes and you can use the code form there to create what you want

    #221838
    purityboy83
    Participant

    Hi

    I want to exclude “breadcrumb” from the topic list output screen of a specific forum.

    i use to plugin’s bbp style pack, bbP shortcodes

    thanks

    #221367
    jason4locations
    Participant

    Iโ€™m also interested in that type of shortcodes (and whether they exist), and if there are other ways to do it besides with shortcodes.

    If the shortcodes for it don’t exist, I’m a little curious about why they don’t exist, though why they don’t exist isn’t a burning question, to me. I couldn’t find anything like it at https://codex.bbpress.org/features/shortcodes/.

    Though, I already asked how to do it, not necessarily with shortcodes, at https://bbpress.org/forums/topic/links-to-what-was-started-created-by-logged-in-users/. I added the tag โ€œalternativesโ€ to let people know that there might be other ways to do it.

    Thanks for your work.

    #221258
    jason4locations
    Participant

    If all I want to do is have links to the topics started (and replies created) by the user who is logged in, and I want something simpler than ProfileGrid and UsersWP, what words should I be using to search http://www.wpbeginner.com? Is there a better way to find which one to use?

    Do I even need another plugin to do that? Did I fail to see what I need when I was looking through the bbPress and Style Pack widgets, the bbp Style Pack tabs, and the bbPress shortcodes?

    #220553
    Robin W
    Moderator

    unanswered can be done by

    bbp style pack

    once activated

    create a wordpress page and use the [bsp-display-topic-index …..] shortcode

    see

    dashboard>settings>bbp style pack>Shortcodes for how to use it – but create one with noreply

    then you just create a link to that page

    #220433
    deborah86
    Participant

    Will the shortcodes be converted into blocks to work fully with the block editor? Is bbPress preparing for full-site editing that is coming this year?

    #220240
    Robin W
    Moderator

    Still waiting to see if people using the Forums are having any issues using them.

    not sure what this means ๐Ÿ™‚

    I would like to change the font color against the maroon top bars, from black to yellow, or grey, but I am not finding the right tab to do so.

    probably theme related, but link to an example on your site please.

    Why are there tabs for setting up logins/logim failures, if logging in is accomplished at the WordPress level?

    bbpress has some widgets and shortcodes that let users enter username and password. these details are passed to wordpress security to go through login.

    #220127
    Robin W
    Moderator

    you either want

    dashboard>settings>forums>anonymous if you want anyone to be able to post

    or add registration – bbpress uses wordpress registration, so anyone of then methods here will work.

    https://www.wpbeginner.com/beginners-guide/how-to-allow-user-registration-on-your-wordpress-site/

    there is also a bbpress registration login which includes registration and bbpress shortcodes

    [bbp-login] โ€“ Display the login screen.
    [bbp-register] โ€“ Display the register screen.
    [bbp-lost-pass] โ€“ Display the lost password screen.

    #220116

    In reply to: Shortcodes Forum

    dnfoz45
    Participant

    In the forum session, I can’t add shortcodes to the forum I created, and I can not edit it with Elementor

    blob:https://imgur.com/174e53bb-262d-4fde-8fed-528c34072e20

    #220087
    jeppot
    Participant

    Hello, I have installed BB press but my WP theme makes the font size very small.
    Is there any way to cutomize the BB press Fourm? With another plug in? I know nothing about CSS but I know where to paste custom CSS codes…

    This is how it looks:

    screen shot

    #220064

    Topic: Shortcodes Forum

    in forum Installation
    dnfoz45
    Participant

    I know I can add ShortCodes to the pages, but can I add them in the forums section? I add and nothing happens

Viewing 25 results - 101 through 125 (of 1,687 total)
Skip to toolbar