Search Results for 'bbpress'
-
Search Results
-
Hi all,
i am following this: http://wpbbpthemes.org/integration/
with WP 3.0.1 (multi user) and the latest bbpress.
now at step 2.19 i can’t seem to login to the bbpress dashboard. mydomain.com/forum/bb-admin redirects to mydomain.com/forum/.
– i am already login in WP
– i have bbpress and WP in root
Any ideas/tips
Okay,
WordPress is to big, i can’t see where i’m searching..
What i’m looking for is a plugin that adds Avatars to my WordPress site and bbPress site/forum.
I have deep Integration so it would be cool if the avatars would match or sync together.
If some member post a comment on the homepage in a blog-section it would be cool if he has the same avatar that he is using inside the forum.
Only thing is,
– I don’t want anybody to upload files.
It would be nice if they could use an external url (http://www.domain.com/folder/image1.jpg) to include there avatars.
Is it possible because i was looking at the WordPress site and i can’t get the search function working.
If i search for avatar there is a very big list of plugins but if i want to list them down by rated or most download then it deletes my “avatar” search word. and i get plugins like, contact form 7 and Google SEO on top of the list as a result.
Topic: Using sessions with bbpress
I want bbpress to start sessions. Could somebody help by showing me where and how. I need it to start sessions for the login system of my site.
Thanks
To add to the list of potential solutions to the Fatal errors for require_once people are encountering whilst completing deep integration of BBpress into WordPress.
If in your error log something similar to this:
PHP Fatal error: require_once() [function.require]: Failed opening required ‘/var/www/vhost<domain>/httpdocs/wp-load.php’ (include_path=’.:’) in /var/www/vhost/<domain>/forum/httpdocs/bb-config.php on line
16
and you have tried using absolute paths instead of relative paths and the other various solutions people have suggested don’t work. Then you will need to change your php.ini file and add the directory for your wordpress installation to the open_basedir variable.
i.e. open_basedir = /var/www/vhost/<domain>/httpdocs
The other option is to turn off open_basedir altogether.
If you are on a sharedhost and do not have access to php.ini your webhost will have a vhost.conf or similar file which will allow you to send directives to Apache for your particular domain. In this case you will need to have this within your vhost.conf file.
<Directory “/var/www/vhosts/<domain>/forum/httpdocs”>
php_admin_value open_basedir “/var/www/vhosts/<domain>/httpdocs:/tmp”
php_admin_value include_path “.:”
</Directory>
I hope this helps those having issues with deep integration whitepages / require_once fatal errors and saves people some time.
Topic: Changing admin name
I was just wondering how to change the admin name for my bbpress forum? Is this even possible?
Thanks!