Reply To: Add Text Above Forum on Main Page
Hepdoll, I’m in the same boat. From looking at your linked site, it seems like you must have found a solution. Is it documented somewhere? Would very much appreciate any pointers you can provide.
View ArticleReply To: Edit the bbPress login widget
Try the following //adds login/logout to menu //filter to add login/logout to menu add_filter( 'wp_nav_menu_items', 'my_nav_menu_login_link' ); function my_nav_menu_login_link($menu) { //uncomment the...
View ArticleReply To: Add Text Above Forum on Main Page
@cbsy lots of ways to achieve this – two below 1. Look in Dashboard>settings>forums>Forum Root slug, and see what ‘forum root’ is set to The create a page with this name on it – so title the...
View ArticleReply To: Add Text Above Forum on Main Page
Thanks for the quick reply! I will give that a shot.
View ArticleReply To: Increasing Avatar Size on Forum Index
@supremor please dont bump topics this old , just make a new topic ILL be there to help you out.
View ArticleCategory Tree
In have 5 forums under a category; is there a way to make the appear in a tree-like manner, the same as most forums? I’m not sure if there’s an easy way to do this or if it’s theme-related. Thank you...
View ArticleReply To: Add Text Above Forum on Main Page
Hi ! hepdoll said (some times ago) that she couldn’t find page-front-forums.php file. I like bbPress, also Markdown Editor I’m using (WP plugin named : “WP-Markdown”, produced by Stephen Harris, as I...
View ArticleReply To: Category Tree
download this .zip , extract the file loop-forums.php and copy it into a folder called bbpress in your child theme https://github.com/robkk/bbPress-Hierarchical-Forum-and-Category-Layout more on...
View ArticleReply To: Add Text Above Forum on Main Page
@julianms so your issue is its hard to customize the Markdown plugin?? and you tried to see if you could customize it in the bbPress templates?? and you want to use Latex language in bbPress , i can...
View ArticleReply To: Category Tree
Alright, I’ve acquired the file you mentioned. How to I upload this into wordpress? I don’t see a file/folder structure in there anywhere. Thanks!
View ArticleReply To: Category Tree
in your child theme create a folder called bbpress (unless you already have one) use FTP by using software like Filezilla on your CPU or upload the file in the bbpress folder in your hosts file...
View ArticleFirst Reply layout problem
Fresh install of the latest bbpress and wordpress 4.1 – theme powermag 1.8.0 When someone posts, the first post layout is fine. Any reply after though, the avatar and name is at the bottom of the...
View ArticleOriginal CSS file or Modified
I was trying to change the CSS file to make the font more readable on my forums. I messed up the file and lost my original. Could someone post some code I could copy that is either the original...
View ArticleForum Navigation bar on top?
Somehow I missed, or made an error, but I do not see a navigation bar on top off my bbpress forum. Only “search” so when I enter a forum, or topic, or place a new topic, the user has no idea where he...
View ArticleReply To: Forum Navigation bar on top?
are you talking about breadcrumbs?? if so see if your theme author can help bring those back because bbPress displays this by default in a unmodified theme.
View ArticleReply To: Original CSS file or Modified
you could download bbPress on your computer from the WordPress repository and open the bbpress.css file in a text editor like notepad++ to see what the original file looks like.
View ArticleReply To: First Reply layout problem
this looks fine on my end is your issue resolved already?? if its not reply back.
View ArticleReply To: Forum Navigation bar on top?
You are right with a different them its OK. I think I messed this up myself. Thanks anyway
View Article