Forum Replies Created
-
In reply to: Can I move Bbpress forum to other paid forums?
this will depend on what code the ‘paid forum’ platform has written.
Most forum platforms have importers, so check what is possible.
By the way this question is a bit like asking a Ford garage how to buy a Chrysler 🙂
In reply to: detail of Style.css ?In reply to: Change user colorgreat – glad you are fixed
In reply to: how to customize bbpress in front-end?so what does it do?
display nothing
display You are not currently subscribed to any forums
or what?In reply to: Eliminating User Rolesok, to remove all the data, you’ll need to use the tool in bbpress.
so re-install bbpress, activate and go to
dashboard>tools>forums>reset forums
This will delete the roles (and everything else)
great – glad you are fixed
In reply to: Imported_ namespace / prefix on new usershmmm…
wp_bp_xprofile_data is a buddypress table, bbpress only uses wp_users and meta.
Might be worth logging in the buddypress support forum to see if they can help
bbpress is a free plugin and this forum is a community forum – there are no paid staff, so questions are answered by volunteers.
bbpress uses wordpress registration, so the issue is a wordpress one, and as suggested by the password reset, you should contact you host provider.
In reply to: Eliminating User Roleswhere are you seeing the roles ?
no problem, glad to have helped
In reply to: Error 404 after a multiple words searchIt could be a theme or plugin issue
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.
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
In reply to: Imported_ namespace / prefix on new usershmm – so if you temnporarily deactivate bbpress and then register as a new user – you get ‘imported_…’
yes ?
untested, but try
<?php do_action( 'bbp_template_before_user_topics_created' ); ?> <div id="bbp-user-topics-started" class="bbp-user-topics-started"> <div class="bbp-user-section"> <?php $user_id = get_current_user_id() ; ?> <?php if ( bbp_get_user_topics_started($user_id ) ) : ?> <?php bbp_get_template_part( 'pagination', 'topics' ); ?> <?php bbp_get_template_part( 'loop', 'topics' ); ?> <?php bbp_get_template_part( 'pagination', 'topics' ); ?> <?php else : ?> <p><?php bbp_is_user_home() ? _e( 'You have not started any topics.', 'bbpress' ) : _e( 'This user has not started any topics.', 'bbpress' ); ?></p> <?php endif; ?> </div> </div><!-- #bbp-user-topics-started --> <?php do_action( 'bbp_template_after_user_topics_created' ); ?>
This sets the user up as current user
In reply to: Imported_ namespace / prefix on new usersso this is a user registering for the site?
In reply to: Imported_ namespace / prefix on new userscan’t say I do either.
Presume this is a single import?
If so how many users ?
In reply to: Change user colorask their support desk for help
In reply to: Change user colorthat code alters the names, but doesn’t help me in the ‘status legend’ – how is that legend created ?
In reply to: Importing phpBB Forum Problemsyes, they are very different databases.
You’ll need to do a conversion from one to the other – google around there must be tools to do that
In reply to: Deleted Topic Stays in Forumdo you have caching running ?
In reply to: Change user coloryou will need to post the code you put in your functions file that does the status legend
In reply to: Change user colorit is not good practise to amend bbpress (or any plugin) files.
The code should go in the custom css area of your there if it has one, or via a plugin such as https://en-gb.wordpress.org/plugins/simple-custom-css/
for the threads are, the simplest would be to use my style pack plugin
and change the roles in
dashboard>settings>bbp style pack>forum roles
for your specific area, we would need the code you added in your functions file, but that should be able to then use the plugin settings above
In reply to: Imported_ namespace / prefix on new usersnot sure how this is related to bbpress ?
In reply to: bbPress 2.6.0 Release Candidate 5In reply to: @mention functionality on forums