Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 226 through 250 (of 14,116 total)
  • In reply to: Posts are missing

    @robin-w

    Moderator

    ok, so what is the url an example?

    In reply to: Posts are missing

    @robin-w

    Moderator

    so have you looked for these in the backend ie

    dashboard>topics

    In reply to: Edit profile link

    @robin-w

    Moderator

    no problem, I’m just a guy sat in his kitchen trying to help others – happy to see if we can resolve.

    Can you confirm that you have cleared cache on both server and browser before the latest test. If so…

    At the moment I am trying to work out which bit of code is causing the issue, and your test eliminated one area.

    So as a further test if you did not have the conflict with gse before, can you select the ‘standard footer’ option in the style pack theme settings and whilst this will give you back the original shortcode problem, does it fix the gse problem, that will get me closer to the problem code !

    In reply to: Edit profile link

    @robin-w

    Moderator

    so on the gsc problem, can you go to

    bbpress template

    where there is a new file, and instructions for where to put it.

    If anything is not clear come back.

    In essence I am hoping that this will fix the gsc problem, I’m not expecting anything else to change, but it might just fix the color problem, let me know either way if anything has changed.

    In reply to: Profile link broken

    @robin-w

    Moderator

    ok, sorry there are thousands of themes, and you may need to live with this.

    There are several threads on divi and bbpress issues.

    In reply to: Profile link broken

    @robin-w

    Moderator

    If are using the Divi theme (or a child theme of this theme) there is an issue whereby bbpress Profiles and bbpress search may not work properly

    If you have issues with either of these, please change the following Divi theme settings:

    1. In Dashboard> Divi> Theme options > Builder > Advanced > Static CSS File Generation > Clear

    2. In Dashboard> Divi> > Theme Options > Performance> Dynamic CSS option> set to Disabled

    3. THEN critically you need to clear any server side caching AND clear your browser cache.

    Server side will depend on your host, and/or any caching plugins you have installed

    In reply to: Edit profile link

    @robin-w

    Moderator

    on the gsc problem, are you able to FTP files? If so I can give you a file change which might fix, if not I’ll look for another way

    @robin-w

    Moderator

    ok, I’m not entirely confident on your question.

    But if you mean can you set the editor in topics and replies to visual you can use

    bbp style pack

    which you already have active, and go to

    dashboard>settings>bbp style pack>Topic/Reply Form

    @robin-w

    Moderator

    If you use the bbpress profile rather than the wordpress one, it lists all topics and replies by a user – just click on a user link in the forums to see.

    you can use

    bbp style pack

    (which also has lots of add-on features) to set the default profile to bbpress

    see

    dashboard>settings>bbp style pack>login

    For ranking you have

    bbPress Voting

    and/or

    bbp user ranking

    also if you want users to add information about themselves, then

    bbp profile information

    In reply to: Edit profile link

    @robin-w

    Moderator

    In the Microsoft Edge, Mozilla Firefox, and Opera browsers, it is not displayed at all.

    you will only see this if the user is logged in, please confirm that this is the case

    In reply to: Edit profile link

    @robin-w

    Moderator

    I’ve released version 6.1.6 which should fix the shortcode issue for footers and the templates displaying in your last post item 1.

    For the footer, you will see a new option in

    dashboard>settings>bbp style pack>theme support>Footer Options which you will need to set.

    In reply to: Edit profile link

    @robin-w

    Moderator

    After some research, I have found that the newer FSE themes (such as twenty 25)have an issue where shortcodes will not work in footers for what are called hybrid templates.

    I am working on a solution, hopefully with a resolution in then next couple of days

    @robin-w

    Moderator
    In reply to: Edit profile link

    @robin-w

    Moderator

    apologies, I work on many sites and threads

    I will take a further look

    @robin-w

    Moderator

    great – glad you are fixed !!

    @robin-w

    Moderator

    what theme are you using?

    In reply to: Edit profile link

    @robin-w

    Moderator

    thanks,

    so what theme are you using?

    In reply to: Edit profile link

    @robin-w

    Moderator

    do you have a link to a live example please?

    @robin-w

    Moderator

    Glad to have helped

    In reply to: Edit profile link

    @robin-w

    Moderator

    so is the footer of the forum a different area than the site footer? or have you just entered this code once and it displays diferently?

    In reply to: Edit profile link

    @robin-w

    Moderator

    ok,

    1. can you define what you mean by ‘site footer’ vs ‘forum footer’
    2. can you define what you mean by ‘doesn’t work’

    In reply to: Edit profile link

    @robin-w

    Moderator

    I understand what you want to do, it requires code which is in my plugin.

    If you don’t want to use my plugin, the code is in the shortcodes.php file in the plugin, feel free to use it.

    In reply to: Edit profile link

    @robin-w

    Moderator

    Install

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>shortcodes

    and look at ‘Display profile link’ for how to use the shortcode.

    Then simply add the shortcode using a ‘shortcode’ block wherever you want it

    @robin-w

    Moderator

    there are 2 plugins, bbp profile information and bbp buddypress profile information. Sounds like you have the latter.

    If you are using buddypress then use the latter, if not then use the former.

    if not using buddypress, the user enters the info under their profile, if they click their name, they will go to a profile page which has the ability to edit their profile including these settings

    In reply to: This forum is empty

    @robin-w

    Moderator
    add_filter( 'gettext', 'rew_translations', 20 , 3 );
    
    function rew_translations( $translated, $text, $domain ) {
    	if ($domain != 'bbpress' return $translated;
    	if ( $translated == 'This forum is empty.' ) {
    		$translated = 'new text';
    	}
    	return $translated;
    }
Viewing 25 replies - 226 through 250 (of 14,116 total)