Search Results for '\"wordpress\'
-
Search Results
-
I installed bbpress integrated to my wordpress site on a subdomain, the problem I have is the following.
The forum is working in the following way
http://subdomain.mydomain.com/forums
what I want is to make it work like this
http://subdomain.mydomain.com/
What do I need to do for the above, I am a newbie so please excuse my ignorance if it is a quick fix.
Thanks in advance.
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.
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: Language support question
Hi..
I was wondering..
When i’am ready with my WordPress/bbPress designs. what will happen when i change my language to Dutch in the wp-config.php en bb-config.php files?
Will my entire site be in Dutch language and what will happen to my plugins?
If a plugin doesn’t support Dutch language, will it crash or just work in English?
So a couple weeks back now there was a small rush of activity with concerns to various “what now”s when bbPress-as-plugin was made official. It’s been two weeks since there was any activity on bbdevel.wordpress.com, same goes for developer meetups and blog updates.
When will the community get to participate in the future of bbPress?
I know I could easily be throwing in feature requests at will, but it would be a lot easier to make relevant suggestions and inquiries if I knew what was going on in terms of design and code right now.
No doubt its a really good plugin for wordpress
http://wordpress.org/extend/plugins/wp-super-cache/
But it not works with bbPress.
When I activate this plugin then wp works but I’m getting a blank screen for my forums,
Nothing in forums, nor in source code simple white page.
and my error log for bbPress
/path/to/wp/wp-includes/cache.php on line 93<br />
[05-Aug-2010 17:17:08] PHP Fatal error: Call to a member function get() on a non-object in /path/to/wp/wp-includes/cache.php on line 93<br />
[05-Aug-2010 17:17:14] PHP Fatal error: Call to a member function get() on a nonSo, Simply I want to stop this plugin to work with forums.
I’m using
Wordpress 3.0.1
bbPress 1.0.2
Deep integration.
If you could help, I would greatly appreciate it.
Thanks,
P.
