Search Results for 'code'
-
AuthorSearch Results
-
April 28, 2011 at 6:24 pm #105315
In reply to: bbPress Standalone to Plugin Converter Beta 2
Gautam Gupta
ParticipantErlend: As BuddyPress installs bbPress standalone with only a few tweaks, I think it would be very much possible to convert the BuddyPress bbPress forums too. Just point it to its directory.
April 28, 2011 at 6:24 pm #100215In reply to: bbPress Standalone to Plugin Converter Beta 2
Gautam Gupta
ParticipantErlend: As BuddyPress installs bbPress standalone with only a few tweaks, I think it would be very much possible to convert the BuddyPress bbPress forums too. Just point it to its directory.
April 28, 2011 at 3:25 pm #95168In reply to: bbPress 2.0 – Updates
Gautam Gupta
Participantchrisbrocklesby: There was a fix posted earlier in this thread about that (which I don’t actually remember and it’s hard to locate that). It happens when you upgrade from an old version of bbPress plugin. If you could nuke the whole dev site and install it again, then it should start working again for you.
April 28, 2011 at 3:22 pm #95166In reply to: bbPress 2.0 – Updates
Gautam Gupta
ParticipantMatalina: Try addingbbpressin the list of tags instyle.cssof your theme. That behavior should be changed though.April 27, 2011 at 6:30 pm #95158In reply to: bbPress 2.0 – Updates
John James Jacoby
KeymasterThat’s a bug. I experienced it once before and thought I’d fixed it so might be a regression of some newer privacy handling code. Will check it out. Go ahead and create a trac ticket for it and I’ll close it when it’s resolved.
John James Jacoby
KeymasterHi Bryan. Looks like you just registered here a few seconds before posting this. Giving you the benefit of the doubt that you’re not spam. Welcome to bbPress.org.
John James Jacoby
KeymasterHi Bryan. Looks like you just registered here a few seconds before posting this. Giving you the benefit of the doubt that you’re not spam. Welcome to bbPress.org.
April 26, 2011 at 8:19 am #105385In reply to: Errors and unable to access Admin
usernametaken
MemberThanks that solved it.
They shouldn’t just sticky your post they should sticky a medal on your chest
April 26, 2011 at 8:19 am #100285In reply to: Errors and unable to access Admin
usernametaken
MemberThanks that solved it.
They shouldn’t just sticky your post they should sticky a medal on your chest
April 25, 2011 at 10:14 pm #95155In reply to: bbPress 2.0 – Updates
John James Jacoby
Keymaster@ricardouk – Gautam’s got it a little backwards. It means that if your existing WordPress theme *DOES NOT* have
add_theme_support( 'bbpress' );in its functions.php file (or anywhere else) that bbPress will attempt to fill in the missing template files on its own with a default set of CSS rules.For example, for themes that do not *explicitly* say “yes I have bbPress template files” bbPress will still attempt to work it out for you. Say you purchased a theme from StudioPress which doesn’t come bundled with any bbPress template files for forums, that’s okay. When you visit a single forum or single topic, bbPress intercepts the request and serves up a default template that looks like a forum or topic.

