Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 19,151 through 19,175 (of 64,534 total)
  • Author
    Search Results
  • #150600
    Robkk
    Moderator

    This is a wordpress thing than a bbpress thing.

    you can see on settings>general in the wordpress backend when you go to email its says right below it

    This address is used for admin purposes, like new user notification.

    to disable that add this plugin

    https://wordpress.org/plugins/disable-new-user-notifications/

    more info here

    http://www.wpbeginner.com/plugins/how-to-disable-new-user-notifications-in-wordpress/

    #150599
    Robkk
    Moderator

    im able to do this all using a child theme and copying bbpress templates into my child theme of course, so that i am safe when a new bbpress upgrade happens.

    #150598
    Robkk
    Moderator

    bbpress does exactly what your talking about.

    the only thing you want is just to display the published date , while not showing latest activity at all??

    #150596

    In reply to: Help with styling css

    Robkk
    Moderator

    bumping too soon ?

    at least you did not create an entirely new topic

    bbpress has that tabled layout by default , its your child theme

    Stargazer Colloquium added that kind of layout to your theme.

    what you can do is find each changed template you dont want and just replace it with some of the original bbpress template code by copying it there.

    and also check on the bbpress.css in your child theme

    #150595
    ALBCODERS
    Participant

    I read many articles here but couldn’t try any solution.
    I’m triùying to change the background color of bbpress header and footer and I found this article here
    I’m using propanel and a custom-style.php iùwith the code below I can change the color but not background..

    #bbpress-forums li.bbp-header,
    #bbpress-forums li.bbp-footer {
    background: <?php echo $bbpbg; ?>;
    color: <?php echo $bdcolor; ?>;
    }

    Do you have any idea I used also this one but I didnt get success.

    #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    background: none repeat scroll 0% 0% <?php echo $bbpbg; ?>;
    color: fff;
    }
    #150577
    Learner
    Participant

    Is there a Plugin / hack to provide for Social Sharing Buttons on each reply on a thread which share that individual reply ( along with its images etc.. ) to a Social Site and not the Topic itself ?

    For eg. say there is a Jokes thread with many jokes. Now I want to share one particular Joke on a Social Site, not the thread itself…..

    Using WP 3.9.2, bbPress 2.5.4

    Site :

    http://getjoy.in

    #150576
    Learner
    Participant

    Can the free version of :

    http://rating-widget.com/

    be used to give ratings on Threads of bbPress , with a seperate rating possible on each reply too ?

    Also, any other alternatives for the same purpose ?

    #150569
    FlickChicks
    Participant

    Hi,

    I have put the “(bbPress) Forums List” widget in my sidebar, but besides showing bbPress site-wide forums, it also shows forums from Buddypress groups. How do I make it so only bbPress forums show in the list?

    I am wondering if something in my bbPress settings is off. For my “Forum Root” I listed “forums” and where it says “Forum root should show” I have “Forum Index”. My “Single Forum Slug” is “forum”. I have “Enable Group Forums” selected, and under “Group Forums Parent” I have “-Forum Root-” selected. Would any of those settings have something to do with it?

    I appreciate any help offered. I have looked at several support forum posts and don’t see anything answering my specific question.

    Thanks!

    #150568
    Robkk
    Moderator

    yeah i still dont get why bbpress doesnt do that. I knew my bbpress on my local site did it before, or maybe i was messing with some other forum…

    but yeah i found this site does what you need to.

    click reply and the reply form goes up.

    http://mmo4teen.com/forum/topic/test-again/

    do you have anything??

    #150564
    Matoca
    Participant

    Update: Bluehost crashed all my domains this afternoon due to a server problem and when they finally brought it back up, everything is working fine. I’ll never know what it was that they disabled that caused the server so many forum problems for over 12 hours. I had all other kinds of issues too besides this.

    Bluehost has mentioned on past occasions that a conflict due to PHP versions was causing problems with my sites (white screen of death for 24 hours in June). They are trying to drop support for PHP 5.2, I don’t use that but use PHP Fast 5.4. However, I wonder if bbPress requires 5.2 for some functions? It would be helpful for future reference.
    Thank you, Matoca

    #150559
    ajbuono
    Participant

    Thanks, I checked into the activity loop and it looks like that would do the job. All this time I’ve been messing around with bbPress.

    Could you give me any guidance on how to simply add the activity loop? As is probably obvious, I am very new at these things (and have been ‘winging it’ so far with code and whatnot).

    Jerry
    Participant

    Because I am trying to use a filter to change the wording within the file activity.php, within the bbpress directory, I think I’m in the correct forum.
    I am trying the change the wording for the activity stream in buddypress: “jerry started the topic Doctor Sleep in the forum Horror” to “jerry added the book Doctor Sleep in the category Horror.”
    I can go to bbpress/includes/extend/buddypress/activity.php and make the change there. But I prefer to do this via a filter in bp-custom.php. I am ALMOST there. Here is the filter code I have in bp-custom.php:

    add_filter( 'bbp_activity_topic_create', 'change_activity_wording', 1, 4 );
    function change_activity_wording($activity_text, $user_link, $topic_link, $forum_link ) {
    	$activity_text    = sprintf( esc_html__( '%1$s added the book %2$s in the category %3$s', 'bbpress' ), $user_link, $topic_link, $forum_link );
    	return $activity_text;
    }

    What this produces is: “added the book in the category” and removes “jerry”, “Doctor Sleep”, and “Horror.” Basically, my filter is removing $user_link, $topic_link, and $forum_link. I’m thinking I need to redefine them in my function change_activity_wording? Or am I off track here?
    If someone feels I should post this in the buddypress forum, let me know and I will do so.

    #150550
    wp_maybe
    Participant

    Does anyone know of any way to perform search on single bbpress forums? Has anyone implemented such a search functionality? Any helpful resources you can suggest?

    Thank you

    Halo Diehard
    Participant

    To add to the above post, I just tested with default theme and all plugins of except bbPress, BuddyPress and bbp buddypress profile information and the issue persists. Just wanted to rule out any conflicts, since I hadn’t done the first rule of testing plugins.

    Halo Diehard
    Participant

    Ok, I created the second Label with the same name and it does the same thing.

    Then, just as a test, I created another Profile Field with a different name, “Gamertag2”, labeling it in the plugin. To further test, I created a separate Profile Group and made another Profile Field in there, “@mention”. I went into the plugin and labeled that as the fourth one. All the labels show up under the profiles, but none of the info, even though everything is checked to show in the plugin.

    It would be SO awesome to have this work. I searched for quite awhile today to find something, and found a thread by Jacob Jacoby from like five years ago talking about integrating BuddyPress and bbPress profile fields! So it’s well overdue to have something for non-coders, and that would be sweet for it to work.

    I’ll keep testing whatever you ask, so just let me know how I can help.

    Edit: I kept it all set up, so you can see it at the same link above.

    #150538
    Stephen Edgar
    Keymaster

    Pretty much anything can be done regarding bbPress/BuddyPress integration, they both play extremely well with each other, it is just really a matter of coming up with what you actually want

    A couple of recent things that come to mind:

    To add the @halo-diehard usernames add the following to loop-single-reply.php just after bbp_reply_author_link()

    <?php bbp_user_nicename( bbp_get_reply_author_id(), array( 'before' => '<p class="bbp-user-nicename">@', 'after' => '</p>' ) ); ?>

    What else did you have in mind?

    #150536
    Brandon Moner
    Participant

    I have a page named “The Hive” that I placed the shortcode [bbp-forum-index] onto in order to make that my forum index page. However when i go into a forum and then back out via the breadcrumbs at the top of the page, I’m no longer on the “The Hive” page index, but the “Forums” index.

    I’m pretty sure I’m doing something wrong, so how can I have it to where…
    1) I create a page to host the forum index named “The Hive”
    2) When I click into a forum, the breadcrumbs read “Home/The Hive/[Forum Topic]”
    3) When I click on “The Hive” in the breadcrumbs, it takes me back to “The Hive” page I created.

    Now I am brand new to bbPress and as such, the method I outlined above might not be the way to do it. I’m not concerned with the process so much as the end result which can hopefully be something that doesn’t confuse the visitors when I launch the site.

    #150533
    ajbuono
    Participant

    Hi, I’m attempting to create a general chat page (private for registered users) using bbpress, although not getting very far with it. The goal is to have one chat page where once users are logged in, they can easily make posts in a similar way as they would on a facebook feed page, preferably with the newest posts on top.

    I’m using WordPress 3.9.2, and bbPress 2.5.4.

    Any advice would be very much appreciated!

    Halo Diehard
    Participant

    Hello guys! Happy to find this thread, and more than happy to help 🙂

    I have a running site and have just tested this. The Label is showing, but the user-entered information for the label is not.

    As you can see in the following link, the label is “Gamertag” and if you scroll to AddiCt3d 2CHa0s you will see no gamertag (item) listed, even though it is filled in the profile field.

    In settings I was very careful to check and see if there were any spaces, and even that the first letter was capitalized, etc. in both the Name in the plugin and the Name in the BuddyPress profile field and it still won’t work. In settings I’ve elected that both the Label and Item are to be displayed.

    Here is an url so you can check it out: http://www.halodiehards.net/forums/topic/hd-shorts/

    I am using the most current versions of WordPress, bbPress and BuddyPress.

    Let me know if I can be of any more assistance!

    #150528
    Halo Diehard
    Participant

    Hello, I’ve been searching, and saw mentioned in a post 4 or 5 years old that profile integration between bbPress and BuddyPress might be in the works, but can’t find any recent info or plugins that can help. I’d like some or all of my users’ BuddyPress profile fields to show up beneath their usernames in bbPress forums.

    Any links or points in a direction that could be helpful will be appreciated 😀

    Also, the @mention functionality on my site is totally unused, since so many users have different display names than their @mentions. I think people would use it if there were at least an option to have that be included beneath their name beside posts, just like it is here at the Official bbPress site.

    #150524
    Bertbig
    Participant

    Hi there,

    I have been wandering around for a few days on the internet, spending most of the time as a guest on this bbPress forum.

    I am trying to find out a way to expand the very small column containing the bbPress forum in the middle of my website http://2islands.nl/forums/forum/forum-2islands/. To be honest I am a little frustrated to find out kinds of different ways with small pieces of code added here and there in .css and .php files that don’t work for me.

    Viewing from what I find in this and other fora, I am not the only one having this problem.

    I am not a html programmer, but I can copy and paste very well. 🙂

    Can anyone help me get my bbPress on full with (keeping my left sidebar) in a neat way, for instance by editing a bbpress.php file of something like that.

    Believe me; i tried at least twenty of the tricks found in this and other fora. Nothing works. Let’s get this over with once and for all :-).

    THANKS for any help!

    #150521

    Topic: BBpress.org layout

    in forum Themes
    gogitossj34
    Participant

    I’m loving bbpress.org layout, especially with the left sidebar. Can anyone post the theme, layout file ?

    #150514
    Mr.PHP
    Participant

    Hi all. I’m having some problems importing my phpBB forum into bbPress. My forum is quite big, those are my stats:
    Posts: 96807 | Topics: 19192 | Users: 9633

    During conversion stops here (13601 – 13700)

    What can i do?

    Thank u

    #150506

    In reply to: 0 Voices 1 Posts?

    Stephen Edgar
    Keymaster

    Well there is something else going on, disable all your plugins except bbPress and switch to the Twenty Fourteen theme and do some tests to see if the ‘Voice Count’ and ‘Post Counts’ increment correctly.

    #150505
    Stephen Edgar
    Keymaster

    Check your themes FAQ or ask support for what template you should be using and then use that template to create the bbpress.php file.

Viewing 25 results - 19,151 through 19,175 (of 64,534 total)
Skip to toolbar