Forum Replies Created
-
not sure I can help, but tell me how you would ‘apply a style to a single forum/category’ and I’ll see if I can think of how to take that wider
In reply to: Links in postsIn reply to: Forum Freshnesscan you give a link to an example of each?
In reply to: Shopp and bbPress ConflictWhilst much of this link is blanked out, it does seem to indicate a problem with conflicting page templates.
What I’d suggest you do is create a page template for your bbpress so that it only uses that one, leaving shop to use whatever template it is using.
https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ part 8
You don’t say what theme you are using – and in fact it could be the theme’s page template that is causing the issue.
But let’s suggest for a starter that you look in your theme, and copy then rename it’s default page template as per part 8 above.
If you need further help doing that, or it doesn’t work, come back
Drop the following into your theme’s css
#bbpress-forums .status-closed, #bbpress-forums .status-closed a {color: #000 !important;}
Come back if you need further help doing that.
In reply to: Upload image from computerThere are several plugins eg
https://wordpress.org/plugins/gd-bbpress-attachments/
The bbpress philosophy is “We’re keeping things as small and light as possible while still allowing for great add-on features through WordPress’s extensive plugin system. What does all that mean? bbPress is lean, mean, and ready to take on any job you throw at it.”
So it’s not in the core because you then have the option of adding a plugin.
In reply to: No toolbar availablenot quite sure what you mean, but have a look at
and if you still have a problem, come back
In reply to: Forum Index expanding into sidebar.ok, since you have a paid theme, you should have paid support.
Contact the theme support site for advice.
In essence I think you want to display the forum with a sidebar on your theme, and just need to know what page template you need to use.
The as per Section 8 above copy and put this into a bbpress folder.
Come back if the theme support has queries, but they should be familiar with bbpress.
In reply to: Help – Multiple Profile TrollsIn reply to: no text editor, just a blank box.You would paste that code into your theme’s function file.
If you do not have a child theme you should consider creating one, just google “wordpress child theme video” and you’ll find lots of help. You’d then put this code into that theme’s function file.
If you put it in the main theme (or indeed bbpress) it will be overwriten by any upgrades to those.
In reply to: Titles – RolesDo you mean generic titles, or ones specific to a user?
if specific each user would have a label eg ‘beginner’, and would these roles be permanent to that use, or change?
and if generic, do you want to give these existing role capabilities eg role ‘hero’ has ‘keymaster’ capabilities.
Or do you just want to rename the existing roles eg change ‘keymaster’ to ‘administrator’
Come back and explain a bit more about what you’re trying to achieve, and I’ll see if I can help further.
In reply to: A Guide to bbPressI 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.