Search Results for 'code'
-
Search Results
-
Topic: how to delete posts?
i saw in the “how to delete a forum?” thread that it has to be done from the backed db, is a post similar? i had expected to see this option in the admin, or an option on the post itself, but i’m not sure if this option isn’t available, or if something is wrong with my install
thanks
and let me just add i am so happy bbpress is ready to roll
Topic: Private forum?
Everything is said in the title.
I don’t see this option in the current version. Is it a future feature, or must it be done via a plug-in?
Topic: Profile Page Layout
I think it needs to use tables for the User Activity sections.
I say this because there’s a lot of redundant text:
You last replied:
/User last replied:
/Most recent reply:
and it is confusing to look at.
Topic: Plugin Requests
Topic: Using WP template tags
Can I use my own WP template tags (or functions) into the bb templates?
I tried to add
require_once('http://www.mydomain.com/wp-config.php');
into the config.php file, but don’t work.If I add
require_once('../wp-config.php');
, it works, but crash the bb-admin panel.Can anyone help me?
Topic: Can’t Login!
I seem to be having trouble logging in at all in bbpress. I integrated it successfully with WordPress, but I can’t login with my wordpress user name and password. I figured, something must be up, so I registered a new account in bbpress to try it out – password was mailed and everything – and when I went to login, still nothing. The page refreshes but goes nowhere and doesn’t say I’m logged in. Seems like a mod rewrite issue, but I can’t figure out what it is. During the initial install I set the config to clean urls, then used an .htaccess like the following:
# BEGIN BBPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /location_of_install/
Options +MultiViews
</IfModule>
# END BBPress
After doing so I kept getting 404’s when clicking on topics, etc (only to find out later I needed to fix my url at the beginning of config). Now everything is working except logins. Any ideas?