Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'codes'

Viewing 25 results - 726 through 750 (of 1,701 total)
  • Author
    Search Results
  • #151676
    Robkk
    Moderator

    i would create a page and put the forum archive shortcode and the single topic shortcode to display both with no problems.

    https://codex.bbpress.org/shortcodes/

    There is probably another way , but this is the first i thought of.

    Robkk
    Moderator

    no i dont want to do that , its harder for me to design the look of the widget.

    here let me explain a little bit more on why i want to hack your shortcodes plugin to show recent replies.

    well first i want my recent replies (and also recent topics) to look sort of like any recent comments widget. im going to use jetpacks recent comments on their website as an example.

    jetpack website example

    I have already pretty much made a copy of your shortcode plugin , edited it and threw it in my functions.php and put the shortcode in the visual editor widget by blackstudio

    heres what it looks like vs the default recent topics widget.

    my recent topics vs default

    now to make a replies widget with your shortcode all i have to do is rearrange code and use css to style everything together.

    to make it look like its showing recent replies, i just show the latest reply authors avatar , their name and what topic they replied on and im done.

    The only problem when doing this is if there is no replies on a topic , it would just show the topic author instead.

    Plus if you can figure this out i can also make a hack to make a replies archive. Which would be cool for something else i might do and ILL share it all when im done.

    i just need help on only showing topics with replies instead of all topics. if that is possible.

    #151160
    Stephen Edgar
    Keymaster

    Don’t use bbPress login widgets or shortcodes then, use whatever is supplying that form instead, essentially we are all just piggy backing the standard WordPress login form.

    #151112

    In reply to: registered users?

    rust12
    Participant

    I have used the bbpress shortcodes and widgets, but i can only display the login credential, but not the register and not the lost password.

    i understand the steps are
    1. to show the register and lost password page, i need to create a new web page, and then put the bbpress shortcodes. I already did that.
    2. to show the login credential (user and pass), i use the widget. When installing the widget, it will ask for the url for the register and lost password page. i provided the url in the widget. Widget shows successfully.

    But when i click the register and lost password link in the widget, it only show me the new webpage with the shortcode [bbp-register], [bbp-lost-pass], that’s all i see in my new web page.

    Please let me know what i do wrong.

    Thanks.

    #151068

    In reply to: registered users?

    Stephen Edgar
    Keymaster

    bbPress is a WordPress plugin thus bbPress uses WordPress for it’s users.

    You can use bbPress shortcodes or widgets depending on your site structure so uses do not need to go near or even see the backend of WordPress:

    https://codex.bbpress.org/shortcodes/ https://codex.bbpress.org/widgets/

    #150920
    Robin W
    Moderator

    In fact took a look today and done !

    bbp additional shortcodes

    You now have a template of ‘short’ which just does the titles and topics, no search or other stuff.

    see the web for full details on how to do this, but for example

    [bbp-display-topic-index show=’5′ forum=’29’ template=’short’ ]

    #150908
    Robin W
    Moderator

    just updated this to do a particular forum as well !

    bbp additional shortcodes

    #150860
    Robin W
    Moderator

    I’ve just recut my topics shortcode to allow you to do just that

    bbp additional shortcodes

    #150715

    I recently installed bbPress 2.5.4, and imported a load of data from a Mingle Forum install.

    All seemed to be going well…

    Unfortunately, sometimes when forum pages (pages under the /forums/ hierarchy) are loaded, there is the content; sometimes they are blank.

    It’s not a PHP fatal error, or out-of-memory: no PHP errors are logged, and the HTML delivered is complete right down to the closing /html; it’s just that the section where there should be bbPress content is empty.

    I’ve tried setting up pages that use shortcodes to display the forums instead – and these pages *always* work. It’s the pages that are going through the permalink structure which sometimes work, sometimes don’t.

    There’s no apparent pattern I can discern in when it works and does not. I just hit “reload” lots of times – and sometimes it works, and sometimes doesn’t. The only pattern is that when it flips from not working to working, or vice-versa, then it tends to stay that way for a few reloads – across browsers too.

    I’ve tried re-saving my permalink structure, several times – this makes no difference. I put an mu-plugin which always called flush_rewrite_rules() on every page load; no difference.

    Example URL: http://updraftplus.com/forums/topic/updraft-migration-issue/ – try reloading a few times, and/or waiting a few minutes, and see the result change.

    Example of things not working: http://snag.gy/Sr9eX.jpg … so, I hit reload a few times, and then it works: http://snag.gy/BzTAA.jpg

    Also: my /forums/ page has other text at the top (i.e. text entered in the textarea when editing the page in the WP dashboard). When not working, none of that text is displayed either – i.e. not just the forum index is missing, but everything.

    Currently, the HTTP server is set up to redirect requests to /forums/ and to the forum index so that they go to pages which use shortcodes. But, the topic links are always linked by the resulting output into the sometimes-works, sometimes-doesn’t permalink structure.

    Anyone got any ideas? Theme: Pagelines. WP Super Cache is installed, but there is no cacheing of /forums/ or anything beneath (confirmed that this is working by searching in wp-content/cache/).

    Many thanks,
    David

    #150617
    Robin W
    Moderator

    @dreamwork

    I have a plugin that does xx topics

    bbp additional shortcodes


    if that is what you are after

    #150612
    giuseppe23
    Participant

    Peter thankyou but I tried like this and I just did again with yours now but didn’t change anything
    I did this one wich worked fine:

    .bbp-breadcrumb {
    	color: #fff;
    }

    Code above changed the color to white but codes below didnt change anything.

    .bbp-breadcrumb p a {color: #fff;}
    .bbp-breadcrumb-home {color: #fff;}
    .bbp-breadcrumb-current {color: #fff;}

    I have a black background of my wordpress site and site color is white for blog but for bbpress I changed only the header and footer background colors and used the code below

    #bbpress-forums a{
    	color: #000;
    }
    #bbpress-forums {
    	color: #000;
    }

    So I did this because bbp-topic has white background and in this case the links became #000 as site background but the breadcrumbs are on the top where the background is black too and I need to change the breadcrumb link color to white …

    Jerry
    Participant

    Hi Robin. Sorry for the delayed response. It worked! Thanks for the simple fix. Now we know that shortcodes can take two inputs. If you need any of my code for use in a plugin, let me know. Though I have done things that are unique to my website, so they may not be as useful.

    We can close this thread now.

    #150468
    defcon1186
    Participant

    Hi guys, I’m pretty new(bie) on WordPress, hope some1 could help me.

    I’ve created a little test site here: http://www.elite-force.it/test

    Then, I’ve installed bbpress and I’ve created menu entries with those magical-fantastic short codes.

    Everything seems going fine, of course it will need some CSS adjustment but I don’t panic on that… else way I panic because I can’t reach profile page…

    My forum is: http://www.elite-force.it/test/forum/
    And profile for my user should be: http://www.elite-force.it/test/forums/user/goose/

    When I go to my profile page, something strange happen… It seems that bbpress use my homepage php to build the page.. of course result in a home-similar, with a “THESE POSTS ARE BY: ” on top and any other infos…

    I read that bbpress look for page.php if there is no bbpress.php on theme root folder, but if I also create a copy of my page.php or post.php doesn’t fix the problem.

    Is because that template uses dynamic pages? there is no solution? I mean, There is no way to override bbpress page settings and make a different view for the profile page?

    Please… help those noob

    Robin W
    Moderator

    sorry, but very long and quite confusing questions.

    you url would be very helpful so that we can see what your issues are.

    on # 1 – where are you seeing these? – on shortcodes, widgets or where. Please describe current process, and what you would like to happen.

    on #2 – need a url so that we can see

    #150429
    Stephen Edgar
    Keymaster

    Use the ‘Views’ widget in a sidebar or shortcode [bbp-single-view id="no-replies"]

    https://codex.bbpress.org/widgets/ https://codex.bbpress.org/shortcodes/

    #150377
    jetfalcon
    Participant

    Sorry!

    The login widget, including register and lost password links.

    I know there are shortcodes for each of them, but I want it to look like the login widget.

    Thanks!

    #150332
    Xaveus
    Participant

    I have installed bbpress on multiple wordpress sites and seem to always have the same issue. On the main forum index page it says 0 voices and 1 posts no matter how many posts you create this never changes. Being that this has occurred on every site that I have included bbpress and being different themes and installs I can only conclude that I must be missing something when I set it up.

    If anyone can help I would appreciate it….because you cannot run a forum that says there is only 1 post in it 🙁

    Also I use no shortcodes, I just install bbpress then go to http://www.example.com/forums and start posting.

    #150329

    In reply to: Text Color and Font

    Robkk
    Moderator

    This is the Image of forum. Right above the emoticons there is a letter “p”. I am not too sure what that is for:

    i dont really know either, but i think it indicates what heading style you are on , you see that list box that says paragraph click Heading 2 , now your p symbol should show h2

    This is the image of what user posted on the forum and ended up with all the codes showing up:

    it might be because participants cant post any other html tags than what bbpress allows, im not for sure though.

    easy way to test it is for keymaster to post using span style, if it works then its allowing participants to use restricted html.

    The user just replied that once he highlight any part of the content, that’s when it shows with all the codes.

    how??

    link me to your site ,give me some demo login details and ill sign up and try it out??

    #150322

    In reply to: Text Color and Font

    desiamerican26
    Participant

    The user just replied that once he highlight any part of the content, that’s when it shows with all the codes.

    #150320

    In reply to: Text Color and Font

    desiamerican26
    Participant

    Hello @robkk,

    All the buttons I needed is showing up as it is.
    For the Media ones, I will contact the Author and ask them about it if anything can be done or else I will find another way to show video as per your suggestion.

    I just received a message from one of the user that he encountered a problem while posting on Forums.
    Please see the Links below and let me know the solution:

    This is the setting section of TinyMCE Advanced of how I have it:
    http://www.mediafire.com/view/5ycbdzwtx4yddp9/Untitled8.png

    This is the Image of forum. Right above the emoticons there is a letter “p”. I am not too sure what that is for:
    http://www.mediafire.com/view/bx36jo5qjyf1y02/Untitled9.png

    This is the image of what user posted on the forum and ended up with all the codes showing up:
    http://www.mediafire.com/view/7c9p4c0oa4fjqnf/Untitled10.png

    How can I resolve this issue?

    Thanks you again for your time and help….

    Robin W
    Moderator

    yes, just change it !

    you can then do one of two things

    1. just make a note, so that each time I upgrade this plugin, you’ll need to go back and change the code again

    2. rename the plugin in line 4 – say to

    Plugin Name: bbP shortcodes robkk
    

    and then change the directory the plugin sits in to something else

    Worpdress will then tell you that you have a plugin installed but not activated called bbP shortcodes robkk, and that the plugin bbp shortcodes no longer exists, and you can then delete it.

    Robin W
    Moderator

    One I’ve been playing with

    bbp additional shortcodes

    #150137
    Robkk
    Moderator

    which one would you suggest?

    i have no idea , i have no opinions on any of them since i havent tried any of them.
    You can try each one on a local site if you want and make your decision off that.

    But what i can say is that this rating plugin https://wordpress.org/plugins/rating-widget/

    is on https://codex.bbpress.org/feature-plugins-tracking/

    and it also has some integration with bbpress.

    Basically I want it to show up in only a few of my subforms next to the bb codes on top ^^^

    I have no idea how your going to show the ratings on a few subforums , your probably going to need help on that too, (i have no idea how to help you on this)

    #150135
    cybarmitzvah
    Participant

    which one would you suggest?

    Basically I want it to show up in only a few of my subforms next to the bb codes on top ^^^

    #150034

    In reply to: login and registration

    Robin W
    Moderator

    yes you need to set up pages for these functions.

    So set up a page called ‘registration’ and put

    [bbp-register]
    

    in it.

    and a page called ‘lost password’

    and put

    [bbp-lost-pass]
    

    in it

    You can prefix these codes with some text as well so for instance lost password might say

    Enter your email address, and we'll send you a new password
    
    [bbp-lost-pass]
    
Viewing 25 results - 726 through 750 (of 1,701 total)
Skip to toolbar