Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 21,376 through 21,400 (of 64,518 total)
  • Author
    Search Results
  • #143997
    Stephen Edgar
    Keymaster

    This will be more of a WordPress issue than bbPress.

    See this doc to help you get it sorted https://codex.wordpress.org/Moving_WordPress

    If you have more issues with this part (i.e. Not bbPress) post in the WP Support forums https://wordpress.org/support/

    Stephen Edgar
    Keymaster

    When you send out a link to a topic on the forum, you get “No Results Found” if you aren’t logged in. This is big usability issue. People are going to assume there is something wrong with the link rather than realize that they just need to sign-in.

    For the record bbPress is specifically designed this way to 404 unless the user is logged in.

    In case you go down the 404 route here is the code you need based on your above code:

    
    <p>
    <?php esc_html_e('The page you requested could not be found or could not be displayed. If you are a parishioner and you are trying to access a forum page, it may be that you ','Chameleon'); ?> <a href="http://www.url-here/">need to log in</a><?php esc_html_e('. You can do so on the forum page in the right sidebar. Otherwise, try refining your search, or use the navigation above to locate the post.','Chameleon'); ?></p>
    lkicknosway
    Participant

    I just installed bbPress on my site. I wanted to change the setting from disallow editing after 5 minutes to 10 minutes but when I click save changes I get a “Cheatin’ uh?” Page. Even if I don’t change anything and click save changes I still get the “Cheatin’ uh?” page. Why is this and how can I get it to save my changes?

    I installed bbPress version 2.5.3 and my WordPress version is 3.8.1. I’ve also installed W3 Total Cache Plugin. I have disabled minify of HTML & XML but have JS minify enabled and CSS.

    Thanks in advance.

    #143992
    alaskatoargentina
    Participant

    Hello all,

    I am new to bbPress and I’m pretty astounded by how incomplete out of the box this thing is. I’m really trying to love it but at every turn I’m experiencing a disconnect… : (

    URL: http://www.landscapephotographysf.com/forums/forum/landscape-photography-sf-forum/

    I’m wondering if someone may be able to assist me through these pretty easy problems, as I can’t find any recent answers on these questions.

    1. How do new users login/find password? I’ve already created pages with the short code and added it to the widgets. Doesn’t work.

    Notice how although the widget is created, it doesn’t appear on the forum:

    Am I missing something here?

    Graham

    #143991
    blastblast
    Participant

    Hi all,

    I am using bbpress and s2member. In s2member I made one of my forum private, for registered members only.

    However, when a topic show up in the Recent Topic Widget, even if an unregistered member clicks on it he would be able to read the thread.

    Are there any suggestions as to how I can solve this problem?

    Under the widget option, I see “Parent Forum ID:” and I can limit which forum it can derive its post from but I want registered members to see all the topics and for unregistered members to not be able to see the topics of the privatized forum.

    Thank you

    alaskatoargentina
    Participant

    Thanks, however unfortunately the default bbPress installations don’t include a visible sidebar for widgets, regardless of widget sidebar used under Appearance > Widgets

    Any ideas on how to make visible the widget sidebar?

    Robin W
    Moderator

    ok, yes I can probably fix your code above, and if you want to continue down that road, I’ll do some digging when I get a moment – just come back and let me know.

    However having looked at a solution for doing this at forum level I’ve sorted a different way to do this which works at topic level and seems much neater for the user, but will require a very small amount of discipline when posting a topic, but which solves both issues above.

    It takes a little setting up, and apologies that I sent you down the 404 route before I found this maybe (or maybe not) better way !

    So this solution requires that
    You have users set at wordpress to subscriber (or above) and at bbpress as participant (or above)
    that you have a separate menu item for your private forum – as users don’t see the private forum on the index when not logged in, and that this url is used in messages rather than the direct forum id (logged in users will have both choices – menu item and forum index!)

    If that’s ok, then set the forum up as follows – looks long, but is quite easy

    This solution

      uses the restrict content plugin to create a login prompt if the user is not logged on
      sets the forums to private so that they are not seen on the main index
      creates a page just for that forum, which the restrict content plugin can then use to display the need to be logged in message and login boxes
      Any topics created in the forum that need specific urls in newsletters etc. are set to subscriber – 30 seconds additional work!)

    1.Install “restrict content” plugin
    Dashboard>plugins>add new
    search for “Restrict Content” and it’s then one called just that
    Install and activate
    2. go into dashboard>settings>restrict content and add the following text (you can tailor it to say what you want) to all the options
    Sorry, you need to be a member to see this area. Login if need be [bbp-login]
    3. Go into Dashboard>forums>whichever forum and change to visibility ‘private’. This will stop this forum being seen in the main index unless logged in, so we’ll need to add a menu item later on so not logged in users can see it
    4. Find out the ID of the forum you have set to private
    This link shows you how
    http://www.authorcode.com/forums/topic/how-to-get-forum-id-in-bbpress/
    5. Create a new page called whatever eg “free speech forum”
    and put the following code into it
    [bbp-single-forum id=2922] where the id number is the number that you found out in 4. above
    6. Within this page you’ll also see below the main text you’ve just entered a new box called “restrict content” set this to subscriber (or higher is you’re really restricting).
    7. add this page to your menu’s if need be

    ALL THE ABOVE ONLY NEEDS TO BE DONE ONCE !

    If a user is logged in, and selects the menu item, they’ll just go straight into the forum.
    If they are not logged in and select the menu item, they’ll get the message you set up in 2. above together with the login boxes and having logged in will see the forum

    For topics :

    where you want a logon prompt to appear – presumably only topics in the newsletter (as it is only these that people will be entering a direct url for) – you need to go into Dashboard>topics and underneath the text you’ll see the restrict content box, change this to subscriber and they’ll get the prompt if not logged on !

    give it a go, or come back and say you want to carry down the 404 route and I’ll try and help you further on that !

    #143984
    Robin W
    Moderator

    ok, quick solution for you

    This solution

      uses the restrict content plugin to create a login prompt if the user is not logged in
      sets the forums to private so that they are not seen on the main index
      creates a page just for that private forum, which the restrict content plugin can then use to display the need to be logged in message and login boxes

    It does rely on you setting your users to at least wordpress subscriber level – as the plugin only works on wordpress levels, but that should be fine for most uses.

    1.Install “restrict content” plugin
    Dashboard>plugins>add new
    search for “Restrict Content” and it’s then one called just that
    Install and activate
    2. go into dashboard>settings>restrict content and add the following text (you can tailor it to say what you want) to all the options
    Sorry, you need to be a member to see this area. Login if needbe [bbp-login]
    3. Go into Dashboard>forums>whichever forum and change to visibility ‘private’. This will stop thisn forum being seen in the main index unless logged in, so we’ll need to add a menu item later on so not logged in users can see it
    4. Find out the ID of the forum you have set to private
    This link shows you how
    http://www.authorcode.com/forums/topic/how-to-get-forum-id-in-bbpress/
    5. Create a new page called whatever eg “free speech forum”
    and put the following code into it
    [bbp-single-forum id=2922] where the id number is the number that you found out in 4. above
    6. Within this page you’ll also see below the main text you’ve just entered a new box called “restrict content” set this to subscriber (or higher if you’re really restricting).
    7. add this page to your menu’s if need be

    If a user is logged in, and sleects the menu item, they’ll just go straight into the forum.

    If they are not logged in and select the menu item, they’ll get the message you set up in 2. above together with the login boxes and having logged in will see the forum

    give it a go, and come back if anything is not clear

    #143979
    Robin W
    Moderator

    lynq who designed this starter pack does occasionally look and help on this forum, but you might do better to comment on the link you followed both in this forum [edit – oops sorry have just seen that you’ve done that!], and in the comments at the bottom of

    bbPress Starter Theme

    to see if he can help

    Doremdou
    Participant

    Hello, when we click favorite or subscribe button on a topic, it doesn’t work and show a window with “undefined” . But right click and “open new window” works.

    when replacing the bbpress theme with the basic one, it does work. But when I install the starter pack https://bbpress.org/forums/topic/i-have-created-a-bbpress-starter-theme-with-a-phpbb-look-and-feel/ buttons dont work anymore and are showing “undefined”

    Any ideas which file can be causing this? :/
    Thanks

    #143977
    Doremdou
    Participant

    Hello @robin-w thank you for your answer 🙂

    Errr personnaly I think I have found the culprit… when replacing the bbpress theme with the basic one, it does work. But when I install the starter pack https://bbpress.org/forums/topic/i-have-created-a-bbpress-starter-theme-with-a-phpbb-look-and-feel/ buttons dont work anymore and are showing “undefined”

    Any ideas which file can be causing this? :/
    Thanks

    #143972
    Stephen Edgar
    Keymaster

    To fix the ‘subscribe’ link add this to your themes functions.php file or your bbpress-functions.php file in your theme directory.

    To change from Home › Forums › My ForumSubscribe
    To change to Home › Forums › My Forum (Subscribe)

    function ntwb_forum_subscription_link( $args ) {
        $args['before'] = '&nbsp;(';
        $args['after']  = ')';
     
        return $args;
    }
     
    add_filter( 'bbp_before_get_forum_subscribe_link_parse_args', 'ntwb_forum_subscription_link' );

    If you don’t want to add it manually add it to your functions.php file grab the entire file here and add it as a standalone plugin to your WordPress install.

    https://gist.github.com/ntwb/7686980

    I’m not sure/clear what you mean for your ‘freshness’ issue, can you post a screenshot or link to your site please 🙂

    #143971
    Allegrif
    Participant

    Hey, I’m a total newbie. No real experience of CSS or PHP, stuck for what to do. I’m using the Mantra theme, and it’s absolutely fantastic, but the forums don’t display quite right. The ‘subscribe’ button for subscribing to specific forums is right next to the forum title, without any spacing (“Home > Forums > GeneralSubscribe”)
    Also, the ‘freshness’ title is displayed just below and to the right of the topic title, with time of post below both ‘voices’ and ‘posts’. Would provide link but constantly changing site to try and fix.

    If I change theme it works, so it must be a theme issue, but I could really do with sticking with Mantra. For the level of customisation it’s very easy for me to use.

    Thank you 🙂

    #143968
    Stephen Edgar
    Keymaster

    That actually appearing from your themes template and not bbPress’ templates.

    If you open up your page.php template of your theme (Or whatever the primary temmplate is) you will see something similar to this code:

    
    <div class="entry-author-meta">
      <p class="author-name">Published by 
      <span class="author vcard"><a class="url fn n" href="#" title="#">#</a></span>
      </p>
      <p class="author-description">
      </p>
    </div>
    

    Now make a copy of your page.php template (or again the main template your theme uses) and rename the this to bbpress.php open up the bbpress.php in a text editor and remove the section of code that I listed above.

    bbPress will now use this template rather that your themes default template.

    #143956
    TeppoM
    Participant

    Thanks for the thread. Based on this I managed to develop a solution that does not require hassling with the template files. Just add this to function.php in your theme:

    /**
    * Add @mentionname after bbpress forum author details
    */
    
    add_action( 'bbp_theme_after_reply_author_details', 'mentionname_to_bbpress' );
    function mentionname_to_bbpress () {
    $user = get_userdata( bbp_get_reply_author_id() );
    if ( !empty( $user->user_nicename ) ) {
    $user_nicename = $user->user_nicename;
    echo "@".$user_nicename;
    }
    }
    
    #143953
    beinar
    Participant

    I have created a child theme to my Twenty Eleven theme and it is active. But when I want to do changes by inserting code right under the code sector that ends with:
    ……

    @import
    url(“../twentyeleven/style.css”);

    it does not take action.

    For instance, I want to change the font size in a bbPress forum by putting in:

    #bbpress-forums .bbp-forum-info .bbp-forum-content,
    #bbpress-forums p.bbp-topic-meta {
    font-size: 18px;
    margin: 5px 0 5px;
    padding: 0;
    word-wrap: break-word;
    }

    but nothing happens.
    What is wrong?

    #143947
    Stephen Edgar
    Keymaster

    I’m going to close this topic as it is not going to be helpful for anyone.


    @mycelus
    Feel free to open new topics though try to keep each topic not so broad a scope i.e. wanting to know how to change everything at once etc, break it down in parts and search for the site to see what others have done.

    Eg. To change the way the forums are listed use this snippet shown here.

    Most of all choose your words carefully to not offend or insult others rather than some the terminology you used in your screenshot above and your follow up post. There is no need to make any of this personal, nor will personal attacks on anyone be tolerated.

    #143945
    Robin W
    Moderator

    @mycelus – if you stopped attacking those that are trying to help you, you might get further.

    You need to make a choice – stick with bbPress and start ASKING for help, or go elsewhere – your choice ! 🙂

    Magic-Komplex
    Participant

    Hi,
    I’m quite new to bbpress and trying to set up a forum. Now there’s a problem, the forum description is only shown at the single forum pages (after I edited the code using the bbpress documentation), but it’s not shown on the main forum index page, although the documentation says it has to be.
    Look for yourself, but please be nice, it’s still under construction and looks like a mess:

    http://www.thespiritualpath.de

    Could anyone help me please? I’m able to alter code if I have a template, but I’m not a programmer, so please try to explain what to do for beginners. 😉
    I forgot to mention, category descriptions are shown, but not forum descriptions.
    Thanks in advance.

    #143941

    In reply to: Delete Topic Function

    gjwarez
    Participant

    Hey Robin,

    I add the line in this php file location
    wp-content/plugins/bbpress/includes/core/capabilities.php

    
    		// Participant/Default
    		case bbp_get_participant_role() :
    		default :
    			$caps = array(
    
    				// Primary caps
    				'spectate'              => true,
    				'participate'           => true,
    
    				// Forum caps
    				'read_private_forums'   => true,
    
    				// Topic caps
    				'publish_topics'        => true,
    				'delete_topics'         => true,
    				'edit_topics'           => true, 
    				
    				// Reply caps
    				'publish_replies'       => true,
    				'edit_replies'          => true,
    				
    				// Topic tag caps
    				'assign_topic_tags'     => true,
    			);
    
    			break;
    	}
    
    

    In this case the delete_topic does not work,
    if i put delete_others_topics there it will work for all users.

    #143938
    Mycelus
    Participant

    “And I agree, this is not because YOU don’t like bbpress the way it is, that EVERYONE do, it is not true. Some people like it this way because it is simple.”

    what? you agree with what? that sentence made no sense to me.

    Im in the process of getting my subdomain set up with my host. Waiting on them to try the starter pack.

    #143937
    Doremdou
    Participant

    Hi,
    The Starter pack https://github.com/EpicWebs/bbPress-starter-theme-epicwebs (by Lynk = https://bbpress.org/forums/topic/i-have-created-a-bbpress-starter-theme-with-a-phpbb-look-and-feel/) does exactly all that you want. I see you posted on this topic, did you try it?

    It turns basic bbpress to this for example: http://teamoverpowered.com/forums/

    And I agree, this is not because YOU don’t like bbpress the way it is, that EVERYONE do, it is not true. Some people like it this way because it is simple.

    #143936
    Mycelus
    Participant

    I have looked through both pages you listed multiple times. They show you simple things like turning things on/off, or changing how it displays. It doesn’t actually look any better.

    I’m not hurling abuse, Im just sick of hearing “this is how bbPress” is.

    Im saying, bbPress’ structure makes no sense. Just because it’s free, doesn’t mean it’s ok for the structure to look god awful. It’s fantastic software, it just needs restructuring, you can see this by all the people here and around the web that are trying to figure out how to make it look right.

    #143935
    Robin W
    Moderator

    I think you need to seriously consider taking some anger management classes.

    bbPress is free, it costs you nothing, is developed and maintained by a bunch of nice guys who do this for free, and is supported on this site by more nice guys who again do it for free.

    If you cared to read to documentation instead of just hurling abuse at us, you’d find fixes or tools that would let you alter what you are complaining about for instance the inline list is discussed in

    Layout and functionality – Examples you can use


    and turning off the counts in

    Layout and functionality – Examples you can use

    Because bbPress is flexible and all of what is displayed can be altered with either a little php or in many cases a plugin.

    However in your case I’d simply suggest that you find different forum software and annoy someone else, rather than whinging on this support forum.

    #143929

    In reply to: bbPress 2.5.3

    Stephen Edgar
    Keymaster

    @magic-komplex You can find the latest German translations for bbPress here (Both ‘de’ and ‘de formal’)

Viewing 25 results - 21,376 through 21,400 (of 64,518 total)
Skip to toolbar