Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 2,751 through 2,775 (of 26,846 total)
  • Author
    Search Results
  • #208108
    nickds
    Participant

    Back again. I swep whole testing site, delete database and reinstall everything including wordpress and forum loos OK now.
    But on my production site which is running on Divi the problem still exist. So it will be really something on Divi´s end…

    #208103
    nickds
    Participant

    Hi Robin, fully understand. Thanks for your reply.
    The issue appears on default wordpress theme and the same appears on Divi theme. I already discuss with the support from Divi and they´v replied, that it has something to do with plugin itself.

    Robin W
    Moderator

    thanks, I’ve logged a trac ticket o the authors will be aware

    https://bbpress.trac.wordpress.org/ticket/3327#ticket

    #208040
    Robin W
    Moderator

    if you enable subscriptions they could just subscribe to the forums

    or presuming these people have a specific role (eg moderator) then

    bbPress Notify (No Spam)

    Michael
    Participant

    In bbpress 2.6.3 threaded replies only work if the WordPress adminbar is enabled. If it is disabled and you click a reply link of a lower level reply the page is reloaded which is not supposed happen. If you then post the reply, it is added at the end of the forum post and not after the corresponding reply.

    The bug is in templates/js/reply.js line 109ff. If you remove the reference to the adminbar, threaded replies work properly.

    The bug did not exist in bbpress 2.6.1.

    #208028
    Chuckie
    Participant

    Hi

    Just to me to that I created a query here for GD Attachments author:

    https://wordpress.org/support/topic/how-errors-are-raised/

    Don’t know how to remove obsolete upload error message from submitted topic.

    Thanks.

    Andy

    #208016
    telium
    Participant

    I’m new to WordPress and bbPress, so I apologize if my terminology isn’t quite right 🙂

    I have create a pretty page and inserted the BB shortcode which shows all the forums. However, when I open one of the forums, or one of the topics, I find each opening in a fairly generic page.

    Is it possible to create nice pages for these, and tell bbPress to open the forum/topic in the page I created? (I don’t like the default page).

    #207967

    It would be awfully helpful if bbPress could email the admin when this happens, rather than the admin having to spot hidden posts

    https://bbpress.trac.wordpress.org/ticket/3325

    #207924
    samtime
    Participant

    Okay, found a solution (albeit a little janky):

    1. Go to the Topic and Reply screens in question (or any screen you want to edit), select “Screen Options” in the top right, then check/uncheck the meta-boxes that you want visible/invisible to your moderators (basically set up the screen to look the way you want moderators to see it)

    2. Install the plugIn FV Clone Screen Options

    3. Since FV doesn’t clone Screen Options to subscriber accounts (my moderators have the Subscriber WP role and Moderator bbPress role), temporarily give moderators the Contributor WordPress role.

    4. Now clone the Screen Options you set up in step one to your Moderators with the FV Clone Screen Options plugin

    5. Switch moderators back to the Subscriber WordPress Role

    6. Hide the “Screen Options” tab for Subscriber accounts using the Adminimize plugin (found under the plugin’s Global Options > Screen Options), so moderators can’t make those meta-boxes visible again

    Bit of a workaround, but seems to have worked.
    Only issue is that I will have to remember do this process for any new moderator that gets appointed.

    All the best, stay FUNKY!

    #207869
    samtime
    Participant

    Hi, When a moderator edits a Topic in the WordPress Dashboard, there’s a section near the bottom with the Replies in it. However it also reveals user’s email and IP addresses.

    Forum Replies

    Is there a way to hide the emails and IP’s in this section for moderators?
    I’ve already hidden IP’s on the front end for mods by editing some code related to the loop-single-reply.php (more info here, thank you Robin).

    Or, is there a way to make the Replies box that appears there turned off by default for moderators, under the screen options?
    Screen Options

    Thank you, Sam

    #207833
    Robin W
    Moderator
    #207832
    Robin W
    Moderator
    #207830

    In reply to: user profile

    Robin W
    Moderator

    I think any of the wp avatar plugins should work fine

    https://wordpress.org/plugins/search/avatar/

    #207818

    Topic: user profile

    in forum Installation
    #207783
    pipipi07
    Participant

    I’m sorry if it’s a rudimentary question.

    For example,
    In the forum: music, the topics “Rock”, “Pops” and “Classic” are posted.
    In the forum: movie, the topics “Comedy”, “Action” and “Horror” are posted.
    In this case, how can the conditional branch “display A for single topics belonging to forum: music (that is,”rock”,”pops”,”classic”pages) be realized?

    In other words, I want to do the same as “in_category” in wordpress.

    I thought too hard and lost my mind! help!

    #207777

    Topic: Notifications

    in forum Installation
    alistairmusgrove
    Participant

    Wordpress Version – 5.3.2
    bbPress Version – 2.6.3

    Home


    Explore Around The Corner

    I’ve installed the forum on my site and set it up, it’s all working as expected. However if I post a topic, I have to log on to the site to check responses.

    Is there a way to get notified by email when replies are added to posts?

    Thanks
    Alistair

    BobHatcher
    Participant

    I have two questions:

    1. Is there a general WordPress plugin that will search the entire site as well as within my discussion forum?

    2. Is there a plugin that will search my bbpress discussions that will also search within attachments such as MSWord or PDFs?

    Thanks.

    Bob

    #207718
    Robin W
    Moderator
    luciana26
    Participant

    Good afternoon!
    I’m reaching out because I’ve checked the settings many times and updated WordPress version and BBpress plugin to the latest version as well and I can’t figure out why this functonalites stopped working. I’m not a programmer I do handle html, css and some basic php.

    I’m having an issue with BBpress not nesting replies anymore and also as an admin I’ve stop receiving the notify emails everytime somebody post a new comment.
    I’ve updated WordPress to version 5.3.2, BBpress to version 2.6.3 and BBpress Notify (No Spam) to version 2.8.

    I’ve cheked the php version my host company is using and is 7.2.7 (beyond what the plugins require).

    Could anyone point me to a solution or reason why is this happening? I’ve also emptied my cache.
    Sorry I don’t post a link to my website is a private learning group.

    Thank you so much! Luciana

    #207670
    commium
    Participant

    WP 5.3.2
    Buddypress 5.1.2
    Website https://connect.commium.fr/
    Theme : Woffice wordpress

    Hi guys,

    I’m beginner developper and i have a problem which i’m trying to solve on my website, i created a function to show groups website statistics on their group -> stats tab on group page, the thing work perfectly with an embedded public stats API, but i want to show theses tab on user dashboard too, not only on group -> stats tab, so i tried to copy past the function display() but it didn’t work, the $setting variable and $setting2 variable are NULL..

    Someone can help me on this problem please, you can check the code below for more informations :

    function stats() {
    	
    if ( bp_is_active( 'groups' ) ) :
     
    class Entreprise_Statistiques extends BP_Group_Extension {
        /**
         * Your __construct() method will contain configuration options for 
         * your extension, and will pass them to parent::init()
         */
        function __construct() {
            $args = array(
                'slug' => 'entreprise_statistiques',
                'name' => 'Statistiques',
            );
            parent::init( $args );
        }
     
        /**
         * display() contains the markup that will be displayed on the main 
         * plugin tab
         */
    
    	
    	
        function display( $group_id = NULL ) {
    		$setting = groups_get_groupmeta( $group_id, 'entreprise_statistiques_setting' );
    		$setting2 = groups_get_groupmeta( $group_id, 'entreprise_statistiques_setting2' );
            $group_id = bp_get_group_id();
    		?>
    			
    		<script>
    		StatHatEmbed=new function(){function d(){var a=document.getElementsByTagName("script");return a[a.length-1]}function e(a,b){var d=document.createElement("script"),c="//www.stathat.com/embed/"+a+"/"+b.s1;b.dev&&(c="//localhost:8081/embed/"+a+"/"+b.s1);b.s2&&(c+="/"+b.s2);b.s3&&(c+="/"+b.s3);c+="?w="+b.w+"&h="+b.h+"&tf="+b.tf;b.style&&(c+="&style="+b.style);b.dev&&(c+="&dev=1");b.title&&(c+="&title="+b.title);d.src=c;d.type="text/javascript";document.getElementsByTagName("head")[0].appendChild(d)}function f(a){return[a.s1,
    		a.s2,a.s3,a.w,a.h,a.tf,a.style].join("_")}this.render_graph=function(a){DIV_ID="statd_embed_graph_"+f(a);d().insertAdjacentHTML("AfterEnd","<div id='"+DIV_ID+"' style='display:none'></div>");e("graph",a)};this.render_histogram=function(a){DIV_ID="statd_embed_histogram_"+f(a);d().insertAdjacentHTML("AfterEnd","<div id='"+DIV_ID+"' style='display:none'></div>");e("histogram",a)};this.render_data=function(a){DIV_ID="statd_embed_data_"+f(a);d().insertAdjacentHTML("AfterEnd","<div id='"+DIV_ID+"' style='display:none'></div>");
    		e("data",a)};this.render_table=function(a){DIV_ID="statd_embed_table_"+f(a);d().insertAdjacentHTML("AfterEnd","<div id='"+DIV_ID+"' style='display:none'></div>");e("table",a)};this.render_text=function(a){DIV_ID=["statd_embed_text",a.s1,a.u].join("_");d().insertAdjacentHTML("AfterEnd","<div id='"+DIV_ID+"' style='display:none'></div>");e("text",a)};this.render=function(a){a.tf||(a.tf="week_compare");a.kind||(a.kind="graph");switch(a.kind){case "graph":this.render_graph(a);break;case "histogram":this.render_histogram(a);
    		break;default:this.render_graph(a)}}};
    
    		</script>
    		<div id="stats">
    		<script>StatHatEmbed.render({s1: '<?php echo($setting); ?>', w: 760, h: 235, tf:'month_compare', style:'fill', title:'<?php echo($setting2); ?>'});</script>
    		</div>
    
    		<?php
    		
    		if ($setting == NULL) {
    			echo ("Aucun site internet détecté, merci de contacter l'équipe COMMIUM.");
    		}
        }
     
        /**
         * Création
         */
        function settings_screen( $group_id = NULL ) {
            $setting = groups_get_groupmeta( $group_id, 'entreprise_statistiques_setting' );
    		$setting2 = groups_get_groupmeta( $group_id, 'entreprise_statistiques_setting2' );
     
            ?>
    				<input type="text" name="entreprise_statistiques_setting2" id="entreprise_statistiques_setting2" placeholder="Nom d'entreprise"><?php echo esc_attr( $setting2 ) ?></input>
    				<input type="text" name="entreprise_statistiques_setting" id="entreprise_statistiques_setting"placeholder="Code suivi"><?php echo esc_attr( $setting ) ?></input>
            <?php
    			$settingInfo = $_POST['entreprise_statistiques_setting'];
    			$settingInfo2 = $_POST['entreprise_statistiques_setting2'];
        }
    	function settings_screen_save( $group_id = NULL ) {
    		$setting = '';
    		$setting2 = '';
    
    		if ( isset( $_POST['entreprise_statistiques_setting']) && isset($_POST['entreprise_statistiques_setting2'] ) ) {
    			$setting = $_POST['entreprise_statistiques_setting'];
    			$setting2 = $_POST['entreprise_statistiques_setting2'];
    		}
    
    		groups_update_groupmeta( $group_id, 'entreprise_statistiques_setting', $setting );
    		groups_update_groupmeta( $group_id, 'entreprise_statistiques_setting2', $setting2 );
    		}
    	}
    bp_register_group_extension( 'Entreprise_Statistiques' );
     
    endif; // if ( bp_is_active( 'groups' ) )
    }
    echo stats();
    #207612
    samtime
    Participant

    Hi, I use the bbPress Moderation Tools plugin to send email notifications to moderators about new pending replies/topics.
    However, the email sent out shows all moderator email address in the “To” section.
    I would rather hide the email addresses for privacy.
    Does anyone know a way to use BCC instead, or another system, so that moderator’s emails aren’t revealed to each other?
    I think bbPress subscription emails are sent to noreply @ domain .com , with subscribers emails then BCC’d.

    Thank you,
    Sam

    P.S. I did post this to the plugin’s support forum, but I think they are between developers at the moment.

    #207565
    Milan Petrovic
    Participant

    My GD bbPress Tools implements BBCodes: https://wordpress.org/plugins/gd-bbpress-tools/ and many other things.

    And I have GD bbPress Toolbox Pro plugin that adds even more BBCodes, it is linked from the free plugin page, so check it out also.

    #207560
    bigealien
    Participant

    Hello everyone.

    I have bbpress as my forum plugin for my website and I’ve been wanting to implement BBCode for BBPress. I currently have the BBCode Deluxe plugin installed on my site which seemed to have great reviews and is updated. However I had an issue getting it to work. See my question I posted on Reddit – maybe one of you would be able to answer it.

    reddit question

    But I was thinking if BBCode Deluxe is not a good plugin for this purpose or there is a better / simpler one, then maybe someone will know about it here.

    Thank you in advance for everything!

    Link to my site : siliren.com

    #207547
    Robin W
    Moderator
    #207542
    samtime
    Participant

    Okay, turned out the WooCommerce plugin was hiding the WordPress toolbar/dashboard in this situation.

    Fixed this by pasting the code below into my child theme’s functions.php file.
    Now the dashboard is available for bbPress moderators, but is still hidden for normal non-moderators, awesome!

    add_action('init', function(){
    if(class_exists('WooCommerce') && function_exists('bbp_get_user_role') && is_user_logged_in()){
    
    $current_user = wp_get_current_user();	
    $user_id = $current_user->ID;	
    $bbp_get_user_role = bbp_get_user_role($user_id);
    
    if($bbp_get_user_role == 'bbp_keymaster' || $bbp_get_user_role == 'bbp_moderator'){	
    add_filter( 'woocommerce_prevent_admin_access', '__return_false' );
    add_filter( 'woocommerce_disable_admin_bar', '__return_false' );
    }
    }
    });
Viewing 25 results - 2,751 through 2,775 (of 26,846 total)
Skip to toolbar