Forum Replies Created
-
Yes sure, that could help. We had decided once that we want user registrations as quick and easy as possible. Earlier we even allowed anonymous comments but of course, that generated too much spam in forums and comments.
Maybe I will try a captcha on the registrations page. We had Google ReCaptcha once, but can not use it any more because it does not comply with EU-GDPR.If we could filter all “subscriber” users who have not published any comment or forum post, that would probably list exactly all of those kind of spammers, as well as “dead” users who can be deleted too. I am working on that.
Hello admin, I guess I should not have added “spam” as topic tag. Also I can not remove the tag or delete this post. I already repostet my request, which deals with spam but is not spam. You can delete this one here.
In reply to: PHP 7.1 Fatal ErrorI got the same error with bbPres 2.5.13 when I switched from PHP 7.0 to 7.1 (and HTTP error 500 on the forum page).
Afaik this problem is fixed in bbPress 2.6. My advice: Switch back to PHP 7.0 until the update for bbPress has arrived.In reply to: HTTP ERROR 500Yes, I got the same error when switching from PHP 7.0 to 7.1 – ifaik this problem is fixed in bbPress 2.6. My advice: Switch back to PHP 7.0 until the update for bbPress has arrived.
In reply to: Forum overlapped by sidebar, width problemYes, I added CSS code to change the width of two rows of the forum index:
li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count { float: left; text-align: center; width: 12%; } li.bbp-forum-freshness, li.bbp-topic-freshness { text-align: center; float: left; width: 20%; }
And also this, because the topic display was to wide too:
.bbp-reply-content p { width : 580px !important ; }
Maybe I could fix the problem here by also setting the width to 580px for the edit field, but I have no clue how.
In reply to: Forum overlapped by sidebar, width problemHi Robkk, no I did not create a bbpress.php, nor did I make any other changes than shown in the other thread – I added some definitions to the css of our theme, to adjust the width problem at forums list and at topic (content) display.
I guess, now I could either fix also the width of the editor area individually and hopefully then I’m done (but how?), or try to find the cause of the problem between bbPress and our theme.
Which is a mod of the free “Quark” theme https://wordpress.org/themes/quark/ …
In reply to: Forum overlapped by sidebar, width problemThe old post: https://bbpress.org/forums/topic/change-forum-width-and-row-widths-in-archive-list/
“Change forum width and row widths in archive list”In reply to: Change forum width and row widths in archive listOhh unfortunately it is not fully fixed yet 🙁 the “send” button of the compose form is always partly hidden by the our sidebar on the right. It’s different with various browsers: more or less hidden.
On the screenshot you see that the send button just is “se”, the rest is hidden.
Live here:
http://hanfjournal.de/forum/bereich/fun-talk/test-forum/ (but you need to login)
Note: The German translation for “send” is “senden”, so if you see “send” there are still 2 letters missing.In reply to: Change forum width and row widths in archive listI added this to my child theme’s css and now it’s looking fine (before the count width was 10%, freshness width was 22%):
li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
float: left;
text-align: center;
width: 12%;
}li.bbp-forum-freshness,
li.bbp-topic-freshness {
text-align: center;
float: left;
width: 20%;
}In reply to: Change forum width and row widths in archive listPictures don’t work? And I can not edit. Here are plain links, sorry. 🙂
In reply to: Change forum width and row widths in archive listThanks a lot! That helped immediately with the hidden text.
But the other problems persist. I made two screenshots. The first will show the wrapped letters at “Stimmen” and “Beiträge”:
The other shows a minor problem at topic display:
PS: I tested this with both browsers, Firefox and Chrome.