In other words, do not use
add_theme_support( 'bbpress' );unless your custom theme has a “/bbpress” folder that has the necessary files that bbPress expects to be there.April 25, 2011 at 5:59 pm #104821Debra Pearlman
Memberme too….my forums don’t work at all. I get this weird code:
$bb->custom_user_table = ‘wp_users’; $bb->custom_user_meta_table = ‘wp_usermeta’; $bb->uri = ‘http://intranet.kki.org/school/social/wp-content/plugins/buddypress/bp-forums/bbpress/’; $bb->name = ‘ Forums’; define(‘BB_AUTH_SALT’, ‘put your unique phrase here’); define(‘BB_LOGGED_IN_SALT’, ‘put your unique phrase here’); define(‘BB_SECURE_AUTH_SALT’, ‘put your unique phrase here’); define(‘WP_AUTH_COOKIE_VERSION’, 2); ?>
whenever I try to start a forum
April 25, 2011 at 5:59 pm #99721Debra Pearlman
Memberme too….my forums don’t work at all. I get this weird code:
$bb->custom_user_table = ‘wp_users’; $bb->custom_user_meta_table = ‘wp_usermeta’; $bb->uri = ‘http://intranet.kki.org/school/social/wp-content/plugins/buddypress/bp-forums/bbpress/’; $bb->name = ‘ Forums’; define(‘BB_AUTH_SALT’, ‘put your unique phrase here’); define(‘BB_LOGGED_IN_SALT’, ‘put your unique phrase here’); define(‘BB_SECURE_AUTH_SALT’, ‘put your unique phrase here’); define(‘WP_AUTH_COOKIE_VERSION’, 2); ?>
whenever I try to start a forum
April 25, 2011 at 4:47 pm #95153In reply to: bbPress 2.0 – Updates
Ricardo
ParticipantHi Gautam, i tried it on the 4 themes i previously used with wordpress and it didn’t work.
Added:
add_theme_support( 'bbpress' );to the theme functions, will wait for further developments,The themes i used are minimalist and simplistic without “fancy stuff”, i can’t help with coding but if you need any testing just let me know.
April 25, 2011 at 4:31 pm #95152In reply to: bbPress 2.0 – Updates
Gautam Gupta
ParticipantRicardo: You should put that line in your WordPress theme’sfunctions.php. Note that some themes might still not display it properly.April 25, 2011 at 2:58 pm #105260In reply to: WP login + bbPress login automatically?
Gautam Gupta
ParticipantYou also need to install this plugin in WordPress and it would tell you what you need to add in your
wp-config.php.April 25, 2011 at 2:58 pm #100160In reply to: WP login + bbPress login automatically?
Gautam Gupta
ParticipantYou also need to install this plugin in WordPress and it would tell you what you need to add in your
wp-config.php.April 25, 2011 at 1:29 am #95149In reply to: bbPress 2.0 – Updates
John James Jacoby
KeymasterA few last minute gifts are now in the bbPress plugin.
First, shortcodes. Now you can insert forums and topics into blog posts and pages. This is awesome because it will let you insert a river of forums or replies anywhere that
the_content();is used and shortcodes are supported.Second, theme compatibility. This one is huge, could use some testing, and is potentially a game-changer. If you’re not using a theme that actively supports bbPress by setting
add_theme_support( 'bbpress' );, bbPress is going to serve up its own default set of templates and styling from whatever is set as the theme compatibility layer (which defaults to bbp-twentyten.) There is a little more work to be done here, but so far it’s working a treat.As a plugin developer, theme compatibility with new features is something I’ve wrestled with for a really long time, and recent changes in WordPress core have made this easier. For BuddyPress and now bbPress, this is years in the planning stages, and I’m really happy, excited, and proud that it’s in and loosely working.
April 23, 2011 at 10:30 pm #38254Topic: Facebook LIKE Plugin
in forum PluginsJamesLaFleur
Member2147483647 seems to be the problem! !!
It seems if you have a facebook ID or AppID larger then 2147483647 it Reverts to this in the DB… And causes MANY Problems being that the way the plugin is written you cant EASILY change the Facebook ID… I had to go into Mysql and do it manually.
It seems this is a problem that the FACEBOOK CONNECT plugin had the same issue.
RE:
http://bbpress.org/plugins/topic/simple-facebook-connect/changelog/
“Version 1.0.2 (2011-03-28)
Users with a Facebook ID >= 2147483647 would not work properly due to PHP limitation in intval() function. Fixed.”
As with this other fb plugin- hopefully we can fix this problem. I started manually insterint the correct ID’s via SQL but its not the best hack and it doesnt stick for more thne 24 hours.. i have to keep re-editing the db in that are..
HELLP!

JL
April 23, 2011 at 5:39 pm #95145In reply to: bbPress 2.0 – Updates
wildkyo
MemberGoing to be cleaning up the trac tickets for the plugin over this weekend and uploading a 2.0-alpha-1 to the WordPress.org plugin repository in the next few days. This should make downloading, installing, and updating the plugin easier for everyone now that it’s ready for more testing.
Hell, yes!!
April 23, 2011 at 5:23 pm #87934bryzo
Member@Komodo Island
You could go through the theme code manually and attempt to find where the spam links or are located, or you could grab the clean code from the link that Ashfame provided.
Here is the location of the spam links: header.php
April 23, 2011 at 4:58 pm #95143In reply to: bbPress 2.0 – Updates
Gautam Gupta
ParticipantJJJ: Yeah, getting close.

Bryan: As easy as uploading a 2-line edited script and clicking a few next buttons.
April 23, 2011 at 12:38 pm #105312In reply to: bbPress Standalone to Plugin Converter Beta 2
Gautam Gupta
ParticipantRight, multiple databases are not supported.
April 23, 2011 at 12:38 pm #100212In reply to: bbPress Standalone to Plugin Converter Beta 2
Gautam Gupta
ParticipantRight, multiple databases are not supported.
April 23, 2011 at 12:35 pm #105311In reply to: bbPress Standalone to Plugin Converter Beta 2
Anonymous User 7670885
InactiveTo be honestly i’ve try just one time with root privilege (local webserver – with wampserver) but maybe is caused by different database.
I can try to move in one database and run again
April 23, 2011 at 12:35 pm #100211In reply to: bbPress Standalone to Plugin Converter Beta 2
Anonymous User 7670885
InactiveTo be honestly i’ve try just one time with root privilege (local webserver – with wampserver) but maybe is caused by different database.
I can try to move in one database and run again
-
AuthorSearch Results