Search Results for '"wordpress"'
-
Search Results
-
I have been using WordPress for a long time and I finally decided to integrate BBPress into my WordPress blog. The integration worked very well and I was able to get the cookies to work correctly to avoid folks from having to log in twice.
The problem I am having has to do with the fact that I can no longer log out of WordPress. I have tried every combination of things I can think of and nothing has worked. This only started AFTER I modified the wp-config & bb-config to include the cookie information. If I remove that info from my wp-config file, I am able to logout fine but it obviously breaks the integration. No plugins are affecting this as I have already tried playing with disable/enable to solve the issue and it did not help. It definitely seems to be related to the cookie modifications.
Has anyone else had this same issue?
Topic: Help with SQL Query
I need an SQL Query that will give me the user ID and email address of all the users who are in the following groups: –
Memeber
Modorator
Administrator
Key master
I have this query that gives me all my user (including user of my WordPress site that don’t have access to my forum)
‘
$all_users = $bbdb->get_results(“SELECT ID, user_email FROM $bbdb->users WHERE user_status=0”);
‘
Oh.. also the USER name would be really good as well.. (sorry I forgot to add that to my original post)
Any help here would be awesome!
When users register on my bbPress installation, they receive a URL to login. Except the URL to login is the bbPress install location, not the URL of the bbPress install as it sits inside my WordPress site design. How can I change the URL in that e-mail?
If that wasn’t clear, here’s what I mean. The registration e-mail is forwarding users to http://www.chengduliving.com/bbpress but where I want them to go is http://www.chengduliving.com/forum
Thanks!
Topic: Farsi bbpress 1.0.2
hi
thanks to FarsiPress.ir ( a brand new support for wordpress in Persian )
i hereby announce the release of bbpress in persian
plz visit : http://www.farsipress.ir/download
I just made a post over at http://wordpress.org/support and I really like the formatting code buttons they are using for their forum.
Firebug has some code that eludes to ed_toolbar
Is this available in a plugin that I can use? Thanks.
There was some discussion about making bbPress a WordPress plugin. This would lead to a complete re-write of the project, but I have a better idea:
- bbPress should be a standalone platform, so it can also be run without WordPress.
- There should be a plugin on WordPress plugins repo (for eg.
bbPress Forums Integratoror simplybbPress), which would have bbPress as svn:external and load the bbPress files as BuddyPress does it. Basically the plugin could be what can be found here – http://trac.buddypress.org/browser/trunk/bp-forums - This way both type of users would be benefitted – those who want bbPress as a standalone and those who want it to be deeply integrated with WordPress.
Some of my thoughts…
Gautam