Search Results for '"wordpress"'
-
Search Results
-
Topic: Completely remove tags?
I want to get rid of Hot Tags. Im not just talking about the menu on the left, but completely remove it.
Remove:
-Hot tags menu
-Listed tags in topics
-Tag box in reply-form
Is there an easy way to do this?
I now have 100 members on my forum, and nobody uses it, and its just ugly.
Is tags a widget, or is it so hard coded into wordpress that I have to edit loads of files to get it away?
Should I bother removing this now, or will this be easier with an updated bbpress, thats perhaps coming sooner than I happen to know?
I would like to start discussion regarding a single sign on feature, and developing integration for other platforms other than just wordpress “joomla, drupal, etc” in order to open up the usability of bbpress and be less restrictive than just supporting WP.
conversion methods and tools for both CMS platforms and forum software conversion “preferably from “phpbb, smf, vb, vanilla” to bbpress of course ..
any ideas and suggestions are welcome
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!