Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 11,751 through 11,775 (of 64,515 total)
  • Author
    Search Results
  • Pascal Casier
    Moderator

    As these are not coming from bbPress, I don’t think i can help you here, sorry.
    Please see what other plugins you might have.

    Pascal.

    #173911
    Marc
    Participant

    I have a somewhat similar problem. I have an English site, but want to run a Dutch forum on it. Hence, changing the site’s general settings is no option for me.
    I’ve uploaded Dutch bbpress-nl_NL.mo and bbpress-nl_NL.po files into the folder wp-content/languages/plugins (and there I removed the original en_GB files). I also tried making a wp-content/languages/bbpress folder with the language files, but failed to resolve the problem (which basically is that when Dutch forum participants type in text all of their words get marked with red underlining as if they are not knowing how to write).
    I would very much appreciate some help here.
    The site is called HenHub, and one of the (test) fora is called Facilitators.
    Many thanks in advance!

    Robkk
    Moderator

    So I thought: I have a MS installation, why not put the forums into their own subsite (subdomain). Noone will notice if I use the same theme and let the menus crosslink the sites. (Except those who actually look at the URL.)

    My question is: Would you do that, too? Because it seems, people in these support forums only ever try to migrate their forums into their blog install, not the other way round. Which, as I would expect, would make things much slower on their end.

    You can do that. You do not have to run a blog and forum on the same site. You can just use WordPress for content management on your bbPress forum only sub site.

    #173904
    Robkk
    Moderator

    @bethannon1

    You can put this bbPress default themes CSS from the plugin into a folder called css in your child theme and edit the css file to your liking.

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

    #173902
    madflute
    Participant

    Hi, its WP-Mail-SMTP.

    My understanding was that bbPress sends notification to noreply@mydomain.com with bunch of BCCs, that will be blocked everywhere, and I thought I needed async plugin to remedy issue, no?

    I have something new here. When I disabled bbPress Notify (No-Spam) 1.10, well not exactly. When I disabled bbPress Notify (No-Spam) 1.10 then enable it then disable it again yesterday, the notification did work the rest of the day. I went to bed in peace. Then this morning it stopped working again.

    In my mail log, I see notification went out to subscribers upon reply. Today, the only entries I see is non-BBP notification even though I see now topic was created and replies were made. Quite frustrating 🙁

    #173900
    imborx
    Participant

    Hi,

    I have bbpress with buddypress and when someone post in the forum, its shows in the activity steam. It is very weird when the reply is very long so I would like to set a exceprt o forums reply in buddypress activity.

    Thank you 🙂

    #173899
    Bet Hannon
    Participant

    Hi Pascal! Thanks for your quick reply!

    Unfortunately, no — these forums are locked down to only approved users.

    The CSS is in /plugins/bbpress/templates/default/css/bbpress.css, line 896:

    /* =Stickies
    -------------------------------------------------------------- */
    
    .bbp-topics-front ul.super-sticky,
    .bbp-topics ul.super-sticky,
    .bbp-topics ul.sticky,
    .bbp-forum-content ul.sticky {
    	background-color: #ffffe0 !important;
    	font-size: 1.1em;
    }
    

    I need to change that background color. But I’m not a CSS ninja, and I’m not sure how to override that !important from the default plugin CSS. This is when adding a 2nd !important to trump the first would be handy. 🙂

    #173897
    Pascal Casier
    Moderator

    Hi,
    Is this a public site ? If you could post a link and tell us what you want to change exactly, we could have a look. I suppose it’s not bbPress that has the !important ?
    Pascal.

    Pascal Casier
    Moderator

    Hi, you see this message because your debug is on. This specific message is not a real a minor issue, but it could mean you have somewhere access control issues.

    See https://codex.bbpress.org/bbp_setup_current_user/was-called-incorrectly/

    Pascal.

    #173892
    Bet Hannon
    Participant

    I need to override the default CSS color for
    .bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky

    But the default color declaration has an !important in it. What’s the best way to fix this so my color will display? I know I could hack the plugin CSS, but that’s not the best option. 🙂

    ma3ry
    Participant

    Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). in /path/public_html/wp-includes/functions.php on line 3787

    I am using Simple Membership and BuddyPress in addition to bbPress so i imagine this is an integration issue. Is there a way to resolve it?

    Thank you.

    #173887
    hosam020
    Participant

    Pascal thank you once againe.
    i am using WordPress Version 4.4.2
    bbpress 2.6-alpha
    but i post in forum -> in 2 sec i refresh forum page in another window the post is there but why it’s takeing long time to redirect me to the post page up to 20 sec ?! is it notification or where to read in the functional

    #173884
    Stephen Edgar
    Keymaster

    Yeah, I’m actually thinking it might be best to require the user (me) to manually move the images directory from the old site to the new site. Then, maybe just use the xenForo URL to the image to display it in the post. It “should” be safe since xenForo reduced the images based on admin settings when they were originally uploaded. Just some random thoughts from a guy not looking at import code. 😉

    I can add a “generic” that would change [ATTACH=full]872[/ATTACH] to generic URLhttps:/example.com/attachment/872, you could then manually change thehttps:/example.com/attachment/part of that to anything you want for examplehttp://surveyorconnect.com/attachments/` and have that folder on your server serve up the attachments from there?

    I’m wondering if https://bbpress.dev4press.com would actually cure some of the bbcode issues automatically.

    We actually use a pretty comprehensive BBCode library already during import it converts a huge amount of common BBCode code to native HTML for us, I think you’d find there are only a handful of custom BBCode’s not covered by this library and is why I add them manually.

    p.s. I haven’t packaged up a new release with the changes just yet, but you can always get the latest version (with the above updates) from:

    https://bbpress.trac.wordpress.org/browser/trunk/src/includes/admin/converters/XenForo.php

    At the bottom of that page is a link to download the file in “original format” and that will get you the file, the link is dynamic and changes each revision so that’s why no direct link.

    #173883
    Pascal Casier
    Moderator

    I see, can you have a try with this plugin : https://wordpress.org/plugins/asyncronous-bbpress-subscriptions/ ?

    Also considering checking bbPress 2.6-alpha that should be released soon as a stable version. Email sending has improved there: https://bbpress.org/download/

    Pascal.

    #173880
    hosam020
    Participant

    Pascal thank you for the replay as i mentioned before i had disabled all plugins and leave only the bbpress but 20 second to post, seems the email notification taking that time

    #173879
    cmavrikas
    Participant

    Hello,

    I have a WordPress/BuddyPress/bbPress installation.

    I have noticed that in all activity coming from the blog ow the social network functionality of BuddyPress, the user name displayed is the one filled bythe user during registration as the on e to be shown in the community.

    On the other hand, in bbPress forums and in the activity stream related to the forums, the user name displayed is the login required name of the user.

    Is there a way to sync these and display in bbPress the “community name” too?

    Thank you

    #173878
    Pascal Casier
    Moderator

    Check this one out : https://bbpress.org/forums/topic/blank-forum-index/

    If of no help, just get back.

    Pascal.

    #173876
    dcart87
    Participant

    Hi, when I install bbPress, there is no back end functionality – no options to add forums, categories ect.

    Upon deactivating and reactivating all my plug ins, it appears All in One SEO is causing a conflict.

    I can’t do without this plug in, but I also need a good forum on my site.

    Any ideas?

    Thanks,
    Dan.

    #173873
    Wendell
    Participant

    I’m not quite sure what to do with attachments as bbPress import system does not yet support attachments ¯\_(ツ)_/¯

    Yeah, I’m actually thinking it might be best to require the user (me) to manually move the images directory from the old site to the new site. Then, maybe just use the xenForo URL to the image to display it in the post. It “should” be safe since xenForo reduced the images based on admin settings when they were originally uploaded. Just some random thoughts from a guy not looking at import code. 😉

    I’m wondering if https://bbpress.dev4press.com would actually cure some of the bbcode issues automatically.

    Also I’ve added support for YouTube, Daily Motion and Vimeo BBCode conversion

    Sweet!

    I’ve added some styling to the quotes now, so it wraps that quotes in “blockquote” and cites the authors name, e.g “wendellh wrote:”

    That’s perfect. The post and member numbers are really just useless information at that point anyway. I don’t see any real importance in providing the links back to the quoted posts either. I mean, it would be really cool, but not a big deal.

    Ah, I didn’t know about these types of posts, I’ve now done this, for topics/threads replies/posts that were “soft deleted” these are now imported with bbPress/WordPress “pending” status.

    Thank you!

    #173870
    Pascal Casier
    Moderator

    First remark: 77 forums for 448 topics ? It would be good to limit the number of forums as calculation of e.g. topics in subforums of forums takes time.

    But it’s still not normal to get 20secs. In most of the time it’s another plugin or the theme that is causing the issue. As you have switched the theme already, please try deactivating all plugins except bbPress and try again.

    If it’s still slow, please post a link so we can try to see the real behaviour.

    Pascal.

    Pascal Casier
    Moderator

    Hi,
    I’m afraid I won’t be able to do a lot. I will forward your thread here to the bbPress developers, but reading other pages on the internet, it seems that WooCommerce is intercepting some calls for data and doing stuff on them that takes time. I can only advise to open tickets to WooCommerce like others have already done so that they can review their functions.

    Pascal.

    #173867
    hosam020
    Participant

    Hello guys,
    We have very Small forum, total website database is 25 MB.
    we Have 77 forums
    448 topics
    2.713 Replies
    but posting new topic and sometime replay taking more than 20 seconds
    i had Moved to different servers. deactivate all plugins keep only bbpress
    change the theme, to Twenty Sixteen
    enable caching as it’s recommended in bbpress and nothing help
    is it from email notification and how to totally display subscribed member email notification

    antoinemg
    Participant

    I scanned my website using P3 (Performance Plugin Profiler) and even when Memberships is deactivated, it seems that there’s still a delay caused by Subscriptions and bbPress. Here’s the log when bbPress is activated:

    WordPress Plugin Profile Report
    ===========================================
    Report date: 7 avril 2016
    Theme name: FQSA
    Pages browsed: 3
    Avg. load time: 7.1054 sec
    Number of plugins: 40
    Plugin impact: 93.31% of load time
    Avg. plugin time: 6.6298 sec
    Avg. core time: 0.4253 sec
    Avg. theme time: 0.0007 sec
    Avg. mem usage: 235.42 MB
    Avg. ticks: 282,293
    Avg. db queries : 64.00
    Margin of error : 0.0498 sec

    Plugin list:
    ===========================================
    P3 (Plugin Performance Profiler) – 0.0032 sec – 0.05%
    Query Monitor – 0.0537 sec – 0.81%
    LayerSlider – 0.0134 sec – 0.20%
    MapifyPro – 0.0163 sec – 0.25%
    Advanced Custom Fields Pro – 0.0596 sec – 0.90%
    Akismet – 0.0098 sec – 0.15%
    Bbpress Wp4 Fix – 0.0014 sec – 0.02%
    bbPress – 0.0902 sec – 1.36%
    Contact Form 7 – 0.0270 sec – 0.41%
    Custom Post Type UI – 0.0136 sec – 0.21%
    Enable Media Replace – 0.0002 sec – 0.00%
    GD bbPress Attachments – 0.0038 sec – 0.06%
    Increase Upload Max Filesize – 0.0017 sec – 0.02%
    Loco Translate – 0.0040 sec – 0.06%
    MailChimp pour WordPress – 0.0046 sec – 0.07%
    Maintenance – 0.0041 sec – 0.06%
    Paid Memberships Pro – 4.6599 sec – 70.29%
    Pmpro Email Templates Addon – 0.0004 sec – 0.01%
    PMPro International Adresses – 0.0004 sec – 0.01%
    Pmpro Level Cost Text Master – 0.0019 sec – 0.03%
    Pmpro Register Helper Master – 0.0039 sec – 0.06%
    PMPro Shipping – 0.0011 sec – 0.02%
    Post Types Order – 0.0020 sec – 0.03%
    Regenerate Thumbnails – 0.0004 sec – 0.01%
    Tabber Tabs Widget – 0.0008 sec – 0.01%
    Category Order and Taxonomy Terms Order – 0.0015 sec – 0.02%
    Video Thumbnails – 0.0124 sec – 0.19%
    W3 Total Cache – 0.0339 sec – 0.51%
    Woocommerce Checkout Field Editor – 0.0013 sec – 0.02%
    WooCommerce Customer/Order CSV Export – 0.0095 sec – 0.14%
    WooCommerce Subscriptions – 1.3938 sec – 21.02%
    WooCommerce – 0.0948 sec – 1.43%
    WooThemes Helper – 0.0112 sec – 0.17%
    WordPress Popular Posts – 0.0012 sec – 0.02%
    Wordpress Seo – 0.0453 sec – 0.68%
    wp-jquery-lightbox – 0.0011 sec – 0.02%
    wp-Monalisa – 0.0058 sec – 0.09%
    WP-PageNavi – 0.0072 sec – 0.11%
    WP-Utilisateur-Avatar – 0.0075 sec – 0.11%
    Yith Woocommerce Mailchimp – 0.0258 sec – 0.39%

    #173863
    madflute
    Participant

    Oh no, no. What I meant was that I can confirm from the log that no mail action was triggered for the subscribers who clicked Subscribe. All other mail actions, namely bbPress Notify (No-Spam) 1.10 and Better Notification for WP are working fine.

    #173862
    skilletin
    Participant

    Hello!

    We ar running the latest versions of WordPress and bbPress. From the beginning, since bbPress was installed, it’s working incorrectly. When I go to specific forum page, the topics list is not showing. And Opening a topic directly, the topic content is not displayed.
    The problem is in our custom created theme, because, when I switch to one of the default WordPress themes, everything is working fine.
    I can’t figure out what is wrong with our theme, or how to make it bbPress redy.

    The specific forum: http://mglatvia.id.lv/forums/forum/foruma-noteikumi/
    The single topic: http://mglatvia.id.lv/forums/topic/demo-testa-topiks/

Viewing 25 results - 11,751 through 11,775 (of 64,515 total)
Skip to toolbar