Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 17,851 through 17,875 (of 64,516 total)
  • Author
    Search Results
  • #154294
    dmx09
    Participant

    Hi all,
    I am trying to figure out how to style a single forum page differently to the main forum pages. I know I can do a conditional statement so say when on this page, do this, however I think there might be an easier way.

    Can I use the usual naming & hierarchy structure used by WordPress? ie; when I have a custom post type named ‘movies’ I can use a template for this page called ‘single-movies.php’.

    Can I do something like this perhaps?
    forum-my-forum-name.php
    or bbpress-my-forum-name.php

    I’ve tried but didn’t seem to work for me so maybe I’m missing something fundamental.

    Thanks in advance.

    #154293
    akyboy
    Participant

    Just for anyone in the future who wants it dofollow, outcomment the lines. So
    //add_filter( ‘bbp_get_reply_content’,’bbp_rel_nofollow’, 50 );
    //add_filter( ‘bbp_get_topic_content’,’bbp_rel_nofollow’, 50 );
    That’ll work.

    That actually worked well.

    But i have another problem, i removed nofollow in order to try to get light box working on bbpress posts, its working fine on wp posts however.

    I need rel=”lightbox” on images in posts, how to add that filter if anyone can help?

    Thanks

    #154292

    In reply to: Quicktags out of line

    Robkk
    Moderator

    try this anywhere where you can put custom css

    #bbpress-forums div.bbp-the-content-wrapper input {
    font-size: 12px;
    padding: 5px;
    margin: 0 2px 0 0;
    line-height: 1em;
    width: auto;
    }
    #154289
    Danpajosite
    Participant

    Hello,

    I have a strange thing going on on my site. When I want to leave a comment below a blog post it is not possible for me to click the WYSIWYG editor field. I cannot type any comment. Not as an Administrator or normal user.

    After searching a lot I have noticed that the setting “Add a toolbar and buttons to text boxes to help in HTML format is causing this strange behaviour.

    When I turn this setting off I can type a comment. When I turn it on again its not possible anymore to click the comment field.

    How to solve this because the buttons are needed. With the seettings turned on I can only leave a commment after hitting F5 multiple times.

    To see an example go to click here its a dutch article but that doesnt matter.

    At this moment it is not possible to leave a comment. I have turned “Add a toolbar and buttons to text boxes to help in HTML format” on. You can use for login

    login: testpiet
    pass: test123

    Let me know when you want me to turn the bbpress setting off.

    Or how I can solve this.

    Regards

    jap

    #154284
    aniaorome
    Participant

    Hello!

    So there are about a dozen (dozen) topics about this, but here goes:

    So:
    WP 4.0
    bbPress 2.5.4
    a ton others (none that influences my users and their access)

    I created the test forum, the test topic, the page with the ‘forums’ pretty permalink and the whole shebang.

    I have a custom theme (cause I need it :D) and custom permalinks (with the needed .htaccess file).

    The topic page appears without problem, but the forum page gives me a “Page Not Found”.

    Any suggestions?

    Thanks!
    Ana

    #154283
    Robin W
    Moderator

    see

    Trying to make forum full width

    for how they did it

    #154282
    Cabeiri
    Participant

    I just finished setting up a new site and went live this week. I’m now getting an error within my bbPress forum that reads, “Error: Taxonomy isn’t defined”. What do I need to do in order to fix/make this message go away? It is only shown once you select a topic to view, at the top of the page, following the title of the topic.

    Wordpress 4.0

    bbPress – 2.5.4

    Community Forums

    #154278
    sicky_brazz
    Participant

    Hi, before i go ahead and start trying to make a car enthusiast site built on my current ideas, i wanted to know if this is possible, and if so, how..?

    1) – Multiple Forums
    I would like to have multiple bbPress forums over multiple WordPress pages, e.g. “general forums” on one WP page, a “buy/sell” forum on the second WP page, a “Services” forum on another WP page etc. and all while having the same login/passwords etc.

    2) – Pay Per Thread
    I would like to charge users a set amount, say maybe 75p to post a thread (not a reply etc.) in the “buy/sell” forums and say maybe 50p to post a thread (again, not a reply etc.) in the “Services” forum so that I make the money to sustain my site from people posting items for sale or offering a helping hand (a “service”) for a smaller fee than a garage etc.

    #154274
    Confuzion
    Participant

    Is there a way for BBpress to allow a newly registered user to post in a private forum and only be able to see his own post and comments from members.

    background info:
    I want to make a gaming site and i need a forum where it is possible for future applicants to post a private application without fear of being discovered by his old guild if they look at our forums or make a user to gain access.
    I have searched for this option for 2 days now and i can’t seem to find a solution to this problem!

    If it isn’t possible through either plugins or something else, then please suggest other forums with that capability.

    #154253
    phanson_tt
    Participant

    I think this cause by cache not clear. You should disable all your cache plugin like wp cache or w3 total cache. Then clear cache from VPS or from host control panel (if use host).

    The better way is try to list the database of bbpress and files which related to bbpress to the avoid caching in Cache Plugin

    ———–

    #154247
    Nellples
    Participant

    Hi there,

    Having installed by first bbPress and quite loving it I do have a problem, for some reason my quicktags are all in a vertical line (see image) and not in a nice tidy horizontal line.

    Quicktag problem

    Does anyone have a solution at all please?

    Thanks,

    Nellples

    #154239
    Fly1nP4nda
    Participant

    Same issue as described above for a client’s forum I am working on.

    New topics and replies not showing, freshness incorrect

    Now I do have one question as no one has really mentioned this yet.

    What server is everyone running wordpress/bbpress on?

    Aside from this issue I do have smaller issues that I had to handle simply because my client’s server configuration and it being on IIS/Windows server as opposed to Linux (I normally don’t have issues such as this on Linux)

    #154238
    robertosalemi
    Participant

    Hi,
    I’m using the plugin WP Business Intelligence for show custom report about my blog.

    I would show the topic/thread that not have new answers from 1 month.

    For this plugin, I must write custom SQL Query.
    I studied bbPress database schema, but I can not find where the answers are saved for each thread.

    Who can help me to write my query?

    Thanks.

    #154236
    copperbeech
    Participant

    Has anyone found a methodical, cohesive way to change “Forums” as the title? I’ve created bbpress.php in my theme root and changed the title to what I want it to be, so now it reads “Titlte I WantForums” all run together, exactly like that. How do I get rid of the word “Forums” in the title? LOL

    Thanks!

    #154232

    In reply to: Moderate forum?

    Robin W
    Moderator
    #154228

    Thank you very much for your answer Sam Rohn.

    They seem to have found a solution here:

    I need serious help with bbpress integration

    but the solution isn’t public, they didn’t share it unfortunately.

    I’ll be forced to work on the .htaccess file, I guess.

    #154221

    Topic: Import from YAF

    in forum Installation
    van24
    Participant

    Hi everyone

    My forum is currently running on YAF, which I absolutely hate. It means that I have to run my site on Windows hosting and its always breaking down.

    How easy is it to import all the posts and users from YAF into BBPress? Has anyone tried this?

    Thanks
    Van

    #154212
    Robkk
    Moderator

    Thanks again, and if you accept donations please contact me or direct me to a place where I can contribute to all who helped here. Thanks again,

    no problem , any other issues make a new topic.

    Robin has donate links here.

    Home

    I can set up a wordpress.com account tomorrow with some paypal donate button if you really feel like donating to me.

    other ways of contributing i guess are helping out in the forums the best you can with other users, or the bbPress project itself.

    #154201
    bsilverop
    Participant

    Thanks @robkk. This is looking good to me after making the changes. I tested on a few different screens here with different sizes and seems to be working well. I’m not sure why the @media screen commands weren’t working before, but suspect it had something to do with the order. This is what I ended up with for those looking to do something similar in the future. Thanks again, and if you accept donations please contact me or direct me to a place where I can contribute to all who helped here. Thanks again,

    .site,
    .site-header {
    	max-width: 100%;
    }
    
    .bbpress-forums .col-2cl .main {
    	background: none repeat-y right 0;
    	padding-right: 0;
    }
    
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content .entry-meta, 
    .page-content {
    	max-width: 100%;
    }
    
    .form-allowed-tags {
    	display: none;
    }
    
    div.bbp-breadcrumb, 
    div.bbp-topic-tags {
    	font-size: inherit !important;
    }
    
    #bbpress-forums ul.bbp-lead-topic, 
    #bbpress-forums ul.bbp-topics, 
    #bbpress-forums ul.bbp-forums, 
    #bbpress-forums ul.bbp-replies, 
    #bbpress-forums ul.bbp-search-results {
    	font-size: inherit !important;
    }
    
    #bbpress-forums {
    	font-size: inherit !important;
    }
    
    .bbpress .hentry {
    	margin: 0 auto 48px;
    	max-width: 100%;
    }
    
    @media screen and (min-width: 1008px) {
    	.bbpress .site-content {
    		margin-right: 0;
    		margin-left: 182px;
    	}
    }
    
    @media screen and (min-width: 1080px) {
    	.bbpress .site-content {
    		margin-left: 222px;
    	}
    }
    
    @media screen and (min-width: 1218px) {
    	.bbpress .site-content .entry-content {
    		margin-right: 0;
    	}
    }
    
    @media screen and (min-width: 673px) {
    	.bbpress .site-content {
    		margin-right: 0;
    	}
    }
    #154198
    Robkk
    Moderator
    @media screen and (min-width: 1218px) {
    .bbpress .site-content .entry-content {
        margin-right: 0px;
    }
    }

    this should remove that space on the right of the forums

    #154197
    Robkk
    Moderator

    @bsilverop

    remove the !important from

    @media screen and (min-width: 1008px) {
     .bbpress .site-content {
    	margin-right: 0 !important;
    	margin-left: 182px !important;
    }
    }

    there should be some space to the right, I will try to figure out that too, but tell me if removing the !important fixes the forums hiding under the left sidebar.

    #154194
    tharsheblows
    Participant

    Thanks. I wonder why that is.

    Did you, by any chance, run the “Remap existing users to default forum roles” tool? I wouldn’t have because I have waaaay too many people that have the “blocked” bbPress role but I didn’t change from “subscriber” in their WP role.

    Just curious if there’s a case to be made for a tool to do the same but just for Keymaster capabilities. Or something. I’m not quite familiar with all of it to know the right way to handle it.

    Anyway, thank you for letting me know! 🙂 I was super curious.

    #154189
    Robkk
    Moderator

    this css code i forgot to add , put it before the media queries

    .bbpress .hentry {
        margin: 0px auto 48px;
        max-width: 100%;
    }
    #154185

    In reply to: Moderate forum?

    tharsheblows
    Participant

    Hi – when you’re logged in as an admin, you should be able to do this from the front end as well as in admin. There should be a little bar of links at the top of each post like the one in the image on the right here: http://www.ilovecolors.com.ar/add-private-content-to-bbpress-topics-and-replies/ (the plugin has nothing to do with this issue, it’s just the best image I could find).

    If you don’t see that, make sure your bbPress role is set to Keymaster. And if that is right, make sure another plugin or your theme isn’t causing them not to appear by disabling all plugins then re-enabling them one by one and switching to the Twenty Fourteen theme.

    #154184
    Robkk
    Moderator

    alright this should be your entire css now

    if the @media queries still do not work try just adding them into your child themes style.css file.

    if it still doesnt work when you put the media queries in your style.css make sure you are not using @import and instead using this in your child themes functions.php

    add_action( 'wp_enqueue_scripts', 'enqueue_child_theme_styles', PHP_INT_MAX);
    function enqueue_child_theme_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' );
        wp_enqueue_style( 'child-style', get_stylesheet_uri(), array('parent-style')  );
    }

    more info here https://codex.wordpress.org/Child_Themes

    and also contact jetpacks plugin support and see if there is a problem or if i made another mistake or something

    .site,
    .site-header {
    	max-width: 100%;
    }
    
    .bbpress-forums .col-2cl .main {
    	background: none repeat-y right 0;
    	padding-right: 0;
    }
    
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content .entry-meta, 
    .page-content {
    	max-width: 100%;
    }
    
    .form-allowed-tags {
    	display: none;
    }
    
    div.bbp-breadcrumb, 
    div.bbp-topic-tags {
    	font-size: inherit !important;
    }
    
    #bbpress-forums ul.bbp-lead-topic, 
    #bbpress-forums ul.bbp-topics, 
    #bbpress-forums ul.bbp-forums, 
    #bbpress-forums ul.bbp-replies, 
    #bbpress-forums ul.bbp-search-results {
    	font-size: inherit !important;
    }
    
    #bbpress-forums {
    	font-size: inherit !important;
    }
    
    @media screen and (min-width: 1008px) {
            .bbpress .site-content {
    	margin-right: 0 !important;
    	margin-left: 182px !important;
    	}
    }
    
    @media screen and (min-width: 1080px) {
    	.bbpress .site-content {
    		margin-left: 222px;
    	}
    }
    
    @media screen and (min-width: 673px) {
            .bbpress .site-content {
    		margin-right: 0;
    	}
    }

    you can see i removed the width:100% on the #bbpress-forums css code , its because it didnt really do anything.

Viewing 25 results - 17,851 through 17,875 (of 64,516 total)
Skip to toolbar