Search Results for '\"wordpress\"'
-
Search Results
-
hi guys, please help..
i have a regular php website to which many people are already registered. is it possible to integrate the BBPress login to be the same ? or does integration only work between BBPredd and WordPress?
i would like people to only log in once to my site and have access to the registered people content, as well as to the forums without loging in again.
thank you
Topic: Few questions..
I’ve monitored bbPress for some time and plan to use WP for a big site and would need to convert a phpBB(2) forum over to bbPress. What’s the latest on:
1) WP integration – last I heard you had to fiddle with cookie settings and some usernames wouldn’t work on the forum login. I’d be wary of using plugins as this could cause problems upgrading in future.
2) phpBB(2) conversion – is there any script that will convert everything perfectly?
3) future plans – is there a new version in development or is everything on hold for now? (i.e. should I just go and install the current version or wait another month or two)
4) private forums – an essential feature for me is to have a staff board that is 100% secure. Again I didn’t really want to rely on a plugin for this and last time I think I read it wasn’t secure because of an RSS problem.
5) lastly – is bbPress compatibility high on the list when new versions of WordPress are released? (i.e. could a new WP break by forum?)
Cheers.
Topic: page errors
i just downloaded and installed bbpress. everything worked fine. i have the most recent release of wordpress installed in my main site directory and bbpress is installed in the /forums/ directory.
when i go to http://www.mysite.com/forums/ it displays the main page, but with no images/styles. when i try to view my css file in the browser (http://www.mysite.com/forums/bb-templates/kakumei/style.css) it displays my main wordpress page.
i have pretty permalinks running on both and would like to keep it that way.
I would like to suggest this forum would seriously benefit from:
1. “Tips and Tricks”
2. “Integration with WordPress”
as two new sub-forums
Topic: Can we do includes?
Is there a way to add an include in a bbpress theme? I want to add some content in the pages that will change, and I just want to change one file instead of multiple ones.
Something like this
<?php include (TEMPLATEPATH . '/featured.php'); ?>
from my wordpress theme. But have featured.php in my bbpress theme folder.