Reply To: how can I Remove topic stater's Avatar from Topic View index?
Hello, I would like to remove or modify the Topic starter’s avatar from the forum topic view index pages. this screenshot shows how it currently looks...
View ArticleReply To: Very simple question — changing font size
Thank you crzyhrse, your code was very helpful! Took a little bit of picking and choosing and adding an !important here and there but my site is looking much better!!!
View ArticleNeed help formatting my forums to display differently
Hi, I just got my website installed yesterday and am in the process of setting up my forums. The issue I’ve ran into is that the sub-forums are not displaying the way I want them to. Currently they...
View ArticleReply To: Need help formatting my forums to display differently
download the .zip then copy the file loop-forums.php into a folder that should be in your child theme called bbpress https://github.com/robkk/bbPress-Hierarchical-Forum-and-Category-Layout
View ArticleReply To: Need help formatting my forums to display differently
same problem with me my Careot help me thanks
View ArticleReply To: Need help formatting my forums to display differently
@robkk Thank you for that file! Now where do I paste it? I’m pretty sure I need to access my cPanel and then navigate to my file manager, correct? I’ve tried looking through my folders there last...
View ArticleReply To: Need help formatting my forums to display differently
The easiest way is to do a custom CSS. make a child theme first i recomend this plug in “Child theme configuration” Down load the zip file once you chose your settgings. upload the child theme through...
View ArticleReply To: Need help formatting my forums to display differently
@skisma you create a folder named bbpress in the root of your theme and put the file there. heres more info https://codex.bbpress.org/theme-compatibility/ first create a new forum but change the type...
View ArticleReply To: Need help formatting my forums to display differently
Thank you guys for helping me out with this! I set up the bbpress folder within my theme and added the file to it, it worked like a charm!
View ArticleChanging Editor to full TinyMCE – Problems with textarea
Hello everyone, I am trying to change the tinymce toolbar for the forum (reply & topic). To do so I added this code to the form-reply.php and the same (just different context) for form-topic.php:...
View ArticleReply To: How to add "View Who's Online" and "View...
@alexiousrahl Do you have a way to find out the link to the website in the example image you provided? Whoever owns that site clearly knows how to set it up.
View ArticleReply To: How to add "View Who's Online" and "View...
It looks like its a second footer widget area. I would edit the footer file in your child theme to do this and then inline custom css to take care of it. you would need to reference...
View ArticleReply To: How to add "View Who's Online" and "View...
I guess I should have tested that code before I posted it. This gets it in the footer but I cant seem to get the blue bullets this way (although they are there) I even tried placing the tag first just...
View ArticleReply To: Changing Editor to full TinyMCE – Problems with textarea
Okay, I did install a complete fresh wordpress with only bbpress. Then I added function bbp_enable_visual_editor( $args = array() ) { $args['tinymce'] = true; return $args; } add_filter(...
View ArticleReply To: How to add "View Who's Online" and "View...
Try to use a plugin, search for ” statistics plugin or who’s online plugin ” or use this new short code : [bbp-statistics] . You welcome!
View ArticleReply To: How to add "View Who's Online" and "View...
@jmodine thanks for help man! Please let me know if you come up with something better. I’ll try this out and see what happens, any chance you can attach a screenshot of what the end result looks like?...
View ArticleRemove Separator
My question is simple, but for the life of me I cannot find the answer. I am creating my own theme from scratch. Currently I’m working on bbPress integration. So far everything is going well; however,...
View ArticleReply To: Remove Separator
quick reply as I’m on my way out, so untested, but put the following in your functions file function remove_sep ($args) { $args['before' ] = '' ; Return $args ; } add_filter...
View ArticleReply To: How to add "View Who's Online" and "View...
@skisma i think that was just a mockup from this website in the link below and the author of this topic just stumbled upon it....
View Article