Forum Replies Created
-
In reply to: cannot login wordpress 2.6
WordPress 2.6 is not compatible with the current release of bbPress.
https://bbpress.org/forums/topic/why-is-integration-so-troublesom#post-17387
https://bbpress.org/forums/topic/adding-bbpress-to-wordpress#post-17403
https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101#post-17409
In reply to: Cron?What is it you wanted to do with cron? There’s probably a way to do it from another system with the ability to schedule tasks, especially if it’s URL based.
In reply to: SMTP Settings (email without smtp support)Does any of this help?
https://bbpress.org/forums/topic/where-is-the-setting-for-mail-server-config
https://bbpress.org/forums/topic/mail-senging-problem-with-mail-function
https://bbpress.org/forums/topic/users-dont-receive-password-after-registration
https://bbpress.org/forums/topic/trick-to-fix-some-email-problems-with-08x-plugins-on-09x
Edit – I see you found the last one.
In reply to: Links in posts lose href information (0.75)Cordoval: this is over a year old so you might want to start a new topic. I think I saw another topic where you posted something similar. You might want to post your problem as a new topic, then link to the research you’ve already done.
Thanks.
In reply to: Hiding Subforums’ Subforums from Subforum PagesI uploaded that code to a test installation I have and it appears to work fine. Check it out:
In reply to: Can only post in FirefoxFor reference, I just ran across this as well:
http://www.w3.org/TR/xhtml1/#prohibitions
form
must not contain other form elements.In reply to: Can only post in FirefoxLooks like the New Topic page has nested form tags, with the hidden values outside the inner form as well, which would explain the failure there too.
In reply to: Can only post in FirefoxI saved that page locally, edited the HTML to remove the outer<form> tag, and submitted with IE7, and the tag was added. It looks like the nested form is only handled by Firefox, or some browsers.
I’m not sure if the same problem exists in other areas where you get the failure to create a new topic or a reply.
In reply to: Can only post in FirefoxTake a look at this source.
<form id='tag-form' method='post' action='http://support.westciv.com/tag-add.php'><fieldset>
<form method="post" action="http://support.westciv.com/tag-add.php">
<input name="tag" type="text" id="tag" size="10" maxlength="30" />
<input type="hidden" name="id" value="354" />
<input type="submit" name="Submit" id="tagformsub" value="Add" />
</form>
<input type="hidden" name="_wpnonce" value="907a29b341" /><input type="hidden" name="_wp_http_referer" value="/topic.php?id=354" /></fieldset></form>I don’t think bbPress normally has a form within a form for adding a tag. Not sure if that’s a problem or not, but the hidden fields for
_wpnonce
and_wp_http_referer
are outside the first form tag: maybe FF can handle it but other browsers cannot?In reply to: Can only post in FirefoxMore data. Here is the request to add a tag when using FF3:
cookie=bbpress_a2763cd41fe17b461fa952334e00e45c%3Dchrishajer%257C1216783299%257Cb630b90e0e5d52cf8499cfbe58629223&action=add-tag&tag=style.css&id=350&Submit=Add&_wpnonce=bd6cc486c3&_wp_http_referer=%2Ftopic.php%3Fid%3D350&topic_id=350&_=
Here is the same request when using IE7:
tag=style.css&id=354&Submit=Add
FF3 works, IE7 does not.
In reply to: Can only post in FirefoxAnother data point: I was able to remove and add tags in FF3 but not with IE7. This is the failure message:
Your attempt to add this tag to this topic has failed.
The error messages are all found in bb-includes/functions.php starting at line 2320 (just so you can see what should fail and what message should be shown.)
In reply to: Can only post in FirefoxIn both IE7 and FF3, I get this error when trying to edit my profile:
Your attempt to edit this user's profile has failed
No difference between the two browsers, both fail.
In reply to: How to Add custom Nav Bar to Theme?Can you post a link to your forum so we can modify the actual code?
In reply to: Hiding Subforums’ Subforums from Subforum PagesCan you post the code you’re using at pastebin so we can take a look at what’s happening?
In reply to: database errorsahara, please start a new thread with your exact symptoms and how you got into that situation and details about your hosting. Thanks.
In reply to: Infinite Loops on posts and profiles with IISAwesome _ck_ – thank you.
In reply to: integration lost admin statusWould this plugin help?
In reply to: Integration Problems Now Can’t log in at all.Going back to the first post, what does this mean:
the db's fine but erased by login information
It seems that the installation went well, you just need to figure out what user to log in with. If you can’t do that, why not register a new user with your email address. (Check the wp_users table now for the last id, and then after you register, make sure you look for the new id.) It will get the normal permissions of a member, then go into the database and modify that user’s meta info to give them moderator permissions? Then log in with as that user?
In reply to: using bb_get_profile_linkparthatel: can you post your actual HTML from the rendered page in backticks so it doesn’t get rendered as HTML? Like you did in the first post. Thanks.
In reply to: Show (gr)avatar on frontpageI would say yes it’s possible. If you have the id of the latest poster, you should be able to get their gravatar. Same with the original poster. I have no idea how to do it, but it sounds possible.
In reply to: Registering with another users email ???Why is it a problem to use someone else’s email address? The password email would go to that email address, correct? So how would the person using someone else’s email address benefit from that?
In reply to: Integration Problems Now Can’t log in at all.What are you trying to gain with an integrated installation? Maybe you don’t even need it.
In reply to: Integration Problems Now Can’t log in at all.I would back up your database first, just to be sure.
If you delete all the files, nothing happens to WordPress.
If you delete all the bb_ tables, that does not affect WordPress.
I’m not sure how you get rid of the bb users from the wp_users table. But once you delete all the bb_ tables from the database, you should verify that you can log in to WordPress admin fine. You might want to manually delete the bb users from the wp_users table, but you’d have to be careful if they created any content in WordPress that would be keyed to their id.
I think this covers integration:
https://bbpress.org/documentation/integration-with-wordpress/
In reply to: Open BBPress in a WP page? Possible?I think you can download ThemePress here:
You can create a new ticket after logging in here: