Forum Replies Created
-
In reply to: Max image width/height posted on forum
Thanks for pointing this out. I’ve raised a trac ticket
https://bbpress.trac.wordpress.org/ticket/2553
so a developer should pick this up at some stage
Thanks again
In reply to: Installed bbpress but not on Admin or Frontendyou mean one of the plugins?
when you work it out, you’ll probably need to contact the plugin author, but do come back with which one.
In reply to: Misunderstanding: buddypress groupforums usageSorry, I don’t run buddypress.
You might do better on the buddypress support forum
https://buddypress.org/support/
Have you tried
and there is also talk of
https://wordpress.org/plugins/private-bp-pages/
and what have you set visibility within bbp to be eg
https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ section 5
In reply to: Rename "Submit" buttonYou’d need to change a couple of templates
wp-content/plugins/bbpress/templates/default/bbpress/form-topic.php line 203
and
wp-content/plugins/bbpress/templates/default/bbpress/form-reply.php line 135
You do this by creating a directory under your theme called “bbpress” and copying these two files to there. Then modify the lines as you want, you’ll need to change the word ‘Submit’ in the following towards the end of the line to whatever you want.
<?php _e( ‘Submit’, ‘bbpress’ ); ?>
bbPress will then use these files instead
You could use a translate function, but Submit is such a widely used it might affect any submit on your site
In reply to: Change colorNo problem, glad you’re fixed !
In reply to: Links in postsI use the ‘restrict content’ plugin
In reply to: Forums, Topics, Replies – Migration Help!ok, so if you’re not miles down the redesign, I’d copy across your current site and then mod from there
see
https://codex.bbpress.org/creating-a-test-site/
for a lot of detail on this.
In reply to: Last post date-time instead of Freshness@sooskriszta Well you asked for it, so I have just written a plugin that gives date and time instead of freshness.
It will be uploaded to wordpress plugins in the next few days, but you can download immediately fromAny feedback appreciated !
In reply to: bbPress 2.5.3@sooskriszta Well you asked for it, so I have just written a plugin that gives date and time instead of freshness.
It will be uploaded to wordpress plugins in the next few days, but you can download immediately fromAny feedback appreciated !
In reply to: Change colorThat’s interesting because both topic and reply should both use the same class and styling to display (or not!) the avatar and name.
The code they are drawing from is around line 208 in bbpress.css
#bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
clear: left;
display: block;
}you could add
#bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
background-color : none !important ;
}in your style.css to this to see if it clears it.
Otherwise post a link to your url and I’ll take a closer look
In reply to: Change colorbut only on replies, not on the starting topic?
In reply to: Change colorok, it is not showing for admin, so is it happening
only on replies
only on stig usernameI need to work out when it is happening
In reply to: bbPress 2.5.3@ kwellafrica If you still have a problem, can you post it as a new topic, and I’ll pick it up
In reply to: Menu ErrorI 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