Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 21,376 through 21,400 (of 64,534 total)
  • Author
    Search Results
  • #144046

    Topic: Private Forum

    in forum Troubleshooting
    batmanfan
    Participant

    I’ve installed bbPress and BuddyPress. Having some trouble…
    1. How to invite friends (be friends with another members)
    2. As an Admin, how do I create a private forum group, and want to have selected members/users to be in this group?

    Thanks.

    #144045
    batmanfan
    Participant

    Hi, new to bbPress. Been doing a lot of reading. Can I confirm if bbPress has its own theme and plugin? does it mean I can’t use the standard wordpress theme and plugin on bbPress? Thanks

    #144033
    jonas89
    Participant

    I tied delete plugin and reinstall and delete database but nothing helps. Is looks as plugin bbPress can working without database but looks strange and missing table borders. How to install new database for bbPress ?

    #144030
    Perry Vermeulen
    Participant

    Hello,
    I asked a question and got an answer and some other help on the issue. But I needed more information to let that it work šŸ™‚ Unfortunately, no new answers came on the threat.

    Can someone please help me? This is the threat:

    Photo on home of forums

    Thanks!!!
    Perry Vermeulen

    #144022

    In reply to: Delete Topic Function

    Robin W
    Moderator

    ok, interesting, whilst altering that file on a permanent basis is not a good idea, it should have worked.

    I’m not familiar with the role editor, does it let you change the default participant role, or did you create a new one with the delete topic capability?

    I’d eliminate plugin and theme issues by

    Check other plugins

    Check that no other plugins are affecting this.

    Turn off all other plugins apart from bbpress, and see if that fixes the problem. If the problem is resolved, add back one at a time to see which is causing the conflict.

    Check themes

    If plugins are not the cause, then it may be a theme issue. Switch to a default theme, such as twentytwelve, and test.

    Let us know how you get on

    #144017

    In reply to: main page customize

    Stephen Edgar
    Keymaster

    Start by checking out the docs in the codex.

    There are some good examples of what you need to do to achieve this.

    First you need to customize your bbPress templates per:

    https://codex.bbpress.org/theme-compatibility/

    The https://pl.forums.wordpress.org/ site is a custom page named page-forums.php with snippets of the code from various bbPress templates.

    So start digging around the codex and as bbPress is made ‘the WordPress way’ to customize bbPress templates is the same ideology as customizing a WordPress theme.

    Stephen Edgar
    Keymaster

    This primarily fixes forum subscriptions to be compatible with bbPress v2.5.3 and v2.6alpha

    * Removes ie.css that was a theme CSS file and not a bbPress CSS file
    * Updated CSS including RTL and minified versions
    * Adds user profile forums subscription management
    * Updated bbpress-functions.php to be compatable with bbPress v2.5.3 and v2.6alpha

    I have tested this with bbPress v2.5.3 and v2.6alpha and the Twenty Thirteen and Twenty Fourteen themes.

    Note: In the CSS I have added the responsive CSS changes via bbPress #1933 but I have kept the ‘epicwebs’ CSS after these changes so they will override any of the media queries that were introduced. This will need to be tested and tweaked so that eventually the CSS’ media queries are the last section of CSS.

    You can see the ‘Pull Request’ I have submitted for @Lynq here:
    https://github.com/EpicWebs/bbPress-starter-theme-epicwebs/pull/5

    Once he has had a chance to review it and merge it things will be good to go.

    If you know your way around GitHub you can download that pull request and test it out.
    (In other words I’m not going to be giving GitHub tutorials today šŸ˜‰ )

    #144011

    In reply to: main page customize

    Stephen Edgar
    Keymaster
    #144009
    RuFiK
    Participant

    Hello

    I am testing bbPress and WP Symposium.

    http://www.virtualolivia.com/forum/

    http://www.virtualolivia.com/forums/

    My question is how can i set up same template from bbpress in my main site on forum same like.

    http://pl.forums.wordpress.org/

    I mean on left side some information below tag cloud etc …

    I am waiting for quick replay,

    #144010
    RuFiK
    Participant

    Hello

    I am testing bbPress and WP Symposium.

    http://www.virtualolivia.com/forum/

    http://www.virtualolivia.com/forums/

    My question is how can i set up same template from bbpress in my main site on forum same like.

    http://pl.forums.wordpress.org/

    I mean on left side some information below tag cloud etc …

    I am waiting for quick replay,

    Stephen Edgar
    Keymaster

    @mycelus Can you test the following for me to see if it fixes the isssue

    In your themes folder `/wp-content/themes/yourtheme/bbpress/loop-single-forum.php’

    The current code is:

    
    <li class="bbp-forum-topic-count">
    	<div class="topic-reply-counts">Topics: <?php bbp_forum_topic_count(); ?></div>
    	<div class="topic-reply-counts">Posts: <?php bbp_show_lead_topic() ? bbp_forum_reply_count() : bbp_forum_post_count(); ?></div>
    </li>
    

    Can you change it to:

    
    <li class="bbp-forum-topic-count"><?php bbp_forum_topic_count(); ?></li>
    
    <li class="bbp-forum-reply-count"><?php bbp_show_lead_topic() ? bbp_forum_reply_count() : bbp_forum_post_count(); ?></li>
    

    Does that look better now?

    (I don’t have the time to fully test these ‘style’ updates, I am mainly adding the functionality for forum subscriptions)

    #144006
    Doremdou
    Participant

    Thanks @robin-w and @netweb ! šŸ™‚
    I don’t know if it was @uniqcon89 ‘s problem (well it was long ago it is true but that was the only topic similar in the forum) but if someone else has installed the starter pack and has the same problem, the fix will be here : https://bbpress.org/forums/topic/i-have-created-a-bbpress-starter-theme-with-a-phpbb-look-and-feel/page/4/
    Thanks,
    Cya! šŸ™‚

    #144002
    Stephen Edgar
    Keymaster

    As bbPress is a plugin for WordPress it uses the exact same database tables so it is either a theme issue of the bbPress plugin is corrupted. Try deleting the plugin and reinstalling it.

    #144001
    Stephen Edgar
    Keymaster

    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… : (

    What do you mean exactly?
    I’ll add this for starters, making bbPress templates compatible with every WordPress theme in existence is not possible ‘out of the box’ we do try to do our best though šŸ™‚

    I have just had a quick look at the theme authors site and there is very little publicly accessible info available so I can’t link you to that. It would also be worth looking at their support forums to see if any others have had issues and/or fixes when using bbPress

    Support

    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.

    For this you will need to make sure bbPress is using a template from your theme that includes a sidebar. If you look in your theme folder you will probably find a file named page-sidebar.php, make a copy of that file and rename it to bbpress.php and now bbPress will use template for all your bbPress pages like forums, topics etc

    Once the sidebar is present that will also fix the login issue as you have the login widget set for your sidebar.

    #144000
    jonas89
    Participant

    I have problem just with bbPress i think missing database connection with forum. WordPress working great and forum works but he looks strange missing table borders. Can you say why ?

    Rgs. Jonas

    Stephen Edgar
    Keymaster

    Seems like the bbPress user role ‘keymaster’ is trying to make you have a bad day.

    Open up bbPress’ Repair Tools from the Dashboard -> Tools -> bbPress (/wp-admin/tools.php?page=bbp-repair)

    Run the Repair Tool “Remap existing users to default forum roles”

    How’d did that go?

    #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

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