Forum Replies Created
-
In reply to: Buddypress activity ID’s
I see you’ve also posted in the buddypress suppprt forum, and hopefully you’ll get help from there
In reply to: Creating Private Topicshmm, just been thinking about this.
Displaying topics and replies would require some filters, but stopping widgets/searches etc. from picking up these topics would require much more.
In effect it would be my private groups plugin re-written to topic level.
Lots of code I think, and beyond time I currently have available.
In reply to: Creating Private Topicsok, and can user publish replies to his own topics?
In reply to: Change quotes appearance?ok, that is a bit like asking me how to open your car’s hood – it’s fine to tell me that you have a Nissan Navara, but since I don’t have one I don’t know how your car does that !!
Since your theme is paid, I can’t look, so the following is a guess
I would suggest you theme has a setting in css like :
blockquote::before { color: #ccc; content: open-quote; font-size: 4em; line-height: 0; margin-right: 15px; vertical-align: -0.5em; }so you could reduce the font-size to say 2em.
In reply to: bspstyle.css not foundThanks for your post, and your kind comments.
I am glad that you found a fix for your problem.
There are many reasons why the bspstyle.css can have issues, a few relate to caching software trying to combine my css, some are theme related and some server issues.
Anyone coming across this thread who has issues, please do post on my plugins support page
In reply to: New Users Can’t Postso can users respond to non admin posts?
In reply to: Change the default “Search the Forum” textthe box doesn’t say ‘Search the Forum’ by default.
If this is the widget in a sidebar, then you can change the title yourself
In reply to: Change quotes appearance?I think it’s theme related – can you post a link to an example and I can see what is setting it
In reply to: Topics not appearing in forumjust re-read you first post “I’ve tried looking at it with the twenty fourteen theme, and the topics to in fact show up” so it is a theme issue.
What theme are you using?
In reply to: Topics not appearing in forumIt could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: White font on white background problem…great – glad you are fixed !
In reply to: Topics not appearing in forumIn reply to: Creating Private Topicsno it won’t help
so you will have
several forums
registered users
forums only seen by registered users
in each forum, a user can only see topics topics created bv himself
presumably he will see replies to those topics created by moderators/admins?
so moderators/admins able to see all topics and respond?In reply to: if deactivated, will content be saved.are you using askimet?
In reply to: Creating Private Topicsso is this just a specific topic or topics you are trying to hide?
and when you say ‘access’ do you mead read?
I’d suggest you look at my private groups plugin, just set all the forums you need to to a group, and all the ‘normal’ users to this group, and they will see these.
Don’t set the category of user to this group, and they won’t see posts from these forums
In reply to: Specific Moderator per forum?I can set a single moderator per forum, but can’t seem to set several
tried
user1that worked
but
user1, user2doesn’t
nor does
user 1 user2any ideas?
Try
dashboard>settings>permalinks and just click save – this will reset them
In reply to: Manually delete postsI just added bbpress options to the wp-mass delete plugin. If you install it you can see what settings it has and whether it will suit you
In reply to: Manually delete postsI altered wp-mass delete to allow bbpress options
USE WITH CARE and backup your database first !!! I take no responsibility for this !
In reply to: White font on white background problem…ok, just taken a look.
Your theme has
#commentform #submit, .reply, #reply-title small { background-color: #025a7e; color: #ffffff; } in your theme's css. try putting this in either the css custom area of your theme if it has one, or in the custom css part of my style pack plugin .reply { color: #000000 !important; }In reply to: White font on white background problem…if you are happy with css codes then
Otherwise the bbp style pack will let you change it, and much else besides
In reply to: Sort topics in a Forumyes, install my bbp style pack and go to
dashboard>settings>bbp style pack>Topic Order
where you van set a default order, and then another order for specific forum(s)
In reply to: Forum Headersno coding, just settings.
In reply to: Forum Headersnot exactly what you are after, but you can have a featured image before the forum names using my style pack plugin
https://wordpress.org/plugins/bbp-style-pack/
dashboard>settings>bbp style pack>forum Display>item 10
In reply to: How can I define the status of sub-forum ?ok, I see from another thread that you are also using memberpress – is that correct?