Forum Replies Created
-
In reply to: Menu Error
I don’t get to a forum on any of those links, presume you are still testing, so can’t answer the 401 message.
: http://propertycrowdz.com/forums/forum/rentals/ is the way bbPress shows the url.
There is some logic behind it, but it does annoy some people
The general index comes up as mysite.com/forums
but an individual forum is a forum called rentals hence forum/rentals that belongs to the forums index, hence forums/forum/rentals.You can turn this off – Dashboard>settings>forums go to forum root slug and uncheck the forum prefix.
Below that you can change the names, so for instance you can have “support” instead of forums if you want.
Come back if you still got a 401 error, and I’ll take a look.
In reply to: Create page template for forum indexyes!
section 8 shows you how to set up templates
In reply to: Change colorThis is an avatar or ‘gravatar’ Bbpress uses these. Google the term.
I presume that user stig has set his up to look like that !
In reply to: Loop ReditectCheck other plugins
Check 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.
Check themes
If plugins are not the cause, the it may be a theme issue. Switch to a default theme, such as twentytwelve, and test.
Once you have done this, come back if its still a problem.
In reply to: Forums, Topics, Replies – Migration Help!hmm, ok so hat didn’t work ! Will have a think
In reply to: Forums, Topics, Replies – Migration Help!If you’re just moving your bbpress site from one wordpress installation to another, then you don’t need to use migration (this is for forums of different types). Rather just use Dashboard>tools>export and select includes forums, topics and replies. and then Dashboard>tools>import on your new site.
In reply to: Installed bbpress but not on Admin or FrontendCheck other plugins
Check 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.
Check themes
If plugins are not the cause, the it may be a theme issue. Switch to a default theme, such as twentytwelve, and test.
In reply to: Freshness Date FormatI’ll take a look when I get a moment
In reply to: A Guide to bbPress🙂
One day I must write a “facebook” Like button for forum posts !
In reply to: [Theme: TwentyEleven] BBpress forum overlaps Sidebar‘The box fields are overlapping one of the widgets on my side menu’
Can you give us a url so that we can see the problem?‘The other thing I need to change the color of the box fields.’
This would be a css change – see https://codex.bbpress.org/bbpress-styling-crib/ and If what you want to do is not thee, come back and tell us which bit needs chnagingIn reply to: Forum Freshness Not Being Updated On Status ChangeI’d suggest you contact the plugin author on their support page
In reply to: Visual EditorGreat, glad you’re fixed
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 !