Search Results for 'bbpress'
-
AuthorSearch Results
-
May 3, 2010 at 1:24 pm #87647
In reply to: Forum permission
johnhiler
MemberThis plugin should do the trick!
May 3, 2010 at 8:06 am #87631Xevo
ParticipantWhat version are you integrating into (wp/bp) and are all your keys the same?
May 3, 2010 at 7:03 am #86890In reply to: really not sure bbpress is any good
foxchx
Memberthanks…
btw – what does “rescued from Akismet” means
May 3, 2010 at 6:59 am #87515In reply to: adding a "main theme forum"
foxchx
Memberno i mean adding multiple forum “main theme”
sp far all i have as the ability to ad topics…. which is very weird as that’s exactly what wordpress is create topic (post) and discuss them…
i am just trying to figure out what’s the use of such setup… if i can’t add forum, it’s kinda usless to have just a bunch of topics that can’t be sorted…
check out the pick (how do you post a picure in bbpress??)
May 3, 2010 at 3:45 am #87641In reply to: Slashes being added when using certain symbols
Terranb
MemberYep, I have it integrated with wordpress. I’ll give those fixes a shot.
Is there anyway I could add them without hacking core? Maybe as a plugin? This post (https://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-12563) suggests adding this:
if (function_exists('wp_head')) {
// or another check to see if WordPress has been included
add_filter('get_topic_title', 'stripslashes');
add_filter('get_post_text', 'stripslashes');
}to the “WordPress Integration” plugin. Since that plugin is in wordpress, not bbpress it didn’t seem like it would work, but I tried anyway and nothing. One person said it worked. Where might they have been adding it?
Then there is hacking core files, which I’d rather not do since it makes updating more difficult.
May 3, 2010 at 1:56 am #87640In reply to: Slashes being added when using certain symbols
chrishajer
ParticipantMay 3, 2010 at 1:54 am #87639In reply to: Slashes being added when using certain symbols
chrishajer
ParticipantI’ve seen that on integrated installations, or when using a language file. Is that your situation?
This has been reported but I don’t recall much about it lately, not a lot any way:
https://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-3953
May 2, 2010 at 9:46 pm #34172Topic: Slashes being added when using certain symbols
in forum TroubleshootingTerranb
MemberHi,
I’m noticing that back-slashes are being added when I use apostrophes or double-quotes in my forum. I’ve seen this before and I think I fixed it by adding stripslashes() or something around the variable, but I don’t know where I’d add it.
Is this a problem with the theme I’m using rather than bbpress? Any thoughts on how to fix it? Where are the post and title boxes created?
Thanks.
May 2, 2010 at 8:24 pm #87630logart
MemberHmm, ok. So far I am still unable to get WP or bbP logins to affect each other. In fact, adding define( ‘COOKIEPATH’, ‘/’ ); to wp-config.php prevents me from logging into my WP admin panel. So here is the current status:
1) Have the WP plugin installed and configured
2) Have bbPress configured
3) I can login to both separately
4) If I log out of WP, I cannot log back in to WP
5) As soon as I log out of bbP, I can then login to WP again.
6) If I removed the COOKIEPATH from the config, then I can login, and out of WP and bbP separately with no issues, but they do not share a common login.
So I think the main problem is that my cookie sharing is not working, as I thought that logging into one would make the other logged in to as well.
May 2, 2010 at 7:56 pm #87624In reply to: bbpress login & registration in wp
kikko088
Memberok but I want that the user put also other information…
I don’t like the wordpress profile manager, i prefer the profile manger of bbpress than i want that all user access only to bbpress profile manager.
May 2, 2010 at 7:42 pm #87623In reply to: bbpress login & registration in wp
zaerl
Participantbut while the registration with bbpress the user must insert name, email, site
Only username and email are required.
May 2, 2010 at 7:04 pm #87629logart
MemberGood or Bad, firefox crashed on me, and when I re-opened it, auth on both WP and bbPress are working now.
May 2, 2010 at 6:56 pm #87628logart
MemberJust a side-note: My WP auth is successful, because I do not get a password error, but it just re-directs me right back to the WP login page again. I have a feeling it is something to do with my WP integration settings.
May 2, 2010 at 6:50 pm #87622In reply to: bbpress login & registration in wp
kikko088
Membermy bbpress and wordpress ara just integrating, if i’m login with wp i’m login also with bbpress, but while the registration with bbpress the user must insert name, email, site with wordpress the user must insert only a nickname and email…I want to menage the registration only with bbpress….I try to put the html code for login but there is a little problem, until the user isn’t logged in the sidebar there is the login form, but when the user login in the sidebar remains the login form instead “Welcome, user, ecc…..”
There is another way for put login form in the sidebar?
thank you
May 2, 2010 at 6:44 pm #34171logart
MemberHello,
I just installed bbPress, and now when I logout of WP, I am unable to log back in. I can login to bbPress fine as admin user. Any suggestions?
May 2, 2010 at 6:35 pm #87580In reply to: Errors in bbPress – seen on the Official forums
Ashish Kumar (Ashfame)
ParticipantExactly!
May 2, 2010 at 6:24 pm #87621In reply to: bbpress login & registration in wp
Ashish Kumar (Ashfame)
ParticipantYou should consider integrating both WordPress and bbPress to have login synchronization (loggin into one will make you login for the other too and the same goes with logout)
May 2, 2010 at 5:46 pm #87579In reply to: Errors in bbPress – seen on the Official forums
chrishajer
ParticipantI still don’t believe there is any truth to the existence of a cache. Does anyone have proof of this?
I believe deleting either users or posts or topics, by whatever process, does not properly reset the last poster, number of voices, number of posts, number of replies, etc. Which is why I think this is related to either bugs or not fully developed or poorly performing plugins.
The functions exist, as ashfame explained, to fix problems. It should not happen on a regular basis.
From the “recount” page of the 1.1-alpha admin:
To minimize database queries, bbPress keeps it’s own count of various items like posts in each topic and topics in each forum.
If the plugin or even built-in functionality does not accurately update the count, then you need these recount functions. If the code were perfect (core and plugins) then these functions would need never be used.
May 2, 2010 at 5:39 pm #87620In reply to: bbpress login & registration in wp
kikko088
Memberthank you
May 2, 2010 at 5:26 pm #87578In reply to: Errors in bbPress – seen on the Official forums
zaerl
ParticipantNah. I’m lazy. Ok I’m joking. It’s an hard to reproduce error cause I use ~15 plugins and 8 are written by me and (urgh) 4 are not released to public.
Maybe I am the source of my “problems.” Eh eh eh.
May 2, 2010 at 5:14 pm #87619In reply to: bbpress login & registration in wp
Ashish Kumar (Ashfame)
ParticipantYes! Copy the code for bbPress login (html) and paste it into a widget, it should work.
May 2, 2010 at 5:11 pm #87577In reply to: Errors in bbPress – seen on the Official forums
Ashish Kumar (Ashfame)
ParticipantI totally agree with Chris on this.
Thanks Chris for explaining!
Did you file a bug on Trac? Recounting functions are there for use in case counts go out of sync and not to be used regularly because bbPress shouldn’t mess up with counts by its own functions.
zaerl
ParticipantPlease notice that if you specify:
define( 'BB_LANG', 'it_IT' );then the mo/po must be called it_IT.mo/po. Take my italian translation. It is guaranteed.May 2, 2010 at 4:54 pm #87576In reply to: Errors in bbPress – seen on the Official forums
zaerl
ParticipantReally?
Yes. Really.
Where do you see evidence of this in action?
In one in one of my forums. Wrong number of posts associated with a wrong number of discussions per user. It seems that it happens in a regular basis after a deletion of a long list of users. But I use a cron job each week so not a big deal. I have not investigated about the plugin that cause this mess.
May 2, 2010 at 4:00 pm #87575In reply to: Errors in bbPress – seen on the Official forums
chrishajer
ParticipantAs a moderator here, I don’t have access to the recount functions to reset things, and don’t have access to MySQL to see the data that’s being stored for counts, last poster, etc.
-
AuthorSearch Results