Search Results for '\"wordpress\'
-
Search Results
-
Hello,
I am trying to install bbPress onto the same Database I have installed WordPress. But I keep getting an error (see below).
As far as I’m aware I have filled in the appropriate config.php information. With the same information that I’ve got on the WordPress wd_config.php.
But still no luck. Both WordPress and bbPress have been downloaded from the official websites merely a few days back.
Warning: mysql_get_server_info() [function.mysql-get-server-info]: Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2) in /home/.stinkybutt/vault21/ibnmuslim.com/abdi/forums/bb-includes/db-mysqli.php on line 80
Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in /home/.stinkybutt/vault21/ibnmuslim.com/abdi/forums/bb-includes/db-mysqli.php on line 80
I really do appreciate any and all help with regards to this matter.
Kindest regards
Hisham
Installed bbpress on the same site as an existing wordpress install http://www.toxicshock.tv – The board is located at http://www.toxicshock.tv/board/ . earlier today everything was dandy, of course I had just installed the software, all the logins and postings were working great. Dropped in a template, everything still good. Came back later, tried to login, and the forum redirects me to the blog??? after hours of reading and trying stuff on the forum, I thought I might just beg for help!!! Tried the Options +Multiviews .htaccess file in the /board/ directory. Still no go. Tried the other rewrite rules, and all they did was either break the blog or make the existing forum posts not work. Here’s my wordpress .htaccess info: <IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /news/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . [L]
</IfModule>
ErrorDocument 404 /notfound.htm
RewriteEngine On
RewriteRule ^links.htm /links.php
RewriteRule ^index.htm /index.php
— I assume that the redirect to the /news/ is a product of the rewrite rule… but I assumed that the .htaccess in the /board/ directory would take precedence. no? maybe? argh!
long story short
I have integrated wordpress with my community. As my community uses the members EMAIL as the login, I have hacked wordpress to do the same. (when a member signs up on my custom user db table, a trigger updates the wordpress wp_users table, setting BOTH email and user_login to the email address of the new member)
now I have implemented bbpress. My bbpress uses the wp_users table as well, all is fine.
to my dissapointment, bbpress displays user_login values on the forum instead of user_nicename.
I do not want to dispay user_login (because it is the email address of my members). [ I have commented out the bbpress function which forces bbpress user_logins to not contain @, . and other chars.
Is there a way to easily display user_nicename instead of user_login. If not is there an easy way to tweak this?
So an obvious second question, have i comprimised security in any manner by commenting out the sanitize function and thereby allowing email adresses as bbpress (and wordpress) “user_login” values?
thanx
Topic: WP 2.4
I saw the following post on WP2.4 – coming in Jan.
WordPress weekly digest 26th November to 2nd December 2007
It sounds like WP2.4 will use a new hashing scheme to store the password.
Will this interefere with bbPress users who are running WordPress User integration?
Hi!
I made a new podcast show and the first episode’s topic is “Integrating bbPress into WordPress.” This is my first video, so I’m really need your suggestions. Maybe you can tell me what are you expecting in such podcast show? I am looking forward to hearing from you!
PS. I haven’t decided what’s next episode and when will it be released.
PS2. You may want to download .ogg (I might convert .ogg to .flv and .mov without appropriate parameters, so the qualities are not good).
Topic: RSS Title Help
How do I changed how the feed views the RSS titles? The current title setup in RSS is “user name” on “title of post”. I want to remove user name, the word “on”, and the quote marks of the title post and just leave the title post, basically I want the rss view exactly like the WordPress RSS view. Suggestions? Thanks in advance.
WordPress has a really nice authentication method: by user’s email. No password or registration. Is it possible to use similar authentication in bbpress?
Really, registration is unnecessary and creates a problem of spam nicknames cluttering the admin panel. Akismet deals with spam comments well.
Wouldn’t it make sense to switch to the wordpress-type authentication by poster’s email?
Please note that this is not the same as anonymous posting.
Additionally, bbpress really lacks wordpress’ moderation options. It would be surely a good idea to moderate all comments which contain links since almost all of them are spam comments which make it through Akismet.
This is such a nub question, but what goes first the WordPress install followed by bbPress? Or do they install at the same time, the documentation is confusing me because all it say is configure the config.php file in the bbPress folder, but doesn’t say much else? Any help past this would be great! Thanks.