Forum Replies Created
-
In reply to: Specify New Registration Request Email Recipient
Wrong tag…
In reply to: Specify New Registration Request Email RecipientHi,
That seems like a pure WordPress question, not really for bbPress.
But have a look at this: http://wordpress.stackexchange.com/questions/15304/how-to-change-the-default-registration-email-plugin-and-or-non-pluginPascal.
In reply to: Excluding Forums from Recent Topics WidgetBut… you wanted to limit to some forums, no ?
So let’s say you only want to show 5 topics from forums 10, 11 and 12, then you would put:
[bbp-display-topic-index show='5' forum='10,11,12']
Pascal.
In reply to: where to put bbpress.css in child-themeThe link is: https://codex.bbpress.org/custom-capabilities/
Better to post a new topic for a new question with a specific title, so others can find it in the search …
Pascal.
In reply to: Forum RSS Feed excluding repliesHi,
I remember an issue with groups… If I ‘transform’ your forum to the original structure (/forums/forum), then I THINK/HOPE this is what you look for:http://nexus.universaltheosophy.com/forums/forum/key-concepts-study-group/feed/?type=topic
Let me know,
Pascal.In reply to: How to disable participants in creating topic?Hi,
The plugin works fine, but on standard bbPress forums. Do use buddypress groups ?
Pascal.In reply to: meta title on user’s profile page don’t showIf it used to work before, then try to disable recently installed or upgraded plugins and eventually try a standard plugin.
If that doesn’t work, post a link here so we can have a further look.Pascal.
In reply to: Create new topic via emailHi,
This comes back every 6 months 🙂
This thread can maybe help you out: https://bbpress.org/forums/topic/reply-to-post-from-email/
Pascal.Hi,
You seem to refer to BuddyPress, this here is the bbPress forum… So it’s probably better to ask on the BuddyPress forum 🙂
Pascal.In reply to: Excluding Forums from Recent Topics WidgetHi,
Is this want you are looking for : http://www.rewweb.co.uk/bbpress-additional-shortcodes/ from @robin-w
It’s INcluding, not EXcluding …
Pascal.
In reply to: “Duplicate reply detected” messageHi,
Just some ideas:
Do you have Jetpack Protect ?
Do you have any security plugins (like all-in-one or other) ? Then please deactivate to test.
Did you change ‘Settings > Forums > Throttle posting every’ to something else then ’10’ ? As a test, if you put it to 0 and save ?
Do you use any membership plugin ?
Is the time of your server correct (Check the time when you post something) ?Pascal.
In reply to: Where to register?Hi,
Can this help ? https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/#6-automatic-vs-manual-registration
Pascal.In reply to: Change Breadcrumb url linkAdri, great thing !
Thanks for the research and posting back here.Pascal.
In reply to: Change type root forums pageHi,
I suppose you mean that you want to change the default page that you get when going on /forums ?
If so, just create a page in WordPress and change the slug to ‘forums’, then put anything you want in that page.The standard page shown when going on /forums is content-archive-forum.php.
You can customize all templates if you want, just read some pages of the bbPress Codex: https://codex.bbpress.org/themes/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/
Pascal.
In reply to: Forum imagesHi,
In my ‘bbPress Toolkit’ plugin I have basic ‘featured image’ possibilities. Have a try…
Pascal.
In reply to: Styling search bar & forum titleTo remove the ‘Forums’ title, you could do some CSS:
.forum-archive h1 { display: none; }
Pascal.
In reply to: Confirmation of comments and topicsHi,
Forum moderation is being reviewed and improved a lot for future versions of bbPress. For now there is standard moderation and blacklisting as described here: https://codex.bbpress.org/moderation-and-blacklisting/
The above mentioned plugin is the only one that I found when I looked at it in the last months. Please note that it has a small bug with saving topic subscriptions from user before their post is approved, so the user might have to re-subscribe from the checkbox during the reply.
Pascal.
In reply to: Oh bother! feedback-no-repliesHmmm, I’m getting the ‘Oops’ page, not the ‘Oh Bother’ … So that’s the 404 page.
If your forums are private, check if my replies here help: https://bbpress.org/forums/topic/setup-login-for-private-forum/
EDIT: Thanks for the coffee !!!
Pascal.In reply to: Cant see Forum SettingsAs Robin indicated, this is somewhere a conflict with a plugin or a theme.
But I see your forums: http://www.finalfantasyrpg.com.br/forums/
So I suppose that you found/wp-admin/edit.php?post_type=forum
?Pascal.
In reply to: Oh bother! feedback-no-repliesOkay, maybe this then:
CSS:
.bbp-search-form { display:none !important; }
Also check the option called ‘Search’ in your dashboard: ‘Settings > Forums > Forum Features’
Pascal.
In reply to: Oh bother! feedback-no-repliesHi,
Never edit bbpress templates directly in the bbpress folder, otherwise you will loose your changes when bbPress updates.
There are several ways that I know of, but the most easy one would probably be by installing my ‘bbP Toolkit’ plugin.Or you play with CSS yourself:
.bbp-template-notice { display: none; } .bbp-template-notice.info, .bbp-template-notice.error, .bbp-template-notice.important, .bbp-template-notice.warning { display: block; }
Not that also other similar messages will disappear with the above.
And if you want to modify bbPress files, please check the codex (https://codex.bbpress.org/themes/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/) and/or create a child theme
Pascal.Glad you found it yourself 🙂
Pascal.
In reply to: Deleting topics and postsDid you try to delete it from the backend ? So in your dashboard > Topics ?
What error message did you get ?Pascal.
In reply to: Deleting topics and postsIs it really deleted or in trash ?
Did you try the ‘Tools > Forums > Repair’ from your dashboard and recalculate ?Pascal.
In reply to: Topic answer – proble with font alingmentHi Kostas,
Under ‘Appearance’ you will probably find ‘Editor’ or something where you can add extra CSS.
Pascal.