Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '+.+default+.+'

Viewing 25 results - 4,351 through 4,375 (of 6,788 total)
  • Author
    Search Results
  • newpress
    Member
    1. I activated bbPress (Twenty Ten) theme

    2. Enabled Group Forums within bbpress settings (buddypress default bbpress wasnt installed)

    3. Checked “Allow BuddyPress Groups to have their own forums”

    4. Group Forums Parent is “group-forums” and its a category (I also tried a forum for that but it didnt work either)

    http://fantastic7.x10.mx/forums/forum/group-forums/

    1. A group forum that doesnt work

    http://fantastic7.x10.mx/groups/morb/forums/morb/

    1. A thread, topic within the same group forum that didnt work and still is

    http://fantastic7.x10.mx/groups/morb/forums/topic/actu-tutoc/

    1. No plugins activated other than bbpress and buddypress

    2. I made the above group forum sit at the forum root. But it was also fruitless

    3. selected Forum Root as group forums Parent (the thing that isnt recommended) but it was futile too

    4. “Works fine if I navigate to it directly”, I seriously doubt that anyone would do that

    #116087
    DramaticBaby
    Participant

    Now I finally got it to work. You just copy the bbpress.css file to /my-child-theme/css/ and voilá, it works. When I found out that I looked in bbpress-functions.php and stumbled over this line:

    // Check child theme
    if ( file_exists( trailingslashit( get_stylesheet_directory() ) . $file ) )

    Which states the obvious, it looks for bbpress.css in the /css/ folder in your child theme. If found, it will replace it with the default css.

    If any admin reads this, can you please elaborate a bit more on the subject. It is very diffuse how all this works.

    • This reply was modified 13 years, 3 months ago by DramaticBaby.
    #116085
    DramaticBaby
    Participant

    Hi, I’m trying to create a custom theme for the bbPress forum. I already got a child theme based on Twenty Eleven, and I’m trying to style bbPress with my style.css in the child theme folder.

    The problem is that bbpress.css is imported in the html code after my style.css, overwriting the latter’s styling. How do I force bbPress to use style.css instead, even though bbpress.css is imported after?

    I have been struggling with this for hours and hours.

    • This topic was modified 13 years, 3 months ago by DramaticBaby.
    craftcore
    Member

    On loop-single-reply.php, show_role is true by default.

    > bbp_reply_author_link( array( ‘sep’ => ”, ‘show_role’ => true ) > );

    I’d like it to be false. If I change it in the theme, it will be overwritten next time I update bbPress, right?

    How do I set it to false so that it will not get overwritten?

    Thanks!

    #116064
    Janus12
    Member

    problem 2 was solved by adding

    #bbpress-forums div.reply {
    height: auto;}
    

    however the other problem is still not solved and I believe the style.css is missing files.

    This is litteraly my whole css file


    /*
    

    Theme Name: Custom Community
    Theme URI: http://themekraft.com/custom-community/
    Description: Create your individual website within minutes. Custom Community is a WordPress and BuddyPress theme framework that enables you to build your site with all the features you love. Easy to use jQuery slideshow. List posts under your pages in magazine layouts. Use powerful theme settings to customize every part of the theme. 20 widget areas, 5 special widgets and 2 custom WP 3.0 header menus. 3 predefined colour schemes (white, grey, black) with clean and simple browsersafe css design to start from. Support forum at http://themekraft.com/forums.
    Version: 1.8.9.1
    Author: Themekraft
    Author URI: http://themekraft.com/
    Tags: buddypress, translation-ready, dark, light, white, left-sidebar, right-sidebar, two-columns, three-columns, fixed-width, flexible-width, custom-header, custom-menu, custom-colors, custom-background, theme-options
    License: GNU General Public License v2.0 / License URI: http://www.gnu.org/licenses/gpl-2.0.html
    */

    /* Reset browser defaults */

    @import
    url( _inc/css/reset.css );

    .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    .alignleft {
    float: left;
    margin-right: 15px;
    }

    .alignright {
    float: right;
    margin-left: 15px;
    }

    div.post .wp-caption {
    text-align: center;
    background-color: ##f3f3f3
    padding-top: 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:12px;
    }

    div.post dd.wp-caption p.wp-caption-text, div.post .wp-caption p.wp-caption-text {
    font-size: 0.9em;
    line-height: 17px;
    padding: 0 4px 5px 0;
    margin: 0;
    }

    div.credits{display:none;}

    bbpress-forums div.reply {

    height: auto;
    

    }


    I am fairly new to web design but I have a feeling there must be more somewhere.

    Does anyone know what code I could input to this file in order to fix problem one?

    Also as a bonus could anyone give me a code that could work for changing the background of the forum colour?

    I apologize for my “rookieness”

    Thanks in advance!

    #115934

    Yes, I checked it with Default permalink setting but that did not work.

    #115803
    LabSecrets
    Participant

    You simply go into your admin dashboard, under “Users” and then find this user. There you will find an option drop down for “Roles”. In there you will select “Forum Moderator” as the role.

    If it is true that you are using S2 to control levels, you will need to modify the S2 level for this or other moderators to add the capability of “Moderate Forums”.

    In other words, you are going to add the same role capability to the S2 Level Role (1, 2, 3, 4, whichever…) that one would have if you were using the default “Forum Moderator” role.

    This is because you can only use one role at a time.

    Hope this helps 😉

    Cheers!
    Spence

    http://labzip.com
    http://labsecrets.com

    #115758
    LabSecrets
    Participant

    Hi Shep,
    Suggestion is that you use a role management plugin, such as Justin Tadlock’s “Members”, that allow ou to edit Roles.

    Carefully…..

    Check to see if your admin Role includes bbPress moderator, and whether your default member Role (presumably “subscriber”) includes bbPress posting capability.

    Be careful with role management, it is very powerful

    Cheers!
    Spence
    http://labsecrets.com
    http://labZip.com

    #115740

    In reply to: User Level?

    Anonymous User 5853594
    Inactive

    Not by default, you’d have to find or write a plugin to handle that kind of user management.

    #115733
    jmatthewgore
    Participant

    I love the fact that bbPress now has native WYSIWYG editing, but the default theme for the editor doesn’t work on my site very well, it’s hard to read.

    I know that other skins are available, but I don’t know how to actually select them for use with the bbPress editor. Is there a way?

    #115700

    In reply to: bbPress Language Files

    Stephen Edgar
    Keymaster

    Try «Forum Description» (Ref: here & here)

    #115658

    I’m messing around with bbpress in a site with a Genesis theme. I am using the bbpress default theme(s).

    Unfortunately the Fancy Editor stretches beyond the column end on the right hand side and gets cut off… and it looks like there are lots and lots of buttons on the editor…

    Also the text field cannot be stretched so it makes it quite difficult to write longer texts…

    How have you setup bbpress.org?

    Your stuff here looks amazing… and the editor is clean and stretchable…

    Thanks,

    Anders

    #115635

    In reply to: Key Master

    Steve
    Participant

    Found it… somehow, and I’m not sure how this happened the default role for users had been set to “Administrator”, either that or I’d not changed it. But “Anyone can registered” wasn’t set so it wasn’t important (I’m using a FB connect plugin to do registration). However I de-activated bbpress and then re-activated it and it sets up forum participant to pick up the default role from the blog… so every user (all 233+) of them became site admins and thus Key Masters. So I de-activated, set the default role to the lowest and then re-enabled it.

    I set the default role down to subscriber, deactivated and re-activated bbpress and now everyone is just a member on the forums.

    It might be worth putting a check in so that it pops up a warning if the default level is an an admin level account.

    • This reply was modified 13 years, 3 months ago by Steve.
    #115631
    matthiaswh
    Participant

    I have run into this same issue since the latest update. I can “reset” it by changing the throttle time to 0 and saving. While the throttle time doesn’t save at 0 (defaults back to 10), the Slow Down error stops for awhile. Then it will randomly pop up again.

    It doesn’t seem to be a theme compatibility issue. I’ve set to the default bbPress themes.

    It’s not a visual editor issue. I’ve disabled and enabled and it happens regardless.

    It doesn’t seem to be a server time issue. I’ve tried it on two servers, and reset the server time to see if that helped.

    #115624

    Topic: Order Forum

    in forum Troubleshooting
    dragonl
    Member

    Hello, I have a problem. I just downloaded bbPress to WordPress, was installed correctly, but when putting an order in the forum is not possible.

    I have 5 sections in the forum, and try to create order, but I ignored. I tried to change through “Order” putting the numbers 1,2,3, etc., but the next thing is the default, new forums up, and there is no way to change it, why?

    #115609
    Stephen Edgar
    Keymaster

    Whatever you have ‘New User Default Role’ set to in WP-Admin is what role will be assigned to new users registering.

    WP-Admin -> Settings -> General /wp-admin/options-general.php

    #115598
    MikeySpice
    Member

    Hi,

    I’m using bbpress with WP and need bbpress to recognize a different WP role as the bbpress default “Forum Member (participant)” role. This is necessary because I have other WP plugins installed that need to share the same default role with bbPress.

    Can I achieve this by modifying bbp-core-caps.php in some way? If not, what is the recommended solution?

    Thanks in advance.

    M

    #115551
    fitninja
    Member

    I am very green but have the same issue, my theme doesn’t use the fancy editor for forum posts and replies. That said, I found that the form-reply.php and the form-topic.php files in my theme’s bbpress folder affects those pages. I backed them up then deleted them from my theme’s bbpress folder and (I assume) the form-reply.php and form-topic.php files from the default bbpress theme took over and I got back the fancy editor.

    Using the default bbpress theme’s form-reply.php file as the example: open the file and look for the section that starts with the following lines:

    if ( !function_exists( ‘wp_editor’ ) ) : ?>

    (note: I had to put a space between the “< " and the "?" in that first line so that the code would show here, so if you want to search with it, remove that space)

    The section ends with:
    (again, I put a space between the “<" and the "?")

    I restored my theme's files and bumbled my way through adding the lines. On my first go at it I ended up with both the fancy and my theme's editors on the same page! LMFAO!! Haven't played with it anymore as yet so you'll have to see what you can do with it.

    fitninja
    Member

    Thanks Aron!

    I could have sworn I tried to pull up those posts using the default BP theme and had the issue but I just tried again and had no issue. (my kid just rolled her eyes at me). Not a good move to lose one’s mind in front of witnesses–especially if they are the pint-sized, know-it-all type! 🙂

    fitninja
    Member

    I’m running the latest version of bbpress with a BP 1.5 installation. Love, love bbpress!!!

    I’m using a combination of bbpress central forums and BP group forums. I was having issues getting the BP group forums to work after installing/uninstalling bbpress, so I deactivated the BP group forums and planned on just using the bbpress forums. Then I saw a nifty little selection in bbpress to “let BP Groups have their own forums” so I turned that on and got group forums back for BP! Back on track and cooking with gas! (Or so I thought.)

    Everything works great on the bbpress forums side, except for Favoriting (yes new verb) and Subscribing to topics, (well they work if I right-click the links and open in a new tab or window–not a biggie right now).

    The two biggest issues I have are on the BP groups forums side. (1) I get the following error when trying to view a topic:

    “Fatal error: Call to undefined method stdClass::have_posts() in /home/content/46/7943846/html/wp-content/plugins/bbpress/bbp-includes/bbp-reply-template.php on line 168”. (Funny enough the Favorite and Subscribe options work really well on this broken screen.) I can post new topics just fine.

    (2) When I post a topic in a BP Group forum, it shows up in the main activity feed and in my personal activity feed, but not on the activity feed for the group.

    I’m using Suffusion along with the Suffusion BP and Suffusion bbpress Packs, but the issues persist even when I use the default BP theme. I deactivated my plugins one by one just to rule them out and no change in the result.

    Reactivating Group Forums on the BP side and selecting “use existing bbpress install” gives me 404 errors and no BP forums at all. Don’t know what to do. Well I could just not use the BP groups forums. OR I could sledgehammer the whole install and start from scratch. Would like to avoid either of those options if possible though. The site is http://fitninja.com and test user is username: *** password: ***

    • This topic was modified 13 years, 3 months ago by John James Jacoby. Reason: Posting login information is a bad idea
    #115458

    In reply to: CSS Style Issues

    By default, you can target bbPress specific styling using the #bbpress-forums ID.

    #115435
    katmmad
    Participant

    I’m having some moderation issues on my site…

    a) At least for some users, EVERYTHING they post is going to the moderation queue, despite settings both within WordPress (Settings–>Discussion) (which allows comments to be posted once there’s something approved by that author), within a plugin called “bbPress Moderation” (which allows topics and replies to be posted once there’s something approved by that author).

    b) is there an easier way for an admin to publish topics and replies that go into moderation? Right now I have to manually “edit” each item and then click “publish”, which seems to take like 3 steps longer than WordPress’s default comment moderation system (where you can either bulk approve comments or where you can click “approve” instead of “edit” and “trash.”

    I’ve tried turning off all plugins, toggling settings, and so forth, and nothing works. Please help! I’m running latest installations of WordPress, Buddypress, bbPress… GEnesis/Prose. Thank you.

    • This topic was modified 13 years, 3 months ago by katmmad.
    iamzippy
    Member

    Congrats on the 2.1 update, it rocks. But I do have one minor needle request to make concerning the exposure of user bio information. Even when there is none.

    The Symptom:

    enter image description here

    “Hey Admin dude, I may be incognito and unremarkable, but why draw attention to me like this?”

    Cause:

    Not checking if the description field in the user profile is empty (user-details.php).

    Twentyten’s native bio box code is wrapped in a conditional that calls a hookable function, get_the_author_meta( ‘description’ ). Twentyten defaults to skipping the bio box completely if the user profile ‘description’ field is empty (on both single posts and author archives).
    And thanks to the hook, the author of a child theme can also prevent display of this stuff based on any criteria they choose — like, author bio info is shared with logged-in users only.

    The bbPress function bbp_get_displayed_user_field() isn’t currently hookable :(, but this whole thing is fixable with 3 or 4 lines of code in a couple of files. It’s not so much a bug as a lapse in coding consistency. Whatever, it’s busting my chops right now. If I didn’t know better, I’d ask for my money back 😉

    Could this be put right in the next update? Makes for better consistency with WordPress, imho 🙂

    Meanwhile, in other bbPress core-hacking news…

    ‘I also have a needle about the way author URL construction is similarly unhookable, but that’s for another thread’

    #115417

    In reply to: bbPress Language Files

    ecykada
    Member

    look i insert that : https://translate.wordpress.org/projects/bbpress/plugin/pl/default?page=2 that’s is correct translate in my language , but don’t work when i put file in lanuage file it’s nothing hange :/

    Buovjaga
    Participant

    When the converter gets to the topics, it stalls and when I check the Apache error log I see this:
    [Thu Jul 19 07:46:32 2012] [notice] Parent: child process exited with status 3221225725 — Restarting.
    [Thu Jul 19 07:46:33 2012] [notice] Apache/2.2.21 (Win32) PHP/5.3.9 configured — resuming normal operations

    Same with default settings or 1000 rows setting. It did about 500 topics and then stalled. It doesn’t look like it’s because of memory, I have 4GB and a 64-bit system (doing this locally). Any tips?

Viewing 25 results - 4,351 through 4,375 (of 6,788 total)
Skip to toolbar