Search Results for '"wordpress'
-
Search Results
-
how can i use bbpress functions like: – <?php bb_new_topic_link(); ?> in my wordpress theme?
what header files do have to add where?
please dont delete this topic.
Topic: Google Summer of Code 2009
Sam Bauers listed as a mentor here:
http://codex.wordpress.org/GSoC2009#Community.2FEvent_Organizing_Framework
Topic: bbPress Integration
You might think this is another question about integrating bbPress with WordPress, but it’s not! I’m building a new website, and I would like to use bbPress as the support forums for it. The website has it’s own users table and stores the usernames as a varchar(255) and the passwords as varchar (255). All passwords are stored as sha1 hash. Basically what I want to do is to only have one place to login, that being on the main site, when the login is successful it’ll also set a cookie so the user may also use the bbPress forums. I would also like to use the avatar people upload to that site for the avatars on the forum. So here’s a few questions:
1. Is this even possible to set the cookie for bbPress from the login outside of bbPress?
2. Where should I start looking or poking?
3. For the avatars where should I start looking?
Thank you very much and if you need more information about my setup, please ask!!
Hi there,
I am trying to find solution for following issue:
– Wordpres with a plugin extending registration (such as CYC, Register Plus, other user-field-extending ones)
– BBPRESS uses only the “basic” WordPress fields on the “Edit Profile” page
Now I want to enable the editing of the “custom user fields” from the wordpress plugin in the BBPRESS “edit profile” page
Any ideas? For now I am open which plugin to use in WordPress (CYC or Custom User Fields, …)
Help much appreciated, thanks,
PB
Hello there!
I used 2 local copies of bbPress. One for integration with WordPress and another one for developing the theme. I finished the work in their respective copies but when I used the theme in the integrated copy, I lost admin access again (had to use the fix admin access plugin) and now when the forum page is opened in the browser it says
“Fatal error: Call to undefined function bb_uri() in C:xampphtdocsjecforumsmy-templatesbbfameheader.php on line 56”
Now I don’t get it. Why the bbPress is not able to fetch the definition of its own function?
Any help will be highly appreciated. Thanks in advance!