Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

Viewing 25 results - 4,326 through 4,350 (of 6,788 total)
  • Author
    Search Results
  • #116910

    In reply to: User Replied Topics?

    zikadonfeur
    Participant

    Hi,I haven’t the template php with the default theme.Everybody has it?thank’s a lot

    #116905

    Topic: Bug theme

    in forum Themes
    zikadonfeur
    Participant

    Hello,i’m french 😐 (sorry)

    I use a WordPress 3.4 and a buddypress 1.5.6. With it a bbpress 2.1.2.My WP theme is Frisco for buddypressmy bbpress theme is BBpress default because I can’t select another one.

    My bug is on a “members/username/forums/“My sidebar is running out.all over pages are ok.

    How I can resolve it?

    I used a http://codex.bbpress.org/theme-compatibility/ but how I can select it in the adminpanel.

    Thank’s a lot.

    Franck

    #116873
    #116837
    Jeaz
    Participant

    Hey,

    Using BuddyPress 1.6 and bbPress 2.1.2 and come across a problem. When trying to edit a post in a group forum, the page loads the /edit page, but there’s no difference between that page and the actual post page and you don’t get to edit the page.

    Tried disabling all addons and running default BuddyPress skin, but doesn’t work. Editing non-group forum posts works.

    #116812
    Stephen Edgar
    Keymaster

    @capsx Those are phpBB ‘magic_url’ and phpBB by default will truncate/shorten all URL’s to 55 characters. It does this so there are not extremely long URL’s in posts. eg. This URL is 63 characters in length, phpBB will leave the ‘href’ in tact but shorten the displayed URL to 55 characters.

    <a href="http://www.example.com/directory/directory/directory/directory/">http://www.example.com/directory/directo ... directory/</a>

    phpBB SQL DB stores this in the posts table with the following code

    <!-- m --><a href="http://www.example.com/directory/directory/directory/directory/">http://www.example.com/directory/directo ... directory/</a><!-- m -->

    There is more info on ‘magic_url’ here and here.

    Thanks for posting your example code above.You may also want to look at https://bbpress.trac.wordpress.org/ticket/1884

    • This reply was modified 13 years, 3 months ago by Stephen Edgar. Reason: code formatting
    #116784
    Roger Coathup
    Participant

    OK.. no need for a plugin.

    JJJ’s default theme compat stuff first searches for a bbpress.css file in the theme’s css directory —

    So, a workaround is to simply copy the bbpress.css from the theme-compat folders into a css folder in your theme, and then edit that file.

    #116774

    Not a bbPress problem. Looks like your theme is a child theme of BuddyPress’s bp-default, and it uses hardcoded relative paths in its @import rules. Any number of things could be going wrong here, but it wasn’t updating bbPress that caused this to happen.

    #116773
    Roger Coathup
    Participant

    I want to do something as simple as override a few bbPress CSS selectors.

    I make the mods in my theme stylesheet, but they have no effect as bbPress is injecting it’s CSS after the theme stylesheet.

    Are there any instructions on how to achieve this really basic step?

    It’s a fairly default bbPress install (site wide) on a BuddyPress site. Have selected the bbPress default theme package: /plugins/bbpress/bbp-theme-compat option in wp-admin

    #116748
    Stephen Edgar
    Keymaster

    Go into ‘bbPress WP Tweaks’ settings /wp-admin/options-general.php?page=bbpress-wp-tweaks and change the ‘Default forum wrapper’ to ‘index.php’ (it should be in bold text)

    jjman
    Participant

    Really appreciate the work you’ve done with this forum software. It’s perfect with WordPress applications!

    I’m wondering how it’s going with multisite installations?

    The scenario I’m currently working on is where the forum is installed on a multisite, where all sites uses full domainmapping. Now, I would like the registration process to stay on the current webpage. Right now a new registration is taken to the primary domain (default multisite behaviour) But wouldn’t it be possible to have the options to keep everything ‘within’ the webpage where the forum is installed, especially on domain with domainmapping? As this would be the most logical I think for the end user?

    Input, feedback? 🙂

    Roger Coathup
    Participant

    Is there some reason why the templates in 2.2 have been changed to use divs and lists to markup table content?

    Things like a number of multi-column rows, with corresponding headers (e.g. latest threads) are semantically best marked up as a table.

    #116678

    In reply to: Import Forums

    Stephen Edgar
    Keymaster

    This is by design, if the user enters the correct information for the database settings on the import screen the importer would be able to read that data and would start trying to import that data and as Murphy’s Law dictates whatever that default you set it to will not be the option the end user assumed it would be, then you have an incomplete and inconsistent data set to try and remove.

    I did this exact thing yesterday and was quite happy that this is what happened rather than having to go into phpMyAdmin and manually delete data chunks from WP tables.

    • This reply was modified 13 years, 3 months ago by Stephen Edgar.
    #116664
    capsx
    Participant

    Import Forums -> Select Platform by default is “Example” I think it must NOT be selected by default, because the user may forget to select the right platform – and in that case nothing is going to happen, and user will think that the converter is broken …

    • wp 3.4.1
    • bbpress 2.1.2
    • This topic was modified 13 years, 3 months ago by capsx.
    • This topic was modified 13 years, 3 months ago by capsx.
    #116623
    LabSecrets
    Participant

    In the past we’ve found it helpful to have one set of docs and info relating to “use” of the system, and then a second relating to “development” (or “customization”). The differentiation is less on the capability of the person searching, and more about what the point of the information may be.

    Think of it like an automobile. There is the “user manual” in the glove box. But if you are a mechanic, you probably have the Chilton “repair manual” for that car in your shop somewhere.

    If you use bbPress, the default “user manual” would have a variety of useful “how to use and extend this” info… but if you wanted to get into the code (php or css or js or shortcodes) you would look to the “repair manual” (not implying anything broken, just meaning it’s for modifying code)

    Keeping things as simple and flat as possible might help to eliminate hiding good info in a complex heirarchy?

    #116599

    In reply to: bbPress 2.2

    Quint
    Member

    Since this topic was posted in Requests and Feedback, I’ll post my request here (I can’t tell if it’s covered in the trac). Will 2.2 become the default version used by Buddypress Groups and will the plugin GD bbPress Attachments (as it is with 2.1 site wide) be compatible with it? If not, this would be my request. Thanks!

    nchiari
    Participant

    Hi everyone! I’m using the fancy “new” TinyMCE box to post comments in the forums, but I have a site with black background, so the box where you write the comment is black too, but the letters are grey (WordPress default). If I try to change the CSS style, It changes the default TinyMCE box, so if I make the text white, I will have white text in WordPress’s “Write a new article” box too.

    Is there any way to change the letters colors of the TinyMCE ONLY to use it in bbPress comments box? I would appreciate a detailed explaination ’cause I’m a little noob with WP and BBP.

    #116381
    davidkooo
    Participant

    So I changed default page.php to be fullwidth, but I would like to know hot to force bbpress to use certain wp page template.

    Also I am really disappointed there is no separator for forums, like it is in phpbb… I would like to split my forums to groups (movies, series, games…) I dont think it would be so hard to include this option in one of next updates.

    Thanks.

    #116379
    JKNN
    Member

    Hello.

    My forum was fine translated to Danish before updating to the latest version of bbPress, 2.1.2. But now I cannot seem to figure out how to do the translation? Do I have to put the .po file elsewhere?

    What is exactly the procedure for uploading and changing the language of bbPress? Different topics say different things.

    Found the .po file here: http://translate.wordpress.org/projects/bbpress/plugin/da/default

    #116233

    In reply to: Index page

    viktora
    Member

    Another observation + summary to the topic “bbpress is ignoring my customized index page file page-front-forums.php in my template directory”…

    Default setup for forum base slug is “forums”. With this setup page-front-forums.php is being ignored. After change to “discussions”, the /discussion/ URL still ignores the template file BUT /forums/ URL is still working and it is working fine! (no shortcode usage).

    BUT only for logged in users.:-)) Other users are redirected to web index page.

    Anyway, I am happy to have at least some progress here.:-))

    #116218

    Hello, I just installed bbPress a couple of hours ago, but I’ve been reading and struggling to make it work!
    I changed the Theme Packages from bbPress Default to TwentyTen but it looked horrible.
    Why is the bbPress Default not working? Nothing is showing up…
    Here is the direct link to the forums, http://techandmake.com/forums/ and here is a topic example http://techandmake.com/forums/topic/envios-en-monterrey/

    Please help!

    #116154
    Stephen Edgar
    Keymaster

    By default you see only the ‘Red X’ for both favorites and subscribed topics on your user profile page eg. /forums/users/username/

    Are you using the latest version v2.1.1 and WordPress 3.41?

    #116153

    In reply to: Korean Translation

    Stephen Edgar
    Keymaster
    #116150

    In reply to: Wow I need help!

    Stephen Edgar
    Keymaster

    If you use the forum base ‘X’ and forum slug ‘y’ and have ‘Forum Prefix’ checked
    – hxxp://www.example.com/x/y/yournotstupid
    – (default bbPress slugs hxxp://www.example.com/forums/forum/yournotstupid/ )

    If you use the forum base ‘X’ and forum slug ‘y’ and have ‘Forum Prefix’ UNchecked
    – hxxp://www.example.com/y/docscouldbebetter
    – (default bbPress slugs hxxp://www.example.com//forum/docscouldbebetter/ )

    There is some basic doc’s here https://codex.bbpress.org/getting-started-with-bbpress/#creating-your-first-forum and https://codex.bbpress.org/forums-settings/#archive-slugs

    • This reply was modified 13 years, 3 months ago by Stephen Edgar.
    • This reply was modified 13 years, 3 months ago by Stephen Edgar. Reason: formatting
    #116128
    grayson76
    Member

    I just set up a bbPress install with BuddyPress, and each forum page shows the topics for all forums, not just the one forum’s topics that are supposed to be displayed. This happens no matter what theme I try — Twenty Ten, Twenty Eleven, BuddyPress Default, Elbee Elgee… Any ideas? Thanks.

    #116127
    Adam
    Participant

    So I think it is a permalink issue but I am not sure. I am developing a theme framework and I want to integrate bbpress with it and thus i was testing bbpres default installation. How ever going to site/forums/forum/test gives me a 404 error. even site/forums gives me a 404 – the theme throws the 404 –

    Can any one give me any ideas as to how to fix this? My permal link structure is

    /%category%/%postname%/
    
Viewing 25 results - 4,326 through 4,350 (of 6,788 total)
Skip to toolbar