Forum Replies Created
-
In reply to: A Guide to bbPress
I have been adding to the documentation with a much longer step-by-step guide, much more still to add !
In reply to: no title in content-single-reply.phpGreat, glad you’re fixed !
In reply to: A Guide to bbPressNice guide !
In reply to: bbPress features?1. Can admin set forums as private – by invitation only?
2. A search function to search for topic and keyword?
it’s there
3. A notification can be set to follow certain topics e.g. network or mobile, therefore any of these topics posted, an email notification will be sent to me?
plugin bbp notify
4. Member can upload and download files?
gd-bbpress-attachments plugin
5. Is it mobile responsive?
yes
6. Member can create new topic
yes
7. Admin or assign moderator can accept or reject new users?
and
plugin bbpressmoderation
8. Can admin block certainly users? on users’ email or ip?
plugin wp-ban9. hosted on any share hosting provider? e.g. godaddy?
yes with any wordpress setupIn reply to: Forum Index expanding into sidebar.section 8
If you find the page template from the theme that has a sidebar, just follow then instructions above to rename it to bbpress.php and put it in the right directory
In reply to: no title in content-single-reply.phpThat wording is in form-reply – have you altered this?
In reply to: no title in content-single-reply.phpI think we’re going round in circles.
“The topic “title” is showing, it is “support”
The topic title shows above the breadcrumb, and yours resolves as
<h1 class=”entry-title”>Support</h1>
On my site this title is the topic (entry) title. so for example my site at the same point as your support title shows
<h1 class=”entry-title”>Feeding Oats.</h1>
where the topic is “Feeding Oats”
”Have you amended loop-single-reply?
In reply to: no title in content-single-reply.phpok, but replies don’t have a title in their own right, so the long version of the url which a user would get if they clicked on the reply is
Sorry if I am being stupid, but you would only get to your link if you have dashboard access.
In either event, what would you wish the url to look like?
In reply to: Do any of you allow users to upload photos?You’re welcome !
In reply to: no title in content-single-reply.phpSorry, there is a “title” within ‘content-single-reply.php’, so I had assumed that a topic called
‘no title in content-single-reply.php’ was referring to this 🙂The url is referring to the post number.
You set the format for this in permalinks
Dashboard>settings>permalinks and set it to ‘postname’
The name will then appear in the url
In reply to: move Username and IP to the right of the avatarok, thanks
In reply to: no title in content-single-reply.phpThe “title” is showing, it is “support”
The topic title shows above the breadcrumb, and yours resolves as
<h1 class=”entry-title”>Support</h1>
On my site this title is the topic (entry) title. so for example my site at the same point as your support title shows
<h1 class=”entry-title”>Feeding Oats.</h1>
where the topic is “Feeding Oats”
In reply to: Settings not saving in admin for new fields addedI’d download the plugin bbp notify to your pc, and crack that open. That plugin adds stuff to dashboard>settings>forums, so see how that one does it.
In reply to: Login screen in forum is goneYou see on the settings page that some are bold, indicating that they exist. Is forums.php bold?
I’d set the forum root to forums, and see if that fixes it.
In reply to: Is it that hard? WP Theme Selection DropdownTrae, thanks for coming back – we all have bad days 🙂
‘As far as sucky themes go, it’s really just my observation. I’m not trying to be cruel. I haven’t seen a truly amazing bbPress theme implementation that makes me go.. “HOLY COW, THIS IS AWESOME.” ‘
Just out of interest, can you let me have a url of a forum (any make!) that does make you go ‘holy cow’ or even “that looks nice” – I’m interested in what bbpress is missing.
In reply to: Login screen in forum is goneok, are you using bbpress wp tweaks?
And in Dashboard>settings>forums>forum root slug what is the forum root set to?
In reply to: Login screen in forum is gonecan you post a link to your url so that we can see?
In reply to: Settings not saving in admin for new fields addedI’m a bit of a newbie to this area, having just created my first settings page, so of this is irrelevant, please ignore !
The following talks about needing to register
https://codex.wordpress.org/Settings_API
eg “NOTE: You MUST register any options you use with add_settings_field() or they won’t be saved and updated automatically. ” – which seems to describe your problem
and
https://codex.wordpress.org/Function_Reference/register_setting
That may not be necessary as you’re adding it as a filter??
anyway my code cribbed from elsewhere looked like
// register the plugin settings function ui_register_settings() { // create whitelist of options register_setting( 'ui_settings_group', 'ui_settings' ); } //call register settings function add_action( 'admin_init', 'ui_register_settings' );where ui_settings was my array.
In reply to: BBPress is not showing up on dashboardCheck that no other plugins are affecting this.
Turn off all other plugins, and see if that fixes the problem. If the problem is resolved, add back one at a time to see which is causing the conflict.
In reply to: move Username and IP to the right of the avatarGreat, glad you’re sorted.
If you’ve fixed it, would you like to post what you did here, it might help someone searching for a similar fix going forward 🙂
In reply to: move Username and IP to the right of the avatarYou’ll be needing to modify
wp-content/plugins/bbpress/templates/default/bbpress/loop-single-topic.php
more spam
No problem !
In reply to: Removing "Started by:"great – glad you’re fixed
In reply to: Links and avatars moves to right sideGreat – glad you’re fixed