Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 526 through 550 (of 26,703 total)
  • Author
    Search Results
  • #235956
    Robin W
    Moderator
    add_filter( 'bbp_get_reply_post_date', 'rew_show_time_since' , 10 , 6) ;
    add_filter( 'bbp_get_topic_post_date', 'rew_show_time_since' , 10 , 6) ;
    
    function rew_show_time_since ($result, $reply_id, $humanize, $gmt, $date, $time ){
    	$gmt_s  = ! empty( $gmt ) ? 'G' : 'U';
    	$date   = get_post_time( $gmt_s, $gmt, $reply_id );
    	$result = bbp_get_time_since( $date );
    return $result ;	
    }

    Put this in your child theme’s function file –

    ie wp-content/themes/%your-theme-name%/functions.php

    where %your-theme-name% is the name of your theme

    or use

    Code Snippets

    #235948

    In reply to: user review plugin?

    Robin W
    Moderator
    #235943

    In reply to: Forum Transfer

    Robin W
    Moderator
    #235932
    floorajones
    Blocked

    Hello,

    I have a WordPress website in the tattoo niche and I’m interested in adding a discussion forum where people can engage in conversations about tattoo artwork. I would like to know if it’s possible to integrate the bbPress forum with my WordPress website on body artwork.

    Thank you.

    #235926
    nikdow
    Participant

    We have ~30 WP sites on a server.
    We store plugins in a central directory and slink to them from each website that uses that plugin.
    (Reason: saves a lot of memory in OPCache & saves compiling the code more than once.)
    This relies on plugins being well-behaved. bbpress used to work but has lately broken.
    We are seeing this error:
    Loading failed for the <script> with source https://www.otu.asn.au/home/lamp/wordpress/plugins/bbpress/templates/default/js/editor.min.js?ver=2.6.9
    What it should be trying to load:
    https://www.otu.asn.au/wp-content/plugins/bbpress/templates/default/js/editor.min.js?ver=2.6.9
    Obviously the plugin is using the filepath to construct the loading URL, I suspect the code doing this is non-standard, causing the problem.

    Temporary solution is to load the plugin into the wp-content directory of the site, rather than using the slink. This has been implemented but means that the plugin won’t update. (We do updates outside of WP using python/SVN, and apache doesn’t have write access to any directories that contain PHP files – more secure). Fortunately we don’t use the plugin on any other sites.

    #235913
    retsacnal
    Participant

    Thanks for the quick reply!

    I forgot to mention that I’d already tried to reset the permalinks! But, per your advice, I tried it again, and this time noticed an error message below the bottom of the browser window. Unless you scroll down you don’t see it. So… then I changed the permissions on the WordPress directory, so that it could write the .htaccess file, and it started working.

    So, I was right about missing a simple configuration setting, and embarrassed that I didn’t notice it before. Just a permissions problem.

    Anyway, normally I’m working on a server where the process running also owns the files. I thought I’d explore bbPress on my laptop, so they don’t match.

    #235909
    momotarou
    Participant

    thank you

    I used a plugin called “bbpress-new-topic-emailer”. This plugin allows email notifications for each forum. This plugin is a useful plugin.
    But the sending method is CC. Is there a way to hook this to BCC with WORDPRESS functions.php?
    “$headers .= ‘Bcc:” This method is for a single email account. What should I do if there is more than one?
    I am waiting for good advice from all of you.

    #235901
    retsacnal
    Participant

    On the forum user’s profile page, the following links don’t work:

    • Topics started
    • Replies created
    • Engagements
    • Favorites
    • Subscriptions
    • Edit

    The links all return a WP page that says “Not Found Apologies, but the page you requested could not be found. Perhaps searching will help.”

    I’ve tried three WP version (5.9.7, 6.2, 6.2.2), and two versions of bbPress (2.69 and 2.7), and I keep it very simple: just WordPress and the bbPress plugin. I’ve also tried a variety of themes, new ones and older ones. Everything else works fine–it’s just those links on the profile page that don’t.

    I suspect that I’m missing a simple configuration setting or something…

    Does anyone recognize that symptom and/or know what the fix is?

    Thanks!

    #235899
    salvagedwisdom
    Participant

    Breakdance isn’t a theme and it actually disables any theme installed in WordPress. I would have to start from scratch. Thank you anyway.

    #235894
    Robin W
    Moderator

    thanks for the update.

    1. Can you confirm that you have run the repair tools in dashboard>tools>forums>repair forums
    2. can you confirm that making a wordpress post (ie a post or page) is quick
    3. can you try editing a bbpress topic on the front end and let me know if that is erqualy slow on saving

    Robin W
    Moderator

    are these wordpress roles, bbpress roles, (say membership) plugin roles, or some customs roles you have written?

    salvagedwisdom
    Participant

    WordPress v. 6.2.2
    BBPress v. 2.6.9
    Site (under construction): https://www.batsandblacklace.com

    I am able to use the forum index shortcode while I’m editing my forums page and everything looks perfect (first screenshot). On the front end however, it looks completely different and is completely unusable (second screenshot). I have driven myself insane trying to figure this out and I’m coming up completely empty. Does anyone know what’s going on here?

    Thanks!

    Screenshot 1
    Screenshot 2

    #235865

    In reply to: Image upload

    shanwhit
    Participant

    Just an FYI this plugin does NOT work. https://wordpress.org/plugins/image-upload-for-bbpress/
    Version 1.1.18 with WordPress version 6.2.2. Allows you to click on the image icon, navigate to your image and upload. Just when you think it works…. it doesn’t. Image does NOT appear when viewing the forum. (Even if you have permission rights)

    Frustrated.

    #235863

    In reply to: How to add search bar?

    Robin W
    Moderator
    function bbptoolkit_show_search_form(){
    	if ( bbp_allow_search()) {
    			?>
    			<div class="bbp-search-form">
    				<?php bbp_get_template_part( 'form', 'search' ); ?>
    			</div>
    			<?php
    		}
    	}
    	
    add_action( 'bbp_template_before_single_forum', 'bbptoolkit_show_search_form' );
    add_action( 'bbp_template_before_single_topic', 'bbptoolkit_show_search_form' );

    Put this in your child theme’s function file –

    ie wp-content/themes/%your-theme-name%/functions.php

    where %your-theme-name% is the name of your theme

    or use

    Code Snippets

    #235861
    Robin W
    Moderator

    ok, it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #235829

    In reply to: users autoconfirming?

    Robin W
    Moderator

    bbpress just uses the WordPress (or whatever custom plugin you are using) registration/login, and your problem is almost certainly site specific, so beyond generic help from here.

    #235824
    bernard38fr
    Blocked

    Il s’affiche une erreur en page d’accueil de mon site warning erreur
    warning erreur functions.php
    page d’accueil de mon site
    warning erreur
    Dernière version de wordpress et thème twenty two

    #235815
    becbacon
    Participant

    I’m new to wordpress and I installed the BBPress forums and they were fine and hen changed to looking all weird and ‘typewriter’ font and when I click on a thread it jus goes to a blank page and there is no way for anyone o actually post responses.
    What has happened?
    Please can someone help (in simple English, I am such a newbie at this and really have no clue.)

    #235796
    enkoes
    Participant

    Oh ok. Thanks.

    Now I shifted back to [bbp-topic-index] and limit the number of displayed topics in WordPress dashboard setting>forum. And it finally displays page number.

    #235795
    Robin W
    Moderator

    This may be what you want

    Private groups

    #235790

    In reply to: Replies are blank!!

    frenchalps
    Participant

    Quick update as of Wednesday May 17th 2023, WordPress Support confirmed a JetPack fix has been pushed, I tested it this morning and it works. If you enable:

    JetPack > Settings > Performance > Enable Site Accelerator > Speed up image load times, then bbPress Forum posts will no longer be missing and Site Accelerator will work normally as before.

    #235789
    frenchalps
    Participant

    Quick update as of Wednesday May 17th 2023, WordPress Support confirmed a JetPack fix has been pushed, I tested it this morning and it works. If you enable

    JetPack > Settings > Performance > Enable Site Accelerator > Speed up image load times, then bbPress Forum posts will no longer be missing and Site Accelerator will work normally as before.

    #235768
    hannajor
    Participant

    Hello, I work for a software development company that specializes in web and mobile solutions. I have some experience with bbPress and I agree that it can be slow sometimes. One thing that helped me to improve the performance was to update the bbPress plugin and WordPress core to the latest versions. You can also disable any plugins that you don’t need or that are not compatible with bbPress. You can also try to use a lightweight theme that is optimized for speed. I hope this helps you to solve your problem. Cheers!

    #235767
    wikivia
    Participant
    #235763
    OSCOWP
    Participant

    Our plugins:

    WP Google Search
    WP Facebook Login for WordPress
    To Top
    Smash Balloon Instagram Feed
    LiteSpeed Cache
    Complianz | GDPR/CCPA Cookie Consent
    Complianz – Terms and Conditions
    bbPress
    bbp style pack
    Anti-Spam by CleanTalk
    AJAX Login and Registration modal popup + inline form
    Rank Math SEO

    Theme
    Publisher

Viewing 25 results - 526 through 550 (of 26,703 total)
Skip to toolbar