Search Results for '\"wordpress\'
-
Search Results
-
Topic: BBPress Developer Needed
I am not sure if this is the place to ask or not. I need someone who works with BBPress who can work with me for my site. The original person who set it up for me got too busy and cannot help me now. I need someone who understands WordPress, BBPress, and the integration of both together. That is how I have it setup.
I need someone I can go to when I have problems and of course, I will pay you.
My site works most of the time but there is a problem that I cannot solve on my own right now. BBPress locks up sporadically, usually for 5 minutes at a time. It gets a database connection error most of the time. It does not appear to be the web hosting that is the problem because I have literally been on the phone with them daily for the last month and they cannot find anything wrong on their end. It worked fine when it was setup but as of 2 months ago this problem has been happening without anyone to help me figure it out. It does not appear to be a plug-in but cannot be for sure with that either.
This is the problem I need help with now but there will be things that need to be developed over time that I can use help with as well so I am looking for a “go to” guy or gal.
Thanks. Feel free to write here and I will respond. I don’t know if there is a private message option here but if there is please use that instead.
Wendy
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!