Search Results for 'code'
-
Search Results
-
I just recently upgraded to WP 2.8 and am facing this problem again. It’s happened before and I fixed it because values in both WP and BB were different, however this time they’re the same. I can only be logged into one script at a time, either WP or BB. Logging into WP logs me out of BB and vice-versa. My auth and all those things are set as the same in each respective config file, and I have the proper code inserted into my wp-config file from the bbIntegration plugin, so I don’t know the problem.
If anybody can help, here’s the forum: http://scrawlfx.com/forum
Topic: Admin Link in Sidebar
Hi everyone, I just started a site that uses WP and BBP together, and aside from a few outstanding issues, things are working out nicely.
I built a theme for the forum that matches the WP theme, and it has a sidebar. When the user is logged in, it shows Welcome [username] and shows the avatar, a link to edit profile, my favorites, and log out.
How can I have if the keymaster/admin/mod is logged in, a link to the dashboard? I tried some code from the default template, but nothing really seems to give me a direct link to admin. Is there a templates tag list for bbpress like the one for wordpress?
Topic: Delete the search facility.
The search box makes my forum look cluttered and as it will be a small forum I doubt it will ever be used. Therefore I would like to delete it, i’m quite new to web technologies and am having trouble working out what bits I need to delete to get rid of it! I’m sure this would be an easy question for someone more knowledgeable to answer, so help please!
Topic: Register form help me plz
Hi,
Can anyone help me how to add a new radio button ( male and female ) in register form and make it display in their profile ? with below code, i can change some text field but i cant create a dropbox or radio button to chose , for example : sex … it is too difficult

function get_profile_info_keys_personal() {
return array(‘user_email’ => array(1, __(‘Email’)), ‘user_url’ => array(0, __(‘Website’)), ‘from’ => array(0, __(‘Location’)), ‘occ’ => array(0, __(‘Occupation’)), ‘interest’ => array(0, __(‘Interests’)));
}
add_filter(‘get_profile_info_keys’, ‘get_profile_info_keys_personal’);