Forum Replies Created
-
In reply to: Media (image) Topic Below
happy to do this one last one
.post-content table, .comment-content table { clear: none; max-width: 70%; }
In reply to: Media (image) Topic Belowagain I need a link to look
In reply to: Post replies are going the full width of the pagenot a css problem, but a div one
the content should be contained like this
<div class="bbp-reply-content"> <p>dsfgdsfdf</p> </div>
but on your site you have
<div class="bbp-reply-content"> </div> </div> </li> <li></li> <p>There is a bill named by congress </p> etc.
so you are closing the content div and another div before your post content
not sure what you are doing – have you amended any templates?
or is your theme doing this – as a test try another theme to se if it persists
In reply to: Previous Viewed instead of Breadcrumbsand what do you want to go back to?
In reply to: Previous Viewed instead of Breadcrumbsyes it will if your page and forum slug match !
In reply to: Previous Viewed instead of Breadcrumbsno that doesn’t work, give me a moment !
In reply to: Previous Viewed instead of Breadcrumbsok, try
enable the root breadcrumb in
dashboard>settings>bbp style pack>breadcrumbs
so that you’ve disabled breadcrumb home and breadcrumb current
Then in custom css have
.bbp-breadcrumb-root::before { content: "Back to "; } .bbp-breadcrumb-forum { display : none ; }
In reply to: 404 Error as Page titleno problem, glad you are fixed !
In reply to: 404 Error as Page titleok, as a non logged in user, I can’t get 404 errors.
Can you give me a sequence that creates this.
In reply to: 404 Error as Page titleand presume that did nothing ?
In reply to: Reload page after logintry adding this to your theme’s functions file
add_filter( 'bbp_redirect_login', 'rew_ignore' ); function rew_ignore () { $url = '' ; return $url ; }
In reply to: Can’t delete forum overrun with spam1. talk to your service provider about increasing memory
2. do you know how many spam entries you have – eg 100’s 1000’s millions?
In reply to: 404 Error as Page titletry
dashboard>settings>permalinks and just click save
This resets the links and fixes 404 in most (but not all!) cases
bbpress 2.0.7 is very old, suggest you try 2.5.12 on your test site.
In reply to: 502 Error on all Replies and on Admin Replies Pageplease keep posting, as I am following your great work in trying to get to a definitive problem.
In reply to: Previous Viewed instead of Breadcrumbssimplest 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.