Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 8,026 through 8,050 (of 14,112 total)
  • @robin-w

    Moderator

    ok, the forum roles are what you are looking at, and these are set on first login, so the users you have set up have not yet logged in.

    I am still trying to work out what your exact problem is now – can you state in a paragraph what is still wrong

    @robin-w

    Moderator

    can you just confirm that the link at the very start of this thread, which now shows

    ‘This forum contains 3 topics…’ etc but then says ‘Oh bother! No topics were found here!’ shows 3 topics when logged in as a participant?

    @robin-w

    Moderator

    Great – glad you are fixed !

    @robin-w

    Moderator
    add_action( 'bbp_template_before_forums_index' , 'rew_shortcode' ) ;
    add_action( 'bbp_template_before_topics_loop' , 'rew_shortcode' ) ;
    
    function rew_shortcode() {
    	echo '<div class="social_login" >' ;
    	echo '<br>' ;
    	echo 'Inicia sesión con su cuenta de redes sociales y participa en el foro' ;
    	echo '</br><br>' ;
     	echo do_shortcode('[wordpress_social_login]'); 
    	echo '</br>' ;
    	echo '</div>' ;
     }

    @robin-w

    Moderator

    great – glad you are fixed !

    @robin-w

    Moderator

    bbpress needs a full wordpress installation and wordpress theme.

    so to the extent that you can run a separate site with just wordpress, a theme and bbpress, then yes, but in the sense of having a main site with wordpress and a theme and just the forums on a subdonmain then no.

    @robin-w

    Moderator

    bbpress ends notifications using a bulk email address of noreply@domain.com and bcc’s in the subscribers of that forum

    so an email might be

    to : noreply@domain.com
    bcc : jon@abc.co, fred@defd.com, george@hhd.com

    I suspect that you host provider/email account is forwarding this to you as admin.

    Probably either talk to your host provider, use this plugin, or add the noreply@domain.com
    address to your spam/blocked lust so that you don’t see them.

    AsynCRONous bbPress Subscriptions

    @robin-w

    Moderator

    Pascals’ bbp toolkit has an option for you to do that.

    bbP Toolkit

    once installed and activated go to dashboard>forums>all forums and if you hover over a forum there is a subscription option, which includes a ‘tick all’ to let’s you subscribe current users.

    an option in dashboard>tools>bbp toolkit>subscriptions allows you to auto subscribe new users as well.

    In reply to: Small template issues

    @robin-w

    Moderator

    great – glad you are fixed !

    @robin-w

    Moderator

    add this to your theme’s functions file

    add_action( 'bbp_template_before_forums_index' , 'rew_shortcode' ) ;
    add_action( 'bbp_template_before_topics_loop' , 'rew_shortcode' ) ;
    
    function rew_shortcode() {
    	echo '<div class="social_login" >' ;
    	echo '<br>' ;
     	echo do_shortcode('[wordpress_social_login]'); 
    	echo '</br>' ;
    	echo '</div>' ;
     }

    It may not be perfect, but without seeing its effect on your theme, I can’t say, so come back when it is in if it needs tidying up

    @robin-w

    Moderator

    contact me via my website

    http://www.rewweb.co.uk

    @robin-w

    Moderator

    ok, I see you also sensibly posted on the buddypress forum as well.

    I suspect they’re better placed to work out a solution, but if you get nothing back in a week, bump this topic and I’ll try and find the buddypress hook and see how easy it is to overwrite.

    No promises 🙂

    @robin-w

    Moderator

    Obviously you are very quotable !!

    From a quick goggle one or both of these might work

    1. add this to your functions file

    add_filter( 'bbp_find_mentions', '__return_false' );
    

    If that doesn’t work or you are being mentioned in buddypress as well

    2. this plugin whilst old probably still works

    BuddyPress No Mentions

    @robin-w

    Moderator

    ok, can you give me the social widget shortcode you want to use

    @robin-w

    Moderator

    it is doable, but you would

    1. need to find a forms plugin that has a pre-submission or post submission hook
    2. find someone to add the code to create a topic from that hook.

    I’ve done the pre-submission from gravity forms, but someone else did the form, and I just did the create topic bit.

    In reply to: Threading not working

    @robin-w

    Moderator

    definitely not what I get.

    I’m tied up on a project at the moment which requires me not to have threading on my test site, so it could be a few days before I look further.

    However contact me via my website and when I get a chance I’ll take a quick look at your site

    http://www.rewweb.co.uk

    @robin-w

    Moderator

    ok, so if you say the forum is public, but hidden in buddypress, then we are on basic fault finding.

    so as a test

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    I’d start with buddypress. You are just deactivating as a test.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    @robin-w

    Moderator

    glad it works

    yes just change that line to

    echo '<div class="badge-os"> Points: '.$points.'</div>' ;

    change the class name to anything you want.

    In reply to: list of all functions

    @robin-w

    Moderator

    I thought we had one, but can’t find it.

    The best way into bbpress is to start with the templates – these are the most likely thing you’ll want to alter, and placing amended ones in a ‘bbpress’ folder in your theme will make weordpress use these instead.

    so go to

    bbpress/templates/default/bbress/content-archive-forum.php

    This is the first template called, and all the functions and templates you want to use will cascade from here.

    @robin-w

    Moderator

    There is nothing I know of, and whilst it is possible with a deal of code, beyond free help I’m afraid

    @robin-w

    Moderator

    Great !!

    @robin-w

    Moderator

    so..there is no any way to “hide” register form and just left social media login?

    ok, we’re a bit outside bbpress support here, as this is theme/other plugin related.

    where is register (I’m not good in your language!)?

    Also, can you tell me how can I publish social widget shortcode in header of all forum pages?

    if you are ok with copying coding and FTP files, then I may be able to help

    @robin-w

    Moderator

    although you may want to alter the last line to something like

    echo 'Points: '.$points ;

    so that more than just a number appears !

    @robin-w

    Moderator

    BadgeOS is a plugin so I can’t comment on whether your code would work – it looks fine from a technical point of view.

    I’ve tweaked it so that it shows the points for each user rather than the current user and added the function to get it below the author name, so if the function is correct this code should work.

    add_action ('bbp_theme_after_reply_author_details', 'badgeos_show_users_points') ;
    
    function badgeos_show_users_points( $user_id = 0 ) {
     $user_id = bbp_get_reply_author_id();
     // echo our user’s points as an integer (sanely falls back to 0 if empty)
     $points = absint( get_user_meta( $user_id, '_badgeos_points', true ) );
     echo $points ;
     }

    let me know if it works

    In reply to: BBCodes bbpress list?

    @robin-w

    Moderator

    I think they are pretty much as per the list above a topic/reply.

    You can use this plugin to extend

    bbPress2 BBCode

Viewing 25 replies - 8,026 through 8,050 (of 14,112 total)