Search Results for '"wordpress'
-
Search Results
-
Topic: Forum Issue
Hey,
Having a problem with the Media Temple re-direct exploit fix.. Had to change all the prefix’s in my database, to correct the issue… I can’t login to my forum now, under any account… User names have dissapeared from posts. I’m still able to login via WordPress though. I updated bb-config.php with all new correct info, still not working… any ideas?
http://www.onpointmusic.ca/forum
Thanks.
Topic: Importing phpBB into bbPress
Hello.
I searched the forum for an answer, but I couldn’t find any up-to-date answer to my question. I’m doing a website for a mate who has a phpBB-forum which I’d like to integrate with a WordPress theme – and my first choice would be to import everything into bbPress. Is this possible without losing any information?
Thanks in advance,
Kralle
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.
Can people register with WordPress?