Forum Replies Created
-
In reply to: [Resolved] How to change the word?
Hi Bruce,
So it seems to be coming from your Theme… Sorry to send you again to somebody else, but did you check with the theme author ?
Pascal.In reply to: Change username of all posts with a particular nameHi Glenn,
First of all: MAKE A BACKUP before touching (but that should be obvious).
Just an idea. I have never tried it, but when you delete a user, does it not ask you to what user you want to move the posts and pages ? So just deleting ‘imported_Glenn’ …
If you really want to go the SQL way, then most probably changing the ‘post_author’ in the ‘posts’ table should be sufficient. Find the old and the new one from the field ‘ID’ in the ‘users’ table.
Hope this helps.
Pascal.In reply to: New Topic Form Shortcode IssueHi,
If you say sometimes yes and sometimes no, there must be a difference somewhere.
If this happens to the same user, and you have added the above function correctly then I really have no idea where to start looking, sorry.
Hopefully somebody else has an idea.
Pascal.In reply to: Adding forum to WordPress WebsiteHi,
If you are looking for buddyPress, then you are not on the right support forum.
If you want to add a forum and you look for bbPress, then we can help you further. The basic steps for installing are here: https://codex.bbpress.org/getting-started/
If anything is not clear, just get back and open another thread.
Pascal.In reply to: New Topic Form Shortcode IssueHi Mohi,
You would have to detail a bit more when it does not work. What is the page where you want to use it, is it for all the role or is there a difference between keymaster and participant, … ?
Pascal.In reply to: [Resolved] How to change the word?Hi Bruce,
I’m not used to work with buddypress, so for that one maybe try the buddyPress support forum as I think it’s coming from the buddyPress groups.
Pascal.
In reply to: Prevent participants from creating new topicsHi,
If you want to use the same permissions/capabilities on all your forums, then a new custom role with the above capabilities is the best way to go.
If you want to ‘protect’ only some of your (sub)forums against new topic creation, then you can use my bbP Toolkit plugin (https://wordpress.org/plugins/bbp-toolkit/).
Pascal.In reply to: Index shortcode not displaying properlyHi,
It looks like a problem with your theme. So you better check with them first as the text is there, but the display is wrong.
Pascal.In reply to: 404 page not found on profile pageAnd also check this thread: https://bbpress.org/forums/topic/forums-redirected-to-404-page/
In reply to: 404 page not found on profile pageHi, if your forum is new, read this: https://codex.bbpress.org/getting-started/troubleshooting/navigation-links-return-404s-errors/
In reply to: Viewing Profile (custom fields)Hi,
Can you please try to detail a little bit more what you want ? You want to add a custom field to the profile ? But what should it contain ?
Pascal.In reply to: New Topic Form Shortcode IssueHi,
The best way is to create a child theme (see https://codex.bbpress.org/functions-files-and-child-themes-explained/).
If you don’t want to do that, find the functions.php in your current theme and add it at the end. Of course when you update your theme, you will have to do this action again.
Pascal.In reply to: Huge bbPress 1.2 – bbPress 2.5.8 importHi Woklet, any improvement in the current way of working is greatly appreciated !
Pascal.In reply to: Unrestricted HTML WarningHi senco,
Please do not revive old tickets but next time open your own one explaining what issue you have.
Only keymasters should see this message. If you have any plugin that changes capabilities, please review your settings.
If you only want to hide the box then you can play with a CSS code like this:.bbp-template-notice { display: none; } .bbp-template-notice.info, .bbp-template-notice.error, .bbp-template-notice.important, .bbp-template-notice.warning { display: block; }
Or check out a plugin like ‘bbP Toolkit’ that does this too. Just note that both options also remove some other informational messages !
Pascal.In reply to: [Resolved] How to change the word?https://wordpress.org/plugins/bbp-toolkit/
For any requests specifically on the tool, please use the support tab there.
Pascal.
In reply to: Monalisa plugin broke mi site?Hi,
If you use the latest WP and bbPress and also the latest version of the plugin, then it SHOULD work. But it would be best to open a support call on the plugin directly. This issue seems to have happened before.
Pascal.In reply to: [Resolved] How to change the word?Hi Bruce,
I suppose you refer to the breadcrumbs ?If you don’t want to add code yourself, you can just install my ‘bbP Tools’ plugin.
If you are into coding, add a filter to bbp_before_get_breadcrumb_parse_args in adapting the correct arguments.
Pascal.
In reply to: One search box for bbPress and WordPressHi,
First you could remove the bbPress search box : https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#5-remove-search-function-from-forums
Then for the global search, see if https://bbpress.org/forums/topic/plugin-snippet-hack-to-include-bbpress-topics-in-wordpress-search/ is usefulPascal.
In reply to: Forum designHi Naerean,
Start from this: https://codex.bbpress.org/themes/theme-compatibility/step-by-step-guide-to-creating-a-custom-bbpress-theme/
Pascal.Hi,
I have never tried, but if you are migrating to a new WordPress/bPress site, then I don’t see why this would not be possible. You just need some SQL skills to modify the DB after you inmport your users.
Pascal.In reply to: bbPress Breaks My SiteHi, seems like a conflict with another plugin or theme. Try deactivating all other plugins and switch to a standard theme, then reactive them one by one to see which one goes in conflict.
Pascal.In reply to: New posts even shown to members without permissionHi,
I have been using the widgets from bbP Private Groups for that (https://wordpress.org/plugins/bbp-private-groups/) and of course the groups.But there might be other plugins of course.
Pascal.In reply to: Content does not appear on Topic“bbPress doesn’t work”, but I see a lot of stuff on http://indonesianvillages.com/forums/ !
So you will have to detail more.
Pascal.In reply to: [New feature] View/Hit CountsIn reply to: [Resolved] Formatting subforum listsHi Bob,
If you want it the easy way, install my bbP Toolkit where you can change the separator to new line.
If you don’t feel in adding extra plugins, check item 1 on https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/
Pascal.