Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 12,601 through 12,625 (of 26,879 total)
  • Author
    Search Results
  • allenmccabe
    Participant

    I have s2Member running with bbPress 2.2.3 and I am getting the following error when accessing the Users page within the admin:
    `Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0`

    Version 2.2.2 does not do this on the development server (also running with s2Member).
    Wordpress version 3.4

    #124614

    @webheadllc – That’s a bit of an oversight on my part. The ‘manage_options’ capability was an easy check originally, and you’re right that Key Masters should be able to create forums. I’ll make sure it’s fixed in 2.3.

    Update: Fixed in trunk.

    #124606
    parellex
    Participant

    wordpress 3.5
    buddypress 1.6.2
    bbpress 2.2.3
    Hi, i installed bbpress after i installed buddy press. During the bbpress installation process it said if i wanted a new page created for forums. I clicked “create new page.” After the installation i went to my website and found no tab. I checked to see if the page was created at all and it was. my website is here.
    parellex.net.

    #124594
    M3
    Participant

    Thanks for the help but still don’t understand how to change the theme. Is there any step by step and example on how to do it. Sorry I’m a plugin user and novice in coding.

    #124590

    Topic: Forum is missing

    in forum Installation
    thinkcrush
    Participant

    Hello guys. I don’t know what i did wrong ๐Ÿ™ I had the forum working a previous version of my website, but since the theme change, i can’t get it set up for my life.

    It might be important to note that there was a situation during the instillation of bbpress. I was at the last step of the instillation, when my website crashed. One of my folders was duplicated or something. I removed the file from my file manager and got my site back. BBpress is now installed, alongside buddypress but when i go to my forum page there’s nothing there.

    I think i need step by step instructions. When i make a page named “Forum” and assign that page to the bbpress pages tab, nothing happens. I have a code to make my forum fancy and thats not working either.

    I am using the newest wordpress, and the newest bbpress.

    My website is at http://www.goodpoker.ca

    This is the code i need to put somewhere…

    ID, ‘sidebar_value’, true);

    do_action( ‘bp_before_directory_forums_page’ ); ?>

    <div class="padder contentbox “>

     

    <option value="”>

    <input type="submit" name="submit_topic" id="submit" class="none" style="opacity:0;" value="” />

    <input type="button" name="submit_topic_cancel" id="submit_topic_cancel" value="” />

    <?php printf( __( "You are not a member of any groups so you don't have any group forums you can post in. To start posting, first find a group that matches the topic subject you'd like to start. If this group does not exist, why not create a new group? Once you have joined or created the group you can post your topic in that group’s forum.”, ‘buddypress’ ), site_url( bp_get_groups_root_slug() . ‘/create/’ ) ) ?>

    • <a href="”><?php printf( __( 'All Topics %s’, ‘buddypress’ ), bp_get_forum_topic_count() ); ?>

    • <a href="”><?php printf( __( 'My Topics %s’, ‘buddypress’ ), bp_get_forum_topic_count_for_user( bp_loggedin_user_id() ) ); ?>

    #124589
    Will Brownsberger
    Participant

    Just a follow up.

    Here is a different plug in that does a reasonable job:

    https://wordpress.org/extend/plugins/bbpress-post-topics/

    After installing it, go to discussion settings and then set it to create a forum topic for each post, copy tags, etc. Then you have an option to apply settings to all existing posts.

    I tried this on a test site and it worked pretty well. It did not do all the bookkeeping of reply counts correctly, but it did create appropriate topics for each post and import the comments and replies to them.

    It is also reversible as it does not delete either the posts or comments — if you deactivate the plug in your posts (which were unchanged anyway) and their comments are intact. You do still have a bunch of new topics in your target forum.

    #124584
    Stephen Edgar
    Keymaster
    #124582
    Will Brownsberger
    Participant

    This is a potentially useful plugin, and makes nice use of WP functions.

    However, I’ve reviewed this code and I don’t believe that it works.

    Unless I’m missing something it doesn’t update the various necessary _bb_press metakeys.

    It just simplistically changes the post types for the posts to “topic” and stores the comments as replies.

    Possible that I’m missing something, but the documentation for the insert post function includes no indication that it will maintain the necessary bbpress fields.

    See https://codex.wordpress.org/Function_Reference/wp_insert_post

    Although I haven’t run the code, I don’t actually believe that it will even insert the posts into the selected bbpress forum. It will, however, create the topics which can then be moved around manually.

    Just a lay person’s read.

    #124580
    M3
    Participant

    hi, I’m a newbie and I really like bbPress forum but I don’t know how can I install to my wordpress. Some information give advise using FTP such as this information, but the wordpress plugin site give information that the instalation is through the plugin as a normal plugin.

    So I follow the wordpress plugin way and it work, I can see th forum, modify add some forum and topics, but I haven’t had any clue on how I can change the theme or how to add the theme.

    My first question is, did I installed it the right way? and secondly, how I can change the theme? I make a child theme but it didn’t work. My objective is to have my wordpress theme for the posts and as the forum for now I’m hoping to use the static bbPress forum theme.

    I’m truly lost and I don’t know how I can manage to do it? Currently I’m using wordpress 3.5 with leaf theme, and latest bbPress forum bbPress 2.2.3.

    My wordpress is currently in the subdirectory of my main site.

    My website

    My bbPress forum

    Thank you in advance and sorry for my bad English.

    #124579
    ellipszist
    Participant
    #124560

    In reply to: bbPress 2.2.3 Released

    @steilenhang – ironically, the issue you describe is with those role plugins, and WordPress core, not with bbPress directly.

    It comes from the use of WP_User::set_role() which ends up nuking bbPress’s roles. That said, bbPress 2.2.3 also has support for mapping to custom WordPress blog roles, so there shouldn’t be anything “broken” there.

    If there is, I’d love to see some specific steps to duplicate the circumstances so I can improve what I can in bbPress.

    #124557

    In reply to: bbPress 2.2.3 Released

    #124531
    Stephen Edgar
    Keymaster

    Ahmmm… OK… A couple of things to get started with…

    I created a new page under Import Forums called Custom Import where we can start documenting how to go about actually customizing this file.

    I also created a ticket #2134 as an update for Example.php is really needed to help improve the inline docs and code formatting to line up with the current bbPress1.php, phpBB.php and SimplePress5.php converters for improved readability will also help things along.

    Now onto doing this… If we keep the discussion about Mingle here and update the codex as we go with any relevant information, steps and whatever else we bump into hopefully we will end up with some docs for customizing the included example importer.

    I have the first few bits on the codex now, so go check that out ๐Ÿ™‚

    ps. Anyone anyone can edit the codex docs pages using your bbpress.org credentials.

    #124530
    Sam Rohn
    Participant

    this code highlighter based on highlight.js seems to work well with wordpress 3.5 & bbpress 2.2, also ignores angle and square brackets etc

    https://wordpress.org/extend/plugins/sunburst-code-prettify/

    http://softwaremaniacs.org/soft/highlight/en/

    sam

    #124528

    In reply to: Facebook login BBpress

    Sam Rohn
    Participant

    these 2 wordpress plugins allow facebook (+ twitter, google, etc) login for bbpress

    https://wordpress.org/extend/plugins/wordpress-social-login/

    https://wordpress.org/extend/plugins/socialauth-wp/

    sam

    #124520

    Topic: topics page style

    in forum Themes
    KittyBeth
    Participant

    Hi!
    I just updated to bbpress 2.2.3 I have buddypress using bbpress sitewide forums. Using current wordpress version with buddypress default theme and my own custom made child theme.

    Updating caused some style problems. I think I had edited some css and forgotten that I did. So I discovered I should copy bbpress.css into my theme. I have done this and have gotten rid of the awful bullets by setting #bbpress-forums to list-style:none.

    I need to align LI.bbp-topic-freshness to the right to get rid of a large margin being caused by it aligning center. I told it to align right and it didn’t cooperate! What should I try now????

    The site is http://rheum4us.org however the forum is private using the membership plugin.
    Thanks for any help!

    #124510

    Topic: Forum URL

    in forum Troubleshooting
    Morshed Alam
    Participant

    Hello,

    I am a new user of Bbpress. Currently I have the latest version of WordPress as well as Bbpress. But I am facing an irritating problem. I have created a forum for my site: http://realestateconnectionplace.com/forums/forum/forum/ .I like the url to be http://realestateconnectionplace.com/forum/ . I searched everywhere and found that many a one tried to provide a solution. They made plugins and code for .htaccess file. But all of them make some issues like admin link’s working issue and extra slash in the url.

    In a nutshell I am very depressed. Because I am not an expert and found no perfect help anywhere. So I would like to request to John James Jacoby, please consider spending a little time to give us instruction about how to stop Archive Slugs and Single Slugs appearing in the url.

    Looking forward to hearing from you.

    #124504
    Himansh
    Participant

    My website URL : http://crystalseeds.tk/
    Latest version of BuddyPress and WordPress.

    So, umm well, I made a change in the website from http://crystalseeds.tk/wp-admin/options.php
    I changed http://crystalseeds.tk/ to http://www.crystalseeds.tk/ in siteurl and another field with the site’s URL.

    When I opened my website after I did that, the title of my website, just went.
    I cannot see it anymore.

    I also cannot see my site’s title. It’s the site’s URL now.

    What can be the possible reasons? How do I fix it?
    Thanks in advance

    #124502
    Ramiuz
    Participant

    I have this same problem. I am now downloading version 1.2, to upgrade from 1.02.

    But I have my forum on a different database. And would like to import it to the WordPress database. Iยดve tried using the converter without success. So would appreciate any help on this problem.

    #124498
    Stephen Edgar
    Keymaster
    freax
    Participant

    Hi Lynq.
    I’m trying to run your code but seems to not work. I have wordpress 3.5 and CatchBox Theme. I copied the contents of “bbPress-starter-theme-epicwebs-master” folder to “/public/www/wp-content/themes/catch-box/bbpress/” but it seems not working yet.

    Because forums lists the topics as:

    FORUM1
    Topic1(0,0), Topic2(0,0)
    FORUM2
    Topic1(0,0), Topic2(0,0)

    But want to make changes to do as:

    FORUM1
    Topic1 (0,0),
    Topic2 (0,0)
    FORUM2
    Topic1 (0,0)
    Topic2 (0,0)

    Please, can you help ?
    Thanks in advance.

    #124494
    Stephen Edgar
    Keymaster

    Have a read of @jjj’s comment on this ticket in trac https://bbpress.trac.wordpress.org/ticket/2089#comment:6

    #124489

    WordPress employs some code that limits HTML tags to specific user capabilities, so that only trusted users are allowed to post specific tags. This prevents us from needing to use bbCode or Markdown, just to convert to HTML anyways.

    #124488
    MSkovmose
    Participant

    Greetings,

    I’m working on my first WordPress page and have selected bbpress as my forum plugin.
    However my theme (Montezuma) is not too fond of just installing and using this forum. I found out I had to make new main template PHP files for each page bbpress uses.

    I found out that the main page is archive.php… but I’m having problems finding the right page for user profiles.

    Can someone help me out here? Maybe an entire list of filenames that bbpress uses?

    Thanks. ๐Ÿ™‚

    #124479
    sureshtmp-456
    Participant

    Hi

    I have a wordpress(3.4.1) installation adb bbpress 2.2.2 plugin.

    For some reason whenever any tag like , , , etc… are put in the content of a topic, it get removed while saving the topic. Even the tags allowed by default are removed while saving.

    So basically a line like

    I am going to and will need

    will become

    I am going to and will need

    after saving.

    I have tried putting and surrounding the content, but it does not help.

    I have also tried “bbpress post toolbar” plugin but that kind of messes of with my theme
    and too many things start breaking so I removed this.

    I have already spent few days on this issue. Can someone help ?

    thx
    -Suresh

Viewing 25 results - 12,601 through 12,625 (of 26,879 total)
Skip to toolbar