Search Results for 'bbpress'
-
AuthorSearch Results
-
August 17, 2008 at 1:12 am #66051
In reply to: WordPress + bbPress Integration 101
imamazhari-1
MemberI can log in only through WP for both BB and WP, and also log out: only through WP. I need help how to log in either in WP or BB for both BB and WP, and log out too?
August 16, 2008 at 3:18 pm #66050In reply to: WordPress + bbPress Integration 101
amnion
ParticipantIs there any way to “undo” an integration? I integrated WP 2.6 with version 9 before I found this thread and now I can’t log into BB press at all. Just wondering if I can hack in and do something to revert it back.
August 16, 2008 at 1:54 pm #66927In reply to: Doing Integration, can’t login in bbpress
keress
MemberNo, it doesn’t exist.
August 16, 2008 at 1:12 pm #66926In reply to: Doing Integration, can’t login in bbpress
chrishajer
ParticipantThose versions are compatible, so I don’t think that is the cause of your problem.
Does the table it is complaining about, ‘addiva_bbpress.wp_users’ actually exist, or no?
August 16, 2008 at 11:45 am #66947joelteixeira
Member@chrishajer: I didn’t the diff cause I’m starting over with the forum – no data to care. So after the error comes I just removed all files and elimI searched and inated all tables from database. I should make some tests and take the diff.
@balgo: Yes, is a php error, but is called from a script in functions.core.php. There’s no results relevant to actual versions of bbpress neither functions.core file.
@zappoman: What let me really confused, please correct me if I’m wrong, is that I got error installing from “svn co http://svn.automattic.com/bbpress/tags/1.0-alpha-1/” but had no errors with a installations from “bbPress 1.0 Alpha (latest-alpha.zip)” in the download page. Since is tagged, is the same package right?
Thanks all your attention guys.
August 16, 2008 at 10:35 am #64441In reply to: Where is ThemePress?
_ck_
ParticipantFor the record, ThemePress integrated theme for bbPress+WordPress can be found in the middle of this page:
http://www.adityanaik.com/integratepress-part-i/
direct:
http://www.adityanaik.com/download/ThemePress-v-1.zip
it’s probably a bit outdated because it was meant for version 0.8 but should still work with a few modifications (for example his instructions say “config.php” when it’s now “bb-config.php” and the plugins he recommends are no longer required and might actually make things not work)
August 16, 2008 at 9:22 am #66920In reply to: Redirecting Login
zappoman
MemberI was seeing something similar and I found it relates to ADMIN_COOKIE_PATH in wp, and $bb->wp_admin_cookie_path in bbPress.
In my case, I had bbPress located at domain.tld/forum/ for a wp install at domain.tld. If I set the wp ADMIN_COOKIE_PATH to /wp-admin/ as usual, then I got this behavior… but if instead I set it to “/” then things work fine.
This may or may not be related to the issue you are seeing.
August 16, 2008 at 7:58 am #66919In reply to: Redirecting Login
jbbrwcky
MemberI also have a similar problem. I installed Alpha 1.0 with a WP 2.6.1 install – when logging into WP now it just goes back to the login screen again, can never reach /wp-admin/. BBpress for me though, works fine at the login (but interestingly still can’t get to /wp-admin/ when logged in through BBpress – wasn’t it supposed to be integrated?)
August 16, 2008 at 7:51 am #66049In reply to: WordPress + bbPress Integration 101
jbbrwcky
MemberJust a quick question here, not sure if this is the right thread though.
I have WP 2.6.1, and last night installed bbpress 1.0 alpha.
Now when I log in this morning I click the button to ‘Log in’ and it redirects me back to the login page. The bbpress installation however, I can login to as normal.
August 16, 2008 at 3:45 am #66956In reply to: bbPress Tags in 1.0 alpha
zappoman
Memberticket submitted
August 16, 2008 at 3:39 am #66863In reply to: WordPress + bbpress + register plus>>>>
balgo
Memberbetter not do it that way, as updates will break your work. create an .htaccess and put the following in:
Redirect 301 /yourbbpressdirectory/register.php http://yourdomain.com/yourwordpressdirectory/wp-login.php?action=register
August 16, 2008 at 3:35 am #66925In reply to: Doing Integration, can’t login in bbpress
keress
MemberHave I used the wrong version of bbpress?
Is there a file I can ftp down and alter so that we can get working again? How do people get around this brick wall?
August 16, 2008 at 3:35 am #66955In reply to: bbPress Tags in 1.0 alpha
zappoman
MemberThanks Chris, I have filed a ticket on another issue I found, and I will file a ticket for this. But I’m more curious to find out if I’m really the only one seeing this issue. It seems like a pretty obvious issue, so I’m surprised no one else has noticed it… which leads me to believe that I must have done something wrong.
As a developer, I hate when people file bugs before looking for a minimal reproduce case… and so I was just trying to ask if someone else has seen this before I file a bug ticket.
August 16, 2008 at 2:21 am #66862In reply to: WordPress + bbpress + register plus>>>>
superann
MemberReplace register.php with:
<?php
header(‘Location:http://your-wordpress-url.com/wp-login.php?action=register’);
?>
August 16, 2008 at 2:16 am #66943joelteixeira
MemberGuys,
Something really strange in this problem, only happens when I do a SVN install.
Errors to:
svn co http://svn.automattic.com/bbpress/tags/1.0-alpha-1/ .
svn co http://svn.automattic.com/bbpress/trunk/ .
But if I download (wget) latest.zip or latest-alpha.zip extract and install it will work without the mentioned error. omg –confused–
August 16, 2008 at 1:44 am #66957In reply to: Integrating bbPress into other systems
chrishajer
ParticipantYes, bbsync is the closest to this right now. I imagine you could get a lot of ideas looking at that plugin.
August 16, 2008 at 1:41 am #66954In reply to: bbPress Tags in 1.0 alpha
chrishajer
ParticipantIf you have an issue with the alpha release, please file a ticket at trac.
https://trac.bbpress.org/newticket
You will need to log in before you can file a ticket. Be sure to choose the correct version when submitting the ticket.
August 16, 2008 at 1:41 am #66941chrishajer
ParticipantIf you have an issue with the alpha release, please file a ticket at trac.
https://trac.bbpress.org/newticket
You will need to log in before you can file a ticket. Be sure to choose the correct version when submitting the ticket.
August 16, 2008 at 12:18 am #66953In reply to: bbPress Tags in 1.0 alpha
zappoman
MemberOk, more of a clue here…
It looks like the insert into term_taxonomy is failing during the upgrade process.
it appears as if, bb_term_taxonomy has a ‘description’ field which is NOT NULL in the schema:
// term_taxonomy
$bb_queries['term_taxonomy'] = "CREATE TABLE IF NOT EXISTS $bbdb->term_taxonomy (
term_taxonomy_id bigint(20) NOT NULL auto_increment,
term_id bigint(20) NOT NULL default 0,
taxonomy varchar(32) NOT NULL default '',
description longtext NOT NULL,
parent bigint(20) NOT NULL default 0,
count bigint(20) NOT NULL default 0,
PRIMARY KEY (term_taxonomy_id),
UNIQUE KEY term_id_taxonomy (term_id, taxonomy)
);";but the upgrade code…
$bbdb->insert( $bbdb->term_taxonomy, array(
'term_id' => $term_id,
'taxonomy' => 'bb_topic_tag'
) );does not set a description, so this insert is failing.
Not sure how this could be working for anyone else…
Am I really the only one seeing this?
August 15, 2008 at 11:49 pm #66952In reply to: bbPress Tags in 1.0 alpha
zappoman
Memberdigging deeper…
looks like something went wrong in the upgrade process… and tags didn’t get migrated properly into the new term_taxonomy structure.
bb_terms appears to have been filled.
bb_term_relationships has a bunch of rows.
But… bb_term_taxonomy is empty…
August 15, 2008 at 11:41 pm #66489In reply to: TalkPress suggestions
Sam Bauers
ParticipantThere will be a sort of super plugin that you will be able to integrate into bbPress to get most of the functionality of TalkPress. The working name for the project is “bbPress Channels”. It will be released after TalkPress.
August 15, 2008 at 11:24 pm #3821Topic: Integrating bbPress into other systems
in forum Installationbalgo
MemberI’d like to add a comment system to MediaWiki using bbPress as the backend.
I imagine it’d work like the following:
1. each mediawiki creates a bbpress topic in a specific forum
2. if logged in, users can comment from the mediawiki page.
anyone have any clues to this? is bbsync the closest system to this at the moment?
August 15, 2008 at 11:18 pm #66811Sam Bauers
ParticipantWe have debated adding the wp-mail class to bbPress to get this functionality built in, but we balked at the sheer size of the code. What is a good lightweight replacement for php-mailer that we can consider adding to backpress?
August 15, 2008 at 11:03 pm #3820Topic: bbPress Tags in 1.0 alpha
in forum Troubleshootingzappoman
MemberAre tags expected to be working on the 1.0 alpha code?
I am playing around with the system, and it it appears as if tags are not being displayed. the bb_tag_heat_map() is displaying nothing, bb_get_top_tags() is returning an empty array. Individual posts don’t show tags either.
I am assuming this is related to the new taxonomy code… not sure if I did the upgrade incorrectly or what. When I logged into the admin system the first time, it did do a DB upgrade.
August 15, 2008 at 10:59 pm #66835In reply to: 1.0 Alpha – Wp Integration messed logins
Sam Bauers
ParticipantIf there is no secure salt in WordPress then you don’t need one in bbPress. I think it says that in the note on that field in the installer.
-
AuthorSearch Results