Forum Replies Created
-
In reply to: mon forum ne s’affiche pas
I suspect that you are using one of the new FSE themes, so you need a fix to work with bbpress.
install
once activated, navigate to
dashboard>settings>bbp style pack, and you should see the first tab called ‘Theme Support’ – if you don’t see this, come back.
In that tab, select
Enable Theme Support
and save
The forums should then display
Not sure how this is related to bbpress, but go to
dashboard>settings>general and there you will see the admin email address, this is where the email will have gone to. that email will detail what the error is
In reply to: Change logothat will be theme dependent.
you may be able to use the function
is_bbpress()
In reply to: How can I change the word “Forums”?function rew_change_text( $translated_text, $text, $domain ) { if ($domain!='bbpress') return $translated_text ; $translated_text = str_replace('Forum', 'Elephant', $text) ; return $translated_text; } add_filter( 'gettext', 'rew_change_text', 20, 3 );
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
In reply to: How can I change the word “Forums”?Dashboard>settings>forums and change the Forum Root Slug
In reply to: User Profile/Author LinkIn reply to: Forums and Topics URLs are showing blank pageI’ve no idea if this thread is relevant or not
I am tied up in other work at the moment, but I may get back to this soon
In reply to: Edit profile linkthanks,
1. so can you confirm that with the footer option set at
'If you are using shortcodes in your footer, this option should ensure they display correctly '
The shortcode in the footer works.
2. on the GCS problem, does this only happen on ‘forum’ pages, or is it throughout the site?
In reply to: Edit profile linkok, I need to to go back to standard footer to see if this fixes the gce issue as per previous post
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 linkby the way I have released version 6.1.7, but this is dealing with other issues, so you should see no change
In reply to: Edit profile link5.
Dashboard>settings>bbp style pack>theme support and look for Footer options
In reply to: Posts are missingok, without extensive further work, I agree, if you have database access, then just use that to change the status
In reply to: Posts are missingcan’t see your screenshot, but can you go to
dashboard>users>all users and tell me what roles your username has for wordpress and bbpress
In reply to: Posts are missingYes they need to be published to show, and yes most likely your own doing, but don’t worry we were all where you are in the past, it takes time to learn the peculiarities of each part of wordpress and plugins !!
so dashboard>topics>all topics
Then you will see options for ‘draft’ and ‘pending’ which you can select and then approve
you can do this individually, or use the boxes on the left to ‘bulk select’ and the ‘bulk actions’ to select ‘edit’ and then change the ‘status’ to publish.
In reply to: Posts are missingbbpress just uses the woprdpress posts table – it is what wordpress calls a ‘custom post type’ many plugins use this method.
In reply to: Posts are missingguessing your post crossed with mine? and you hadn’t read my post before you posted yours?
In reply to: Posts are missingthis is related to the country part of your url
so
https://telium.io/topic/usb-license-on-hyper-v-guest/
does exist, but the link above is
https://telium.io/en/topic/usb-license-on-hyper-v-guest/
which has the ‘en’ part in it, and resolves to a 404
In reply to: Posts are missingok, so what is the url an example?
In reply to: Posts are missingso have you looked for these in the backend ie
dashboard>topics
In reply to: Edit profile linkno 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 linkso on the gsc problem, can you go to
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 brokenok, 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 brokenIf 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 linkon 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
In reply to: Editor buttons inherited from wp customer themeok, 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
which you already have active, and go to
dashboard>settings>bbp style pack>Topic/Reply Form