Search Results for 'code'
-
Search Results
-
Hi guys.
This is the first time I have tried to get bbPress working and I can’t get this combination to show the actual Forums or Topics although it does work on on this website http://www.essentialoils.coop/community when I switch the theme to bbPress (Twenty Ten).
If I use [bbp-forum-index] on a page or even just the bbP native URLs it will show my entire forum index, but when I click on any forum, I just get a blank page from the Pixel Theme Studio’s “Zen Theme”.
So far I have created a new directory within my theme root called ‘bbpress’ and copied the files from bbPress/bbp-theme-compat/bbpress/ to this new directory. I have also moved the root files out of /bbpress/extras into the root of my theme. Plus I have added
add_theme_support('bbpress');to my functions.php, but still nothing.My theme just seems to see the page at http://www.essentialoils.coop/community as an un-ordered list.
What did I do wrong? What haven’t I done? What is it that Zen Theme needs to make it work with bbPress?
Any help at all would be much appreciated.
Hello,
I’m using the standalone bbpress 1.1. I want to make a little modification to hide the thread replies from the non-logged users. So, the non-logged users can see only the very first post but can not see the replies to the topic. How can I do that?
I tried to remove following from the topic.php file in the theme, but it removes the first post as well. I’ll appreciate any help.
Code:<?php foreach ($posts as $bb_post) : $del_class = post_del_class(); ?>
<li id=”post-<?php post_id(); ?>”<?php alt_class(‘post’, $del_class); ?>>
<?php bb_post_template(); ?><?php endforeach; ?>
Topic: bbpress breaks my permalinks
I have a WordPress (v 3.4.1) site with a custom theme. I have my permalinks set to %postname% and my navigation is hard coded with relative urls (
<a href="about">About</a>)I have installed bbpress (v 2.0.3) and everything works great until I try to leave the forum page. From the forum page, when I click on any link in the nav, it adds /forum to all my urls resulting in a 404 error.
In the bbpress settings I have unchecked the “Prefix your forum area with the Forum Base slug (Recommended)” option, and that did not fix it.
Any help would be appreciated as this site is due to a client by the end of today and I don’t want to use a different Forum plugin.
I already have Buddypress installed on my wordpress theme. After I install bbpress, I can’t access my dashboard anymore. When I click on dashboard I get this message:
Server error
The website encountered an error while retrieving http://www.
. It may be down for maintenance or configured incorrectly.How do I fix this?!
