Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 18,351 through 18,375 (of 64,532 total)
  • Author
    Search Results
  • #152939
    raulliive
    Participant

    I have very weird issue with one of my admin users.

    That user can’t edit or post anything on the forum. It even does not see the edit buttons.

    When posting with this user it just reloads the page with the inputted content still in the input fields.

    Other users can post without any issues.

    I’m running latest bbpress version, with WP 4.0.

    I suspect that some flag on database has got a hit from somewhere.

    Any ideas what I could check?

    #152938
    blackjak231
    Participant

    Hello!

    I’m trying to display a dropdown menu with all the forums on all templates of bbPress. I was able to easily to it on the “content-archive-forum.php” template with this code :

    <?php if ( bbp_has_forums() ) : ?>
    	<?php while ( bbp_forums() ) : bbp_the_forum(); ?>
    		<li><a id="textdropdown" class="bbp-forum-title" href="<?php bbp_forum_permalink(); ?>"><?php bbp_forum_title(); ?></a></li>
    	<?php endwhile; ?>
    <?php else : ?>
    	<?php bbp_get_template_part( 'feedback', 'no-forums' ); ?>
    <?php endif; ?>

    The problem i’m having is on all other pages. I know that it’s passing the wrong forum_id to the bbp_has_forums function but i’m unable to modify the parameters or make a custom function to display a list (with links) of the MAIN forums (the one displayed on the “content-archive-forum.php”).

    Basically, it displays the message “Oh bother! No forums were found here!” on all other pages.

    Can anyone help me or tell me how to do this ?

    Thanks in advance!

    janfeng
    Participant

    I install worpdress and bbpress , and set Permalink to /%post_id% .

    But not work ,Help ! I want use post_id in post.

    #152929

    In reply to: Picture

    Icaroferreira
    Participant

    In my plugin UserPro, has a page of CSS, which changes the bbPress forum.

    So what could I use CSS to change three items:
    – The image (photo that appears when you make a post).
    – Space between the photo and the message (because when I increased the width of the photo, the photo was leaning against the post).
    – And also how do I over the photo, appears a name, example: “Moderator”, “Admin”, “Member” …?

    Help me please.

    pratik0007
    Participant

    Hi Everyone,

    I am using woocommerce and bbpress for my wordpress website.

    I want to display all the topic and replies under product page of woocommerce.

    I am getting trouble with topic and reply integration on the product page it’s not working fine may be due to not invoking bbpress hooks or what I am not sure anyone please guide me the steps how I can go for this one? this will be very helpful for me.

    Thanks

    [mode edit – moved to a new topic as it was entirely unrelated to the one you posted in]

    #152925

    Topic: Type Error

    in forum Troubleshooting
    spektator
    Participant

    I am using bbPress with Forum Restrict plugin. I am getting the following error when I access a single private forum out of a number of private forums that are set up. Here is the message:

    Check TypeError: Unable to get property ‘getElementsByTagName’ of undefined or null reference

    I am not able to access the approval page nor see the approved members. I am running WordPress 4.0 with bbPress and Forum Restrict.

    Any assistance?

    Mael Shanti
    Participant

    Hi,

    I noticed two bugs occur on my bbPress forum (using last version of bbPress and WordPress), so I just wanted to report them and ask for any support to fix them.

    Those are :
    – “Subcribe to this forum” link not displayed in a float-right position
    – “Private :” language string repeated twice

    Here’s a very short video to explain that (sorry for the strange voice, I’m a bit ill) : https://www.youtube.com/watch?v=2s1Krn6cLAo

    Many thanks in advance for your support, or any tip that would help me to fix that ! 🙂

    #152920
    treb0r23
    Participant

    Hi All,

    I’m having a very frustrating time here.

    I’m building a new site, and I need to transfer a BBPress powered forum from the old site.

    Both sites are running BBPress 2.5.4.

    The new site is running WordPress 4.0, the old site 3.9.2

    My first surprise was when I realised that BBPress does not list BBPress in the list of platforms in the Tools -> Forums -> Import Forums dialog.

    So I spent a couple of hours reading up and then set out to move the forums across to the new site.

    I started out by using WP Migrate Pro to migrate wp_users and wp_usermeta from the old forum.

    Then I used the WordPress Exporter to export Forums, Topics and Replies.

    Then I used the WordPress Importer to import each of these three files.

    As each file imported I manually specified which user should be given authorship of the forum, topic or reply. There are a lot of forums topics and users, this takes more than hour.

    This seemed to go well, and at the end of the process I could see all of the forums, topics and replies in the BBPress admin screens of the site.

    I went to the forums on the front-end, and I could see all the forums listed, together with the number of topics and replies in each one, and the last poster.

    When I clicked through to view a forum, I saw the following message:

    “This forum contains 1 topic and 7 replies, and was last updated by xxxx (name removed) 2 months, 2 weeks ago.”

    Underneath that, another message:

    “Oh bother! No topics were found here!”

    So I Googled and Googled. I tried using the Tools -> Forums -> Repair Forums dialog, but this simply deleted all of my replies.

    So I ran through the whole process again. Same result. I can see everything in the admin, but only the forums with no topics and no replies in the front end.

    I’ve tried downgrading WordPress to 3.9.2, and also switching to the 2014 theme. Still no joy.

    I’ve also tried disabling all of my other plugins. No dice.

    I’ve also tried this:

    bbpress wp4 fix

    I would be really grateful if somebody out there might be able to help me with this.

    I thought BBPress is a well supported WordPress based forum. Surely the ability to easily move forums between different WordPress installs is a core requirement?

    Help!

    #152919
    23kulpamens
    Participant
    #152918
    Robkk
    Moderator

    see if its a plugin issue by deactivating each plugin one at a time and check to see if deactivating one helps the links work on bbpress.

    switch to a default theme like twenty twelve and see if that works.

    i have a feeling it could be that you havent made a bbpress.php file, if you havent make one.

    more info about bbpress.php here https://codex.bbpress.org/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/

    #152917
    Robkk
    Moderator

    i think you alread implemented the login and register buttons you were talking about.

    i also recommend adding a border to the text input boxes of the register and login forms, because they seem invisible, and also for the submit buttons for each form.

    you can just use simple css to fix that.

    to edit the appearance of the forum you can copy bbpress.css into your child and edit that then changes you make will affect the look of your forum.

    you can also copy the templates in wp-content>plugins>bbpress>templates>default>bbpress

    i recommenced just copying the whole bbpress folder into your child theme.

    there is more in the documentation about this.

    Step by step guide to setting up a bbPress forum – part 2

    Step by step guide to setting up a bbPress forum – part 3

    Functions files and child themes – explained !

    Layout and functionality – Examples you can use

    looking through the rest of the bbpress documentation isnt a bad thing too.

    Codex

    #152916
    Robkk
    Moderator

    you would have to edit and copy files from one to the other.

    since its bbpress its mostly going to require copying the template files and bbpress.css , but i am not sure if your going to going to need a function for bbpress in the function.php in the theme or many more codes.

    This could be really risky if you dont know what you are doing.

    I recommend working on a local development area. WAMP for Windows , MAMP for Mac , LAMP for linux , and XAMP for all.

    Help on this is really minimal on my side. Its more something you have to do yourself.

    But if you do need help transferring i might come up with something.

    Other than that it might be an answer of i dont have the time to this kind of thing right now.

    #152915
    Robkk
    Moderator

    @arno8 dont make duplicate threads

    BBpress topic and posts positioning

    the modified loop-forums.php should work so there might be a theme issue.

    contact your theme author since you have a premium theme and see if they can help.

    #152912
    Robin W
    Moderator

    Actions are ‘placeholders’ to allow you to add code without having to alter the templates, so this line does nothing – it is a hook for you/others see

    Step by step guide to setting up a bbPress forum – part 4

    #152906
    ttmt
    Participant

    Hi all

    I have a WP site with bbPress installed and bbPress Like Button (a like button plugin).

    I was trying to import a phpBB forum to bbPress.

    I’m having problems doing this and in the process must have decactivted bbPress.

    Now when I try to log in at wp-admin or view the site I get a page saying.

    ‘bbPress Like Button needs bbPress installed and activated in order to work.’

    This is on QA server and so I can’t get access to the files.

    Is there any way to fix this – Is there any way to access the dashboard to re-activate the plugin

    #152905
    Yolle
    Participant

    Hi! Embedded Youtube videos are not show correctly on iPad. Please see this image: Youtube video problem
    The video is cut on the right side.
    I use two plugins on my website for Youtube embed, that is Smart Youtube Pro and WP Youtube Lyte. I use two plugins, because otherwise there were problem with embedding in comments on the blog section of the page, or in the backend or in posts/pages. So I would like to keep both plugins if it is possible.
    I have Wp 4, Maxima theme.
    Anybody know what might be the problem? Should I edit the bbpress.css in the Standard Mobile Landscape section?
    Thanks!

    shanebp
    Participant
    #152901
    gogitossj34
    Participant

    So, I had a theme which I tuned to work with bbpress and I really like it. I changed some css and some files to make it work. Now, I switch to a new WordPress theme and as a result, bbpress revert back to its original looks and feel which is not that eye catching. So what I would like to know is is it possible to still keep the old looks with the new theme or in another way, apply the old theme to bbpress ?

    #152892
    Robin W
    Moderator

    suggest you look at how the forums widget lists the forums

    wp-content/plugins/bbpress/includes/common/widgets.php

    the forum widget starts at line 497

    kwkened
    Participant

    Hello,

    I’m using a login widget for bbpress. After registration when logging in, when selecting a forum I get a message saying must be loggin in to post topic. I can see however that I’m logged in in the backend. Is there something I’m missing in the configuration that’s causing this odd behavior. Thank you.

    #152881
    #152880
    robsward
    Participant

    How can I create some more advanced views in bbpress– specifically:

    1.) All topics on which a user has replied
    2.) Topics based on a custom metavalue (ticket assignment user ID)

    For #2, I’ve tried adding this to the $args array: 'meta_value' => $current_user->ID, but the query returns nothing.

    Thanks in advance!

    Robin W
    Moderator

    in the same order

    1. in the backend you can set a forum to private and it is only visible to logged in users
    Visibility is set for each forum, go into Dashboard>forums> and when you add/edit a forum, you will see visibility options on the right hand side in the forum attributes.

    2. The above will achieve that

    3. you can add edit profile to your menu

    Layout and functionality – Examples you can use

    4. There are some plugins, but my suppers ready, so no time to google them !

    5. don’t allow registration
    dashboard>settings>general and uncheck anyone can register

    #152876

    In reply to: Forum not showing up

    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    #152875
    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

Viewing 25 results - 18,351 through 18,375 (of 64,532 total)
Skip to toolbar