Search Results for 'bbpress'
-
Search Results
-
Hello,
Lets say you were making a bbpress, or another site, like a job board or a social networking site.
If would it be ok if i used the same header/menu, and background?
Thanks.
Hello people,
It’s been a while since i posted here.
I just had this great idea, and im over excited at the moment.
A Social Network using bbpress/wordpress mu.
THE BIG Q – Can it be done?
Im not a developer or designer or anything. But look here.
What do i mean by a social network? It would be more of a “professional” one. You can view examples here http://www.cafemom.com/ and http://www.gooruze.com/.
The 2 biggest sections are forums and blogs. Each member would have a blog, and there would be a forum for everyone.
So here:
[1] Each person has a blog. This is using wordpress mu.
[2] Forums. This is using bbpress.
[3] Profile picture is your avatar. But can i have some of the avatars of the members on the front page like this http://microblogr.com/ and http://www.gooruze.com/ ?
[4] A recent activity section, where it shows all the recent activities of all the members, ie; blog posts, forum posts, and comments on blogs. Can this be done?
[6] The biggest question is this – Can the same login be used for all this? Is this what you call wordpress integration with bbpress?
[7] Private messaging. This can be done with bbpress.
[8] Groups. Can this be done?
[9] AND THE BIGGEST OF ALL – Can “friends” be made for a member, where you click his/her profile and friends are listed?
Would you think this would be overtly expensive? How much do you think it can be done for, with a nice clean simple design like this http://dfckr.com/?
***OR***
Or, shall forget about all this and get a free social network like this http://www.adgabber.com/ from http://www.ning.com ?
It just seems too bulky, and i won’t be able to customize it(i mean me pay someone do it). Only the theme would be customizable.
Thanks a lot everyone.
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!
Profile links in bbPress are setup off the username of the user. However, if that username has a space or two in it, the profile doesn’t show.
Example: http://www.smart-kit.com/social/profile/Dr.%20R.L.%20Kaplan
Is there a way to fix that without editing all the profile usernames?
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