Forum Replies Created
-
It was probably a cookie caching issue. Once in a while my cookies on FF go stupid and I have this exact issue. I have to dump ’em all, flush the cache, and magically it works again. It happens on any site, though, not just Akismet ones.
In reply to: forgotten usernameDo they do that for WordPress yet? Ponder…
In reply to: Sometimes Less Is Just LessYeah, you’re gonna have to wait for WP to start using backpress as well for that to work That kind of integration works fairly well with BuddyPress (due in part to how BuddyPress wraps around BOTH WP and bb) but for just WPMU or WP and BB? Not so much.
In reply to: I want hide tagsSet
topic-tags
andpost-form-tags-container
in your CSS todisplay:none
In reply to: Sometimes Less Is Just LessI’ve seen soooo many people ask that seriously…
The issue I have with “integration” is that WP should be able to call info BB and vice versa. That’s it.
Well, yes. That is a frustration. It’s ‘user integration’ vs ‘application integration’ though. You could try deep integration, but I’ve only done it with BuddyPress and it worked well.
As for plugins, a lot of them actually work, you just have to test them out.
In reply to: if my WP has RPX, does my bbPress get it for free?Can you link to the plugin? I don’t know that off the top of my head.
In reply to: Forwarding bbPress logins to WPMU login page.I’m trying to have a central signon at my site, where users must sign onto WP first and access bbPress via a page link. The logic you’ve provided looks like it can be incorporated to include the bbPress login page, is this correct?
I think kind of — I’m not 100% sure what you’re describing so let me try a different way.
If you force all registration to go through WPMU, then you can use the in-line login form, native to bbPress, to permit users to log in via bbPress, and they will still be logged in on WPMU. That’s the basic plus of integration Login on WPMU, you’re in on bbPress, and vice versa.
In my template, make my login-form.php file look like this:
<form class="login" method="post" action="<?php bb_uri('bb-login.php', null, BB_URI_CONTEXT_FORM_ACTION + BB_URI_CONTEXT_BB_USER_FORMS); ?>">
<p>
<label><input name="user_login" type="text" id="quick_user_login" size="20" maxlength="40" value="<?php if (!is_bool($user_login)) echo $user_login; ?>" tabindex="1" /> <?php _e('User Name'); ?></label>
<br /><label><input name="password" type="password" id="quick_password" size="20" maxlength="40" tabindex="2" /> <?php _e('Password'); ?></label>
<br /><input name="re" type="hidden" value="<?php echo $re; ?>" /> <?php wp_referer_field(); ?> <input type="submit" name="Submit" class="submit" value="<?php echo attribute_escape( __('Log In') ); ?>" tabindex="4" /> <label><input name="remember" type="checkbox" id="quick_remember" value="1" tabindex="3"<?php echo $remember_checked; ?> /><?php _e('Remember me'); ?></label>
<br /><a href="http://yourdomain.com/wordpressmu/wp-register.php">Register</a> | <a href="http://yourdomain.com/wordpressmu/wp-login.php?action=lostpassword">Forgot password?</a><br />
</p>
</form>What this does is, if someone clicks on the registration or forgot password links, is take them right to the WP side. Now from there, it’ll log them back in to the WP main page, IIRC, but the login form itself, being inline, will keep the user on the same page as they logged in from, so they don’t appear to go anywhere.
Does that make sense?
Are there any other backdoors or pages users can directly access from the outside that may need redirection?
Since the bbAdmin pages are locked to admins, I don’t think you need to worry about that.
In reply to: Keep losing "Admin" access for all usersbbPress-WordPress syncronization Version 0.7.7 – You shouldn’t need this right now. It’s not required for WP 2.8+ and bb 1.0+
In reply to: Closed registrationsDifferent topic. We’re talking abotu closing registrations here Make a new topic for your request, por favor!
(And chris – I was on topic He was asking why an .htaccess is needed in general, and I was explaining and telling him he could make one to alleviate his closed registration issh. It was all the same discussion and topical! )
In reply to: Sometimes Less Is Just Less@DennisH – It’s not the glitter and unicorns that make a site hard to convert, but best practices If you designed your website with good XHTML etc, it’s a simple matter (a weekend at most) to convert it to WordPress or bbPress or BuddyPress.
And I do get what you mean about Gravatars. I rather like them because it gives people a sense of conformity in that Ipstenu everywhere has this icon and I am, thus, recognizable. Internet anonymity wishes aside, it grants me a level of credibility. I am me as you are we as I clearly need more coffee!
In reply to: Possible to allow users only to reply?I don’t think that would help have a reply-only forums.
My first thought is ‘Why not make it a Blog?’ You could theme WP to look like a forum, and then just have your admins post topics.
In reply to: Sometimes Less Is Just LessI’m talking about having to hack almost every bbpress php file to include the wp header and footer or having to hack the config files.
Deep Integration worked nearly out of the box for me on BuddyPress. I don’t do it on WP because really I don’t need it when I can easily reproduce my theme for bbPress. But still, no hacks were needed, just a tweak of the bb-config.php and some jiggering of a theme. Took me all of an afternoon.
As far as Avatars I’m using the wp-united on the live site (phpbb avatars). For BB I have not found a solution yet that will work or integrate into both BB and WP.
Gravatar works fine.
In reply to: WP registered users inactive in bbPressYou have the WordPress plugin for bbPress installed?
In reply to: Admin not update… Why?Well that’s not actually a per-day thing. Forums are kinda static.
In reply to: Changing Privilages For Member RolesYes, but modding core files is bad Makes upgrades a PITA.
In reply to: Forwarding bbPress logins to WPMU login page.Not if they register that way. The register link will always take them back to WPMU if you use the redirect, however if you have an inline login form (like they do on the top of this forum) then it’ll work fine.
But yeah, registrations will kick you back to the main WPMU site, I think.
In reply to: Admin not update… Why?Okay, so take your totals and divide by 365 The numbers appear to be correct.
In reply to: Forwarding bbPress logins to WPMU login page.Put this in your forum’s .htaccess for a simple way:
Redirect 301 /forums/register.php http://yourdomain.com/wordpressmu/wp-login.php?action=register
Redirect 301 /forums/bb-reset-password.php http://yourdomain.com/wordpressmu/wp-login.php?action=lostpasswordI’m using it on my WP/BB and WPMU/BB/BuddyPress sites
In reply to: Admin not update… Why?If your average appreciable changed, yes.
Remember, average is spread across the WHOLE TIME your forum has existed. If you’ve had the forum for 100 days and there have been 100 posts in topics, then the per-day for topics is 1.
In reply to: Admin not update… Why?I believe that column (per day) is an average of how many posts etc there are a day.
In reply to: Link to Latest UNREAD post*head scratch*
On my site, if there’s an unread post in a topic and you click on the bolded topic title, it takes you to the first unread post so … I’m not entirely sure what’s up with that.
As for the new button, you could probably tweak the CSS to prepend a button.
In reply to: Adding bbPress to WordPress 2.8 blogThen you can create a PAGE in wordpress called Forums and it will link to the forums folder automatically.
That entirely depends on your permalink structure. You shouldn’t need to make a page for ‘forums’ at all, if WP is set up correctly, even as a subfolder under the main wordpress folder. I never do
In reply to: Database changed, integration+forum failedThat should be in your bb-config file, I thought.
In reply to: Can not get past install step 2Try renaming the bp folder to forum?
In reply to: Cutting /forum/forum/ down to /forum/No, that’s expected behavior: