Forum Replies Created
-
In reply to: Posts are missing
ok, 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
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
(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
and/or
also if you want users to add information about themselves, then
In reply to: Edit profile linkIn 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 linkI’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 linkAfter 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
In reply to: bbPress user roles: how to edit?In reply to: Edit profile linkapologies, I work on many sites and threads
I will take a further look
In reply to: Menu “Forum” not visiblegreat – glad you are fixed !!
In reply to: Menu “Forum” not visiblewhat theme are you using?
In reply to: Edit profile linkthanks,
so what theme are you using?
In reply to: Edit profile linkdo you have a link to a live example please?
In reply to: Trouble working with bbp profile informationGlad to have helped
In reply to: Edit profile linkso 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 linkok,
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 linkI 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 linkInstall
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
In reply to: Trouble working with bbp profile informationthere 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 emptyadd_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; }