Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 23,626 through 23,650 (of 64,518 total)
  • Author
    Search Results
  • #138523
    fpats
    Participant

    Hi, i’ve set up my theme which is a deep red and installed BBpress successfully, which of course is all grey. Everything works great but the colours are a mess.

    Is there a quick & easy way to change all the colours or does it involve changing 100s of lines of CSS ? A plugin maybe?

    I tried installing some themes from bbpshowcase.org but none of them seem to work.

    thanks alot

    #138522
    NerVe Aedy
    Participant

    Isn’t working. 🙁

    #138521
    RealitiesCrossed
    Participant

    I’ve got the bbPress post toolbar plugin installed to bbPress on my WordPress site, which is a private roleplay site for myself and a couple of friends…but two out of the current three of us are feeling a bit OCD about the arrangement of the smilies.

    We have emotes I have created and/or some I have gotten permission to use that represent each character we play with, a full range of emotions, hug emotes etc. for each character, which right now is probably 60 odd smilies, all characters combined.

    I have worked out how to arrange the names of the smilies in the package-config file to keep the characters relatively organized, but I’ve tried adding line breaks between each of the character sets and all that does is break the entire website down until I remove them, I can’t seem to edit package-config outside adding new smilie codes without crashing the site…but what I would love to know is this:

    Is there a way that I can insert line breaks or separate the smilies into tabs somehow by character rather than having them all smushed into one big group?

    edit: WordPress 3.6 and bbPress 2.3.2 are running on my site, I haven’t gotten around to the WP update and refused to upgrade bbPress because a plugin I was using was incompatible with the new version and I didn’t wish to break it.

    Jeff Hester
    Participant

    Stephen, I don’t think I ever said I had a handful of users. The actual number is over 17,000.

    There are several pages in the WordPress admin where a pick list with ALL users is displayed. These pages will tend to several minutes to load and allow me to use them. I mention this because for bbPress to be useful for a volume of users (> 10000) there needs to be some adjustment to the way the user lists are created.

    Here are two problem pages:

    • Delete Users – the list appears under “Attribute all posts to”
    • Widgets – the list of users is loaded under one or more widgets

    For the same reason that /wp-admin/users.php only displays 20 users per page, these lists should do something similar. Or rather than a list, use a search.

    I figure this isn’t something quickly or easily fixed, but suggest that it be considered in the future. And certainly bbpress.org has the same issue… how do you/they deal with it?

    #138519
    koendb
    Participant

    Hey.

    If you haven’t created a child theme, start with doing that.

    Create the file bbpress.php in your child theme.
    Copy the content of your page.php file into this new file.
    Remove the line

    <?php get_sidebar(); ?>

    You’ve removed the sidebar 🙂

    Now you only need to change / add some classes / ID’s and adjust your CSS file to give the forum a 100% width.

    Keep me updated 🙂

    #138518
    atunio
    Participant

    hey you i am using bbpress forum 3.4.1 i am using wordpress 3.6 i have install and follow all step final the when all open form page all forum display on my page but when i click any form title there is this error “Fatal error: Class ‘WP_Post’ not found in /home/rm1969/public_html/silverandbluereport.com/wp-content/plugins/bbpress/includes/core/theme-compat.php on line 375″

    please help me

    #138517
    eduardosilva
    Participant

    Greetings,

    I’ve migrated my bbpress install to from 1.x to 2.x (latest) and I didn’t noticed that there was a “change” in the permalinks structure.

    Now google webmaster tools is complaining that I have a lot of 404 errors.

    With bbpress 1.x the the “dots” where removed from permalinks, after the migration the “dots” where converted from “.” to “-”

    Topic name: “Example 2.6.1”
    old permalink: /topic/example-261
    new permalink: /topic/example-2-6-1

    The problem is that now, even if I fix the permalinks to behave like they where in 1.x, I will have 404 errors for the new items already indexed. So, is there any way to “redirect” the “old” permalinks to the new ones?

    At this moment google webmaster tools is reporting 2.133 404 errors

    Thank you!

    #138516

    In reply to: bbPress 2.4.1

    atunio
    Participant

    where are you all i have problem please help me i am using bbpress 2.4.1 i am using wordpress 3.6 i have install and follow all step final the when all open form page all forum display on my page but when i click any form title there is this error “Fatal error: Class ‘WP_Post’ not found in /home/rm1969/public_html/silverandbluereport.com/wp-content/plugins/bbpress/includes/core/theme-compat.php on line 375″

    #138515

    In reply to: bbPress 2.4.1

    David2013
    Participant

    I have also problem with bbpress 2.4.1. When i open forum page and go to the forum topic in the line of breadcrumbs appears this message.

    Warning: sprintf() [function.sprintf]: Too few arguments in…wp-content/plugins/bbpress/includes/forums/template.php on line 1878

    Please help..

    #138513
    nivin007
    Participant

    user should get new topic notifications only after approval. is it possible?

    #138512

    In reply to: bbPress 2.4.1

    atunio
    Participant

    i have bbpress forum i am using wordpress 3.6 i have install and follow all step final the when all open form page all forum display on my page but when i click any form title there is this error “Fatal error: Class ‘WP_Post’ not found in /home/rm1969/public_html/silverandbluereport.com/wp-content/plugins/bbpress/includes/core/theme-compat.php on line 375”

    i am waiting for answer

    #138511
    Nick Ottens
    Participant

    I tried logging onto my bbPress forums from a mobile device just now and it gave me just a white screen with the following text: “Hack tool, please contact support.” I asked me host about it and they suggested I try bbPress so here I am. Anyone had the same experience? Anyone know what it’s about?

    I managed to log on on my PC and nothing seems to be out of the ordinary.

    #138510
    NerVe Aedy
    Participant

    Hello.

    I wanted to remove sidebar from my bbPress forum. Please help me.

    Forum link is Here

    Thanks. 🙂

    jheninek2ikk
    Participant

    Thank you very much this helped for me to as i have to a big users list.

    #138507
    baylock
    Participant

    Hello,

    I read a lot of questions around here related to the change of the freshness to a simple date.
    But each one of the answers are related to a forum posts lists.
    What I want is to display the last post date in the freshness column of the forums lists.

    How would i do that?

    I believes this has something to do with this line:
    $time_since = bbp_get_forum_last_active_time( $forum_id );

    Or maybe this one:
    apply_filters( 'bbp_get_post_time', $anchor, $forum_id, $time_since, $link_url, $title, $active_id );

    But how to get the normal date from that (d-m-Y), it’s a mystery to me.

    Thank you for your help.

    BBPress: 2.4
    WP: 3.7

    #138504

    Topic: Theme issues

    in forum Themes
    tansu
    Participant

    Hello,
    I am very new to bbpress.
    I have successfully convert my 54000 user vbulletin forum in to bbpress. Also converted more than 1 gigabyte contents database without issues. There were some problematic turkish characters but i solved that issue too.
    But, i am sure it was a very well written document about how to modify and adding new themes to bbpress, I understand completely nothing from them. I also read forum topics about the issue, but most of them pointing the links where the docs are.
    I also tried copying folders and files in to wordpress themes directory or my theme’s directory, nothing is happening. Most probably i did not understand anything from the docs here:
    http://codex.bbpress.org/theme-compatibility/
    Can someone please explain to me what to do like explaining to an idiot.Assume my wordpress theme’s name is “wptheme” and please direct me into it by real examples like: Put your wp-content/plugins/bbpress/templates/bbpress folder to wp-content/themes/wordpresstheme folder. or whatever is true 🙂
    Best regards

    Stephen Edgar
    Keymaster

    I understand it is quite unusable but as I stated previously if you only have a handful of users this is required for will it suffice, how many is a ‘handful’ in this case?

    In regard to removing spam posts I found this plugin: https://wordpress.org/plugins/clobber-spam-users/

    This looks like it could be easily forked and adjusting the search criteria to return the results that meet your criteria to then have it delete the topics & replies for you, then afterwards you will again have users with no posts/topics/replies etc and again masss delete those users.

    Jeff Hester
    Participant

    Stephen, I know about the typeahead feature for select lists, but the list is so long (with thousands of names) that the widget page takes several minutes to load. I have to wait… and wait… and wait before I can even scroll on the page or do anything with any widget. Very unusable.

    #138498
    Center11Forward
    Participant

    Hi,

    I am having an issue with my BBpress installation. For some reason, all posts AFTER the original post in a thread are not showing up to guests – They seem to display fine to logged in users…

    Any idea on how to resolve this?

    Link: http://www.lovehate.ie/forum/

    JeremyPark123999
    Participant

    Hi, I have been trying to figure out how to have the “Notify me of follow-up replies via email” button unchecked by default, as I have topics in my forum, such as forum games, that will not require follow-ups. I have found lots of threads on how to have it checked by default (for an older version of bbpress I assume) but none on how to do the opposite. As I am still quite new to PHP, I have been unable to complete this so far. Any help would be great.

    http://www.tumbleweed.minecraftus.com

    #138487
    Morgensonne
    Participant

    🙁
    Really no one there who knows CSS and may help a beginner?

    #138484
    Stephen Edgar
    Keymaster

    [bbp-topic-form forum_id=$forum_id] – Display the ‘New Topic Form’ for a specific forum ID
    https://codex.bbpress.org/shortcodes/

    So if the forum you want has an ID of 341 use [bbp-topic-form forum_id=341]

    sparkii
    Participant

    Forum user roles, keymaster, moderator, participant, etc show up in the main site, but not on the bbpress site AND users with forum roles are unable to see forums/topics in the forum. This is a wpmu installation.

    Any ideas what might be causing this…

    The forum is a subfolder vs. subdomain and I did add htaccess to the subfolder rather than with in main site. I did not put any files in the subfolder per install instructions but wonder…could this be causing the issue?

    #138481
    Equisbono
    Participant

    http://equisbono.com/wp-admin/options-general.php?page=bbpress

    I try to “adjust” settings within wordpress for the bbpress plugin, it takes me to this link and says I “do not have permissions sufficient for this” or something similar IN SPANISH (dont know how it translates exactly into english)

    Whats the problem here? Please somebody help me soon, Thank you very much!

    #138480
    Robin W
    Moderator

    What theme are you using? and can we see how it looks – give us your website address

Viewing 25 results - 23,626 through 23,650 (of 64,518 total)
Skip to toolbar