Forum Replies Created
-
In reply to: Close Options menu on second click/tap
Hello,
Having some caching and other related errors on the site today, I will get back here soon, I have not forgotten.Thanks.
In reply to: Close Options menu on second click/tapHello,
All phones, so even up to 488px.Thanks.
In reply to: Post/Reply text runs over date bar on mobileHello,
OK, was not all the way fixed, but I was able to get it there.@media screen and (max-width:480px) { .bbp-reply-author { float: none !important; clear: both; margin-left: 0px !important; } }
In reply to: Post/Reply text runs over date bar on mobileHello,
I guess it was the !important rule tripping me up, I tried restricting it to desktop devices only and that still did not fix it. I worked with WPMU DEV a little more to come up with this which has seemed to fix it. Why I do not know, all I know is that it is fixed now.@media screen and (max-width:480px) { .bbp-reply-author { float: none; clear: both; } }
Thanks.
In reply to: on to date barCertain breakpoints push post textPlease ignore, title is wrong, no one can seem to understand.
In reply to: on to date barCertain breakpoints push post textHello,
Sorry last reply. I just deactivated all plugins and made sure none of them were effecting anything. It must be a CSS problem. Can you please take a look? I tried playing with the CSS, but could not get it back to normal.Thanks again.
In reply to: Moving Topic Edit Logs below SignatureJust ignore this, to much work.
In reply to: on to date barCertain breakpoints push post textHello,
Sorry the title was not supposed to come out like that. As you can see in the image, the text is cutting over the date bar and overlapping it. Could a plugin be the cause of this? Anyone have any ideas?Thanks.
In reply to: Moving Topic Edit Logs below SignatureYes, it is a requirement for me to show who edited their post last.
In reply to: Moving Topic Edit Logs below SignatureHello,
I have some more interesting information. If I close a topic, the first post the rivision logs are not under the signature but when it is open, it is. Replies are untouched. Is this because there are divs here that are not targeted?Thanks, sorry for so many replies all ready.
In reply to: Moving Topic Edit Logs below SignatureHello,
I could not figure out how to edit posts, but I just had this ticket made public so you all can see what we have tried with WPMU DEV.
https://premium.wpmudev.org/forums/topic/move-last-edit-time-below-bbpress-signature#post-1047054Thanks again.
In reply to: How to hide a user IPHello,
If it is the IP address you want to hide, instead use this CSS code.span.bbp-author-ip { display: none; }
Please let us know if we can help you with anything else. 🙂
In reply to: How to hide a user IPHello,
Please use this CSS code.#bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name { display: none; }
Please let me know if this worked for you.
In reply to: Creating options sub menu@robkk,
Did you ever get this working?Yes it would, BBPress could be so much better, if a few more basic features were added to it.
Cool, I am already using BuddyPress, thanks anyway.
Thanks.
Any suggestions? Or is BuddyPress my only option.
Hello,
Would it be possible to take the code that adds this functionality in with BuddyPress, create a separate plugin, and then make it work for BBPress? I can’t believe a forum software does not have this built in.Thanks 🙂
In reply to: Creating options sub menuLooking at the topic above, it seems impossible. I don’t even know where to start with all this custom coding stuff. It does not look like there was a solution either.
Thanks anyway 🙁
In reply to: Creating options sub menuThanks, will check it out.