Search Results for '\"wordpress\'
-
Search Results
-
Topic: Calling to theme location
I am trying to embed some javascript on my BBpress forum using this code from my WordPressblog.
<script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/js/prototype.js”></script>
What is the equivalent of <?php bloginfo(‘template_url’); ?> in BBpress?
Hey,
I have a wordpress forum @ http://www.holysh1t.net for the quake live CTF community.
I recently installed a bbpress forum to go with that. Seems to work pretty fine besides some inital errors.
Yet now I face this problem where It does not automaticly link people’s account when they signed up via front end of the wordpress. All the registered users in wordpress had to be manually given in a role in bbpress. The same thing applies for new registrations in wordpress.
However, if I sign up via the forum stuff works great.
This is the menu I get when someone made an account via front end:
http://www.holysh1t.net/files/bridge_error.png
If I click any role and then save, it corrects itself and the user can post. The long error is replaced by whichever role I chose. (member/admin,etc…)
Now I have to manually assign a role each time someone signs up through wordpress instead of bbpress.
WordPress: 2.7
bbpress: 10 alpha 4
Any ideas?
Thanks for the support and I greatly appreciate the effort put into this great piece of code!
Greetings,
Nico
Just tried to integrate bbpress and wordpress, and now I can’t login to bbpress. I had two users set up in my forum — a key master and a normal user — and I’m getting responses that neither exist. I’m wondering if the problem may be related to the “Locked Out” thread of a couple of weeks back, but I’m not getting any error message when I try call the forum. But neither of my user names is recognized, and I donno how to get into admin to see if they’re still there. I’m using 0.9.0.3 bbpress and 2.7 wordpress. I installed both of them separately then later tried to effect the integration; they reside in separate databases on the server (ddigger1_final and ddigger1_bbpress); bbpress is in a subdirectory of public_html, as is wordpress.
Any suggestions on how to fix it would be appreciated. Thanks.
Topic: WP + bbPress integration
Hi,
I’ve been using wordpress for a while was looking for a good way to integrate a forum with my site tried out bbPress seems great so far.
I’ve made a template to match my main site you can find it at http://www.webguideuk.com/forum
My site is a tutorial site for web design with tutorials and forum to get further help/chat.
Let me know what you think.
Topic: Basic problems of a novice
Went to upgrade to current version bbPress. Got stuck at 2) Upload uncompressed files? To where, how? “cause then I visited URL and was not greeted by installer, so I guess I did not upload files correctly. It said to rename config.php to old and save, but then does not say what to do with it. I am getting horribly spammed. When I get moderate emails from WordPress, follow link, it will not accept my password to delete or mark as spam. So I want to install Bad Behavior. Can’t figure that one out either. I go to admin page and can’t admin anything. At this point I think I should just shut the blog down. Do you think there any hope?
A little about me: I’m working on a hobby web site. It was going to have a forum, a few database-based applications I’ve written the back-end for, and in the process of deciding what should go on the front page, I figured I should start a blog too. I have a version of the site sort of written using phpBB as the the forum and the templating engine for the web apps, but it’s very frustrating getting phpBB to do what I want it to do…you really can’t do much without editing the core code. On the recommendation of a co-worker, I decided to check out WordPress/bbPress. I’m not sure WP/bbPress is the right solution, but I haven’t found anything I like better….it seems like it’s pretty easy to rearrange things on the page and add new elements as needed.
What I want: My forum should appear on the site similar to a Page. I don’t think I need “deep integration”…I’m not terribly concerned about data integration, other than the fact that signing into WP should sign you into the forums and vice versa. I don’t need the forum to be able to interact with other pages on the site…if I need data from my other apps in the forum, I’ll just grab it from the database using a forum plugin. But I am concerned about appearance integration…I want the WP header and footer, including my logo and nav bar, to show up at the top of the forum page, and I want the forum theme to be similar to (if not identical to) the WP theme.
What’s the safest way to make this happen? I’m very new to WP/bbPress, but I’m not afraid to write code…a certain major website pays me a good bit of money do so during the week
Howdy!
Just wanted to see if anyone had a fix for a salt value. I’m working on installing the latest bbpress alpha 1.0.4a intp wordpress mu 2.6.5 with working buddypress integration. I can log into wordpress and bbpress independently, but the values aren’t passing.
Here’s how I’ve mapped the keys and salts (notice one is missing):
????? –> WordPress “auth” cookie salt
SECURE_AUTH_SALT –> WordPress “secure auth” cookie salt
LOGGED_IN_SALT –> WordPress “logged in” cookie salt
AUTH_KEY –> BB_AUTH_KEY
SECURE_AUTH_KEY –> BB_SECURE_AUTH_KEY
LOGGED_IN_KEY –> BB_LOGGED_IN_KEY
I’ve tried almost everything, and was hoping someone had a solution.
Cheers,
E