Forum Replies Created
-
In reply to: Previous Viewed instead of Breadcrumbs
simplest way is to install my style pack
https://wordpress.org/plugins/bbp-style-pack/
navigate to
dashboard>settings>bbp style pack>breadcrumbs
disable breadcrumb home, breadcrumb Root, and breadcrumb current
This just leaves the ‘previous’ showing
then put this into the custom css tab of my plugin
.bbp-breadcrumb-forum::before { content: "Back to "; }
The breadcrumb will then become ‘back to xx’ with xx being whatever they came from
In reply to: bbpress notify and role scoper integrationI’d suggest you use my private groups plugin to restrict access to the forums, and Pascal’s toolkit to auto subscribe users to the forums
In reply to: Media (image) Topic Belowgreat – glad you are fixed !
In reply to: Media (image) Topic Belowput this into your custom css
#bbpress-forums div.bbp-topic-content img, #bbpress-forums div.bbp-reply-content img { max-width: 70%; }
In reply to: Media (image) Topic BelowI now need a link to the topic in question, so that I can inpsect how it is being treated by a browser
Very nice looking site !
In reply to: Media (image) Topic Belowlink to your site and this page needed
can you explain a bit more
does the post come up as anonymous?
Is the ‘user number that is no longer active ‘ still a current user in the database?
In reply to: Hidden Replies in Forum Topicgreat – glad you’re fixed
In reply to: Email notificationsemail can be very complicated to debug.
I’d try
setting up a new user with an email address you have access to (and isn’t currently in the site)
Test to ensure it is working – you then have working user with working email. Change this email address to anything such as abc@def.comThen take a user who you know is not working, and change their email address to the working one above
Then change the new user above to the not working emailThen you can see if the issue is with the email address or with the user and fault find from there.
In reply to: Complicated membership solutionsorry can you confirm that
post = create topics
comment = create repliesIf so then use my private groups plugin
https://wordpress.org/plugins/bbp-private-groups/
and enable group topic permissions
then you can set up membership 2 to be able to create/edit topics and replies and membership 1 only to be create/edit replies
that’s as close as I can get you without specific coding to stop membership 2 being able to reply on other topics.
That is doable but beyond free help !
In reply to: Hidden Replies in Forum Topicvisitors, spectators and participants don’t see the ‘hidden’
They are only seen by moderators and keymasters, as this allows them to either restore or permanently delete a reply.
If you click the ‘+x hidden’ then the topic will display with the hidden ones showing.
This is useful for instance where a moderator might trash a reply so that it doesn’t show, pending a discussion with another moderator and then they can decide whether to restore or permanently delete the reply.
In reply to: bp activity filter optionspresume you’ve also logged this in the Buddypress support forums, as it is more their side
so how would you choose related topics?
In reply to: bbpress notify and role scoper integrationno idea what role scoper does, but notify just notifies a level so will ignore whatever you are doing with role scoper.
you will need to provide a little more in terms of what you are trying to achieve if we are to help
In reply to: Blank bbPress forum pagesgreat – glad you are fixed !
In reply to: Blank bbPress forum pageshave you just fixed your problem?
Just accessed and it went from 0 to having topics as I was looking !
In reply to: New Users Auto Subscribe to One Forumno problem, glad you are fixed !
In reply to: New Users Auto Subscribe to One ForumPsacal’s bbp toolkit does that
In reply to: bbpress topics for posts pluginNot totally sure what you are trying to achieve as I’ve not used this plugin but in
wp-content/themes/flex-mag/style.css
line 3779 has
#comments { display: none; float: left; font-size: 0.8rem; line-height: 120%; margin-top: 30px; overflow: hidden; width: 100%; }
try setting display to visible
you could do this by adding
#comments { display: visible !important; }
to the custom css tag in my style pack plugin that you have loaded
use the private groups plugiun in addition to bbpress
In reply to: 500: post_status no array2.5.13 will apparently be release shortly that will fix this.
In reply to: Auto Role not workinggreat – glad you’re fixed
In reply to: 502 Error on all Replies and on Admin Replies Pageok, thanks – please do come back whatever, so that we can help others
In reply to: Search only topics not forum / repliesgreat – glad you are fixed !
In reply to: API for bbPress forum?Not sure it will be the solution you are after, but try the private groups plugin, which will let you set up different levels of access