Search Results for '+.+default+.+'
-
AuthorSearch Results
-
February 12, 2021 at 11:09 am #218338
In reply to: bbPress Topics for Posts comment
Robin W
Moderator@newest- ok, thanks for that.
It works the other way around, you add a topic to a post, not a post to a topic.
so when you publish or edit a wordpress post, you can attach a topic to it.
I didn’t write the original plugin, and Gutenberg made it not work, so I have been given editing rights to try and fix it.
so start by going to
dashboard>settings>discussion and you will see topics for posts about half way down – here you can set up the default actions.
Then as a test create a post.
on the right hand side you should see Post and Block options, make sure you have clicked Post
You should then see near the bottom either in the main but or in the sidebar a ‘Topics for Posts’ box, which will show the defaults.
If you don’t see this (as Gutenberg unhelpfully tries to hide anything useful to the user) click the 3 vertical dots on the right hand side right of publish and the settings cog, at the bottom you will find ‘preferences’ and in that you will find the option to show the topics for posts under additional panels section at the bottom
Sorry this is all horrible – it’s not me making it so I promise you 🙂
February 11, 2021 at 12:39 pm #218297In reply to: move moderation
Robin W
Moderatoryou will be looking for
`<?php do_action( ‘bbp_theme_before_reply_admin_links’ ); ?>
<?php bbp_reply_admin_links(); ?>
<?php do_action( ‘bbp_theme_after_reply_admin_links’ ); ?>`
in\bbpress 2.6.6\templates\default\bbpress\loop-single-reply.php
or in the bbpress templates section of your theme
and look to move that under
<?php do_action( ‘bbp_theme_after_reply_content’ ); ?>
Don’t forget to out any changed files into a child theme to prevent them being overwritten
February 9, 2021 at 11:46 am #218238In reply to: “topics started” & “replies created” not working
Robin W
Moderatorit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
February 8, 2021 at 7:09 pm #218208zyves
ParticipantThanks again for your help.
1) this is the default case – users can post topics without anyone needing to approve : Where can I find the setting for this function?February 8, 2021 at 1:15 pm #218200Robin W
Moderator1) this is the default case – users can post topics without anyone needing to approve
2) I think this does it https://wordpress.org/plugins/wp-monalisa/ according to https://bbpress.org/forums/topic/smiley-emoticons/3) this is what you might want https://wordpress.org/plugins/moderation-tools-for-bbpress/
February 5, 2021 at 11:48 am #218114In reply to: forum tab does not appear on wordpress desktop
Robin W
Moderatorok, just checking.
If you have performed the tests above with just bbpress active and a default theme, then these should appear, I can only suggest that your site is somehow corrupt.
do you get anything showing in
dashboard>tools>forums
or
dashboard>settings>forums?February 5, 2021 at 6:47 am #218107In reply to: forum tab does not appear on wordpress desktop
Robin W
Moderatorit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
January 28, 2021 at 11:24 am #217919In reply to: Create a link image for last post in forum
Robin W
Moderatorok,
the default display order is freshness, followed by author – you have it the other way around.
try changing the line above
add_action( 'bbp_theme_after_topic_author', 'rew_freshness_display_image');
to
add_action( 'bbp_theme_after_forum_freshness_link', 'rew_freshness_display_image');
January 28, 2021 at 5:18 am #217887In reply to: delete account
Robin W
Moderatorit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
January 27, 2021 at 5:17 am #217863In reply to: Deleting user account
Robin W
Moderatorit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
January 26, 2021 at 12:47 pm #217840In reply to: [bsp-profile] not Working for me
Robin W
Moderatorsorry, I’d left a line of test code in which caused the user not to be selected, fixed in 4.7.7
I have also corrected the shortcode to do what it said in the documentation – so the default is ‘my profile’
so
[bsp-profile] will show ‘My Profile’ in a clickable link to the profile
[Profile label=’This is the label’] will show ‘This is the label’ in a clickable link to the profile
[Profile label=’Edit My Profile’ edit=’y’] will show ‘Edit My Profile’ in a clickable link to the edit section of profile
January 23, 2021 at 5:01 am #217791Robin W
Moderatorit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
January 19, 2021 at 11:01 am #217657Topic: Login, Register and Lost Password Redirects
in forum Installationcristilupchian
ParticipantHi guys, so the login, register, and lost password are redirecting to the default WordPress login page.
Is there a way to have them redirected to a custom page where I am adding my own custom login, register, lost password form?Thank you in advance for any suggestions 🙂
January 18, 2021 at 2:42 pm #217641In reply to: Remove Category Hyperlink?
Robin W
Moderatorok so
find
wp-content/plugins/bbpress/templates/default/bbpress/loop-single-forum.phptransfer this to your pc and edit
find
<?php do_action( 'bbp_theme_before_forum_title' ); ?> <a class="bbp-forum-title" href="<?php bbp_forum_permalink(); ?>"><?php bbp_forum_title(); ?></a> <?php do_action( 'bbp_theme_after_forum_title' ); ?>
and replace with
<?php do_action( 'bbp_theme_before_forum_title' ); ?> <?php if (!bbp_is_forum_category( bbp_get_forum_id())){ ?> <a class="bbp-forum-title" href="<?php bbp_forum_permalink(); ?>"><?php bbp_forum_title(); ?></a> <?php } else { ?> <div class="bbp-forum-title"> <?php bbp_forum_title();?> </div> <?php } ?> <?php do_action( 'bbp_theme_after_forum_title' ); ?>
and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/loop-single-forum.phpbbPress will now use this template instead of the original
you will probably need to add some styling to the class “bbp-forum-title”
January 15, 2021 at 4:43 pm #217573Topic: Edit profile link not working
in forum Troubleshootingvedransadic
ParticipantHi,
EDIT PROFILE link leads to a non-existent page https://mypage.com/members/membername/profile/edit/group/1/
which is HTTP ERROR 404I did try to activate/deactivate plugins, switch to default theme. Nothing. PHP 7.4, latest WP version, all plugins.
Robin W
Moderatorit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
January 13, 2021 at 4:27 pm #217512In reply to: Shortcodes not working (wp-poll)
wpturk
ParticipantShortcodes are not allowed in bbpress post as default. You need to check your code/plugin which allows shortcodes in bbpress posts, there might be the problem.
January 12, 2021 at 12:35 pm #217473In reply to: Confirmation email form
Gunivortus
ParticipantHmmm… After hours, I found out, that the sentence in the registration confirmation email I posted above is a WordPress thing, not that of a plugin.
For translating and changing it, I would have to change things in some WordPress php files that deal with registration and confirmation. My knowledge of php is below zero… I even don’t know what these letters stand for. 🙂The plugins in use at the site do not provide an option to create new such email forms and overwrite the WordPress default ones. So, I may need a suitable plugin far that.
But that is not a bbpress thing, except, perhaps for a ‘golden tip’ which plugin for this works best together with bbpress.
January 12, 2021 at 12:14 pm #217471Topic: Setting on search function above of the breadcrumb
in forum InstallationJulia
ParticipantHow can I put on the search function above of the breadcrumb in forum,topic,reply page?
I got the Adding action code in the bbPress codex page.
but I did not get the hook point for the Adding action.
Please show me the hook point(XXXXXXXXXX) .//display bbPress search form above sinle topics and forums
function rk_bbp_search_form(){
if ( bbp_allow_search()) {
?>
<div class=”bbp-search-form”>
<?php bbp_get_template_part( ‘form’, ‘search’ ); ?>
</div>
<?php
}
}
add_action( ‘XXXXXXXXXX'(forum,topic-page), ‘rk_bbp_search_form’ );
add_action( ‘XXXXXXXXXX'(reply-page), ‘rk_bbp_search_form’ );<default>
〇〇〇>〇〇〇>〇〇〇    
[Search function] <Customize>
[Search function] 
〇〇〇>〇〇〇>〇〇〇 
January 7, 2021 at 11:14 am #217352Topic: Acess default WP user page
in forum TroubleshootingGunivortus
ParticipantHow can participants in the forum get to the page of their standard WP profile?
I mean the page, which looks like the admin backend, but only shows the info of the logged in user. (I have a plugin for extended registering and logging in, but I cannot open that WordPress page with that).
What can I use as a menu item to access to that page? Maybe a shortcode?January 5, 2021 at 5:20 am #217271In reply to: Oh, bother….can you spare a dime!?
Robin W
Moderatorthe easiest way is
once activated go to
dashboard>settings>bbp style pack>Topics Index Styling and tick item 16 don’t show this message
if you want to do it using FTP then
find
wp-content/plugins/bbpress/templates/default/bbpress/feedback-no-topics.phptransfer this to your pc and remove
<div class="bbp-template-notice"> <ul> <li><?php esc_html_e( 'Oh, bother! No topics were found here.', 'bbpress' ); ?></li> </ul> </div>
and save (this file must exist, but we just make it empty!)
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/feedback-no-topics.phpbbPress will now use this template instead of the original
January 3, 2021 at 5:23 pm #217217In reply to: bbPress Topics for Posts comment
Ricsca2
ParticipantVery very thanks.
I believe that if this function were default for wordpress, it would relaunch the use of the form and help make the section alive too
comments.
it would be nice to be able to suggest it to wordpressJanuary 3, 2021 at 5:38 am #217187In reply to: User Statistics
Chuckie
ParticipantSo it calls:
private function section_latestuser() { // Grab the latest registered user on the site return $this->tag_replace( $this->parent->option["title_text_latestuser"] ); }
Which in turn calls:
function get_latestuser( $html ) { $latest_user = get_users( array( 'number' => 1, 'fields' => array("user_login", "ID", "display_name"), 'orderby' => "registered", 'order' => "DESC" ) ); $latest_user = reset( $latest_user ); // Default display is the full name $name = $latest_user->display_name; if( $this->parent->option['user_display_format'] == "display_as_username" ) { $name = $latest_user->user_login; } if( $html == true ) { return "<a href=\"" . bbp_get_user_profile_url( $latest_user->ID ) . "\">" . $name . "</a>"; } else { return $name; } }
I think, if “WP Approve User” is installed then we need to somehow modify the array returned to only include those where the are approved (as per my previous email).
January 2, 2021 at 12:00 pm #217169In reply to: How can I hide the form in bbp-single-forum?
Robin W
Moderatorfind
wp-content/plugins/bbpress/templates/default/bbpress/content-single-forum.phptransfer this to your pc and edit
find line 45
<?php bbp_get_template_part( 'form', 'topic' ); ?>
and delete this line and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/content-single-forum.phpbbPress will now use this template instead of the original
December 30, 2020 at 4:45 pm #217118In reply to: bbPress forum as homepage
maskis
ParticipantThank you for your answer!
You were right, most of my problems were due to not having sidebar on the homepage. This is now fixed!
I encountered now more frustrating problem. When I use the shortcode above on my homepage, the forum is displayed in default template. In the actual Forum-pages the template is alternate forum template 1 (I´m using bbPress Style Pack plugin). I would like the homepage view to be alternative forum template 1 too.
In Style Pack plugin “Not Working?” section reads as follows:
“It’s not working !!
It may be as simple as closing and restarting your browser, so try this first !!If that doesn’t work…
Background
Style pack works with many/most sites, but it can fail due to a myriad of reasons, including (but no means limited to) site permissions, php versions, other plugins and most often site themes where the theme author has altered bbpress files.This is no-ones fault – whilst I can control how bbpress performs, there are many thousands of plugins and themes, all of which may be trying to amend the same stuff as I am, and many host poviders who will have differing but equally valid permission and code versions.
Problem finding
1. “caching” software that speeds up the download of your site, but may not recognise and immediately make changes from my pluginDo you know if you are using caching software? If so then try refreshing, purging or deactivating to see if this fixes.
If you still have the issue, we need to work out which parts are working and which not
We need to look at 2 areas – files and css
2. Files
If your theme author has changed bbpress files in his theme, this will be for valid reason, which may relate to either style or functionalityNo bbpress files have been changed in the theme
3. CSS
If css had loaded then the text below will have a green background, if it has not loaded this will be a red backgroundThis sentance should have a green background
If the background is red, then try amending the “css location” tab above
check the activate box and set the location to
wp-content/uploads/
and save these changes
and then come back and re-check this area.”I´m not using any cache plugin at least to my knowledge. I´ve also tried to unactivate all of the other plugins than bbPress, Style Pack and BuddyPress. This makes no difference.
Can´t find any settings that would force the homepage view on the theme to be any different than on any other sections of my site.
Any clues, what could I do to fix the problem?
-
AuthorSearch Results