Forum Replies Created
-
In reply to: Renaming table label in Topic List
Small corrections:
The users have created sub fora, not topics. So what remains is that Forums, that contain topics are being called “Categories” instead of (Sub-)Forum. If that was somehow cleanly achievable.thanks
..and same applies for scripts in line 245 (after code above was inserted)
Temp fix as we don’t know if we get a fix any time soon:
file: /wp-content/plugins/bbpress/includes/core/template-functions.php at 173, INSERT //Temp fix $located = str_replace( "//", "", $located ); $located = substr($located, strpos($located, "/")); before: // Enqueue the style
In reply to: bbPress 2.5.1 is out!John, why is WordPress.org more up2date with rev 2.5.1 than https://bbpress.org/download/ still stuck in 2.4 and 2.5 beta/dev?
I am confused…In reply to: Subscribe to forum linkok, here my latest uüdates to custom CSS field of my theme:
#bbpress-forums > #subscription-toggle{ float:right; } #bbpress-forums div.bbp-reply-content a.subscription-toggle, #subscription-toggle a{ font-weight:bold; padding: 0 2px 0 2px; border: 1px solid navy; background-color: white; } #bbpress-forums div.bbp-reply-content .is-subscribed a.subscription-toggle, #subscription-toggle .is-subscribed a.subscription-toggle{ background-color: #FFE000; }
In reply to: Subscribe to forum linkFunny, exactly what I ended up doing. Okay, I afterwards garnished the visibility a bit more:
#subscription-toggle a { font-weight: bold; padding: 0 2px 0 2px; border: 1px solid navy; background-color: white; }
Two mind, good idea – thanks for replying 😉
In reply to: Subscribe to forum linkI agree, the location is so hidden, I would have not found it without you.
Can bbPress make this link more prominent and better located?Thanks
I try to adderss this by CSS for now, but css class is same everywhere, so need to think clever ,-)
In reply to: bbPress on Multisite without top menuUrgh…..by default the Screen Options swallow the forum bars and you need to activate them manually.
A slim bar could be activated by default, so that is my suggestion for a default setting in upcoming releases.Close it