Search Results for 'updated'
-
AuthorSearch Results
-
May 25, 2011 at 3:57 am #105948
In reply to: bbpress plugin 2 beta 1
John James Jacoby
Keymaster@jerledb – Login/register are supported via page templates, there is a login widget, and eventually shortcodes too. A register widget is a nice idea but leads way to lost-password and activation widgets, none of which will make it into 2.0.
Spam isn’t really handled yet, since there’s no one spamming forums that don’t use software that isn’t released yet.
There is a Trac ticket regarding Akismet integration, but either Akismet will need to be updated or a special version of Akismet to concentrate on post spam (which isn’t really a WordPress issue.)
Regarding IP addresses, there are WordPress plugins to help with this, and WordPress multisite comes with this kind of functionality baked in. Traditionally WordPress doesn’t handle spam at a user level, since registered users are typically already trusted to some regard. We run into this issue a little bit even here at bbpress.org. bbPress does log the IP address of every topic/reply that is created, so a plugin can use that to check against a ban list or something.
May 25, 2011 at 3:33 am #100641In reply to: bbPress 2.0 – FAQ
John James Jacoby
KeymasterLead post updated.
You need simply to scroll up to see the answer.
May 25, 2011 at 3:33 am #105741In reply to: bbPress 2.0 – FAQ
John James Jacoby
KeymasterLead post updated.
You need simply to scroll up to see the answer.
May 25, 2011 at 2:52 am #100639In reply to: bbPress 2.0 – FAQ
John James Jacoby
Keymaster@telesoft – Lead post updated. There is no comparison chart, and nothing like that will happen until bbPress 2.0 launches.
May 25, 2011 at 2:52 am #105739In reply to: bbPress 2.0 – FAQ
John James Jacoby
Keymaster@telesoft – Lead post updated. There is no comparison chart, and nothing like that will happen until bbPress 2.0 launches.
May 21, 2011 at 1:37 pm #100748In reply to: Importing from bbPress Standalone
John James Jacoby
KeymasterI updated some of the verbiage and changed a few of the behaviors of the importer from bbS2P to being in core. It needs some heavy testing. This kind of data migration is not something that should be taken lightly, so let’s get it polished up for when 2.0 goes gold.
May 21, 2011 at 1:37 pm #105848In reply to: Importing from bbPress Standalone
John James Jacoby
KeymasterI updated some of the verbiage and changed a few of the behaviors of the importer from bbS2P to being in core. It needs some heavy testing. This kind of data migration is not something that should be taken lightly, so let’s get it polished up for when 2.0 goes gold.
May 20, 2011 at 3:22 am #99210In reply to: WPMimic V.1
Vietson
Member@smiga – I do not believe that was a feature in my theme but more like a feature in bbPress. After I updated bbPress I notice that feature was gone as well.
May 20, 2011 at 3:22 am #104310In reply to: WPMimic V.1
Vietson
Member@smiga – I do not believe that was a feature in my theme but more like a feature in bbPress. After I updated bbPress I notice that feature was gone as well.
May 14, 2011 at 6:26 pm #100227In reply to: bbPress Standalone to Plugin Converter Beta 2
Gautam Gupta
ParticipantI’ve updated the script, the latest version can be found here which addresses the issues highlighted by
jonkristian
(replies not being displayed) andRick
(errors from plugins – turned debug option off by default, though it is recommended that you turn off all plugins) and some others too.Rick
: You should put only thebbs2p.php
file in the root directory (where you havewp-config.php
. Then change those lines to:define( 'BBS2P_WP_PATH', '' ); /** With Trailing Slash, if required */
define( 'BBS2P_BB_PATH', 'forums/' ); /** With Trailing Slash, if required */JJJ
: I’m on that.May 14, 2011 at 6:26 pm #105327In reply to: bbPress Standalone to Plugin Converter Beta 2
Gautam Gupta
ParticipantI’ve updated the script, the latest version can be found here which addresses the issues highlighted by
jonkristian
(replies not being displayed) andRick
(errors from plugins – turned debug option off by default, though it is recommended that you turn off all plugins) and some others too.Rick
: You should put only thebbs2p.php
file in the root directory (where you havewp-config.php
. Then change those lines to:define( 'BBS2P_WP_PATH', '' ); /** With Trailing Slash, if required */
define( 'BBS2P_BB_PATH', 'forums/' ); /** With Trailing Slash, if required */JJJ
: I’m on that.May 13, 2011 at 4:44 am #100521In reply to: Can't run bbP Plugin in a subdirectory
tooltrainer
Memberactually I’m not much for command line so I’m using TortoiseSVN. I have the repo on my machine, the problem is I develop on the server, not locally, so my local copy is pretty much never in sync with my server copy, since this isn’t my SVN where I can manage the deployments.
SVN is awesome but when I try to understand the deeper workings of it, my head wants to explode.
Would this workflow do the trick?
1. Checkout repo locally
2. Upload to WP on server
3. Do my thing, edit files, whatever.
4. End of each day (or whenever), download my edited files to my local copy.
5. Start of each day (or whenever), update my local copy.
6. Upload updated files to server copy.
7. Goto 3.
In my head that seems like it would work, which probably means it’s horribly flawed. LOL
Jonathan
May 13, 2011 at 4:44 am #105621In reply to: Can't run bbP Plugin in a subdirectory
tooltrainer
Memberactually I’m not much for command line so I’m using TortoiseSVN. I have the repo on my machine, the problem is I develop on the server, not locally, so my local copy is pretty much never in sync with my server copy, since this isn’t my SVN where I can manage the deployments.
SVN is awesome but when I try to understand the deeper workings of it, my head wants to explode.
Would this workflow do the trick?
1. Checkout repo locally
2. Upload to WP on server
3. Do my thing, edit files, whatever.
4. End of each day (or whenever), download my edited files to my local copy.
5. Start of each day (or whenever), update my local copy.
6. Upload updated files to server copy.
7. Goto 3.
In my head that seems like it would work, which probably means it’s horribly flawed. LOL
Jonathan
May 13, 2011 at 2:48 am #95308In reply to: bbPress 2.0 – Updates
John James Jacoby
Keymaster@tooltrainer – I’d ask if you have this much going on, that you probably create your own topic to post things in. To be honest, I can’t really keep up with everything you’re trying to do, so I don’t really know what to tell you.
I’d suggest just starting completely over from scratch, and comparing the two installs to see what’s different.
@Rick – Even if you get your old forums converted into the new plugin, BuddyPress still hasn’t been updated to integrate with the plugin version of bbPress, so your group forums either need to stay how they are, or you need to build what eventually will be in BuddyPress core.
May 13, 2011 at 1:57 am #95304In reply to: bbPress 2.0 – Updates
tooltrainer
MemberOK I’m seriously stumped now. I just blew away my copy of WP an installed a totally fresh one, updated to 3.1.2, in a subdirectory called “new”. Uploaded latest bbp 3145 and activated it. Created a forum, tried to visit /new/forums/ and was immediately redirected to domain.com/forums/ instead of ending up at domain.com/new/forums/ as expected. Is this a bug of having bbp in a subdirectory?
So I changed my permalinks again to /%postname%/ and now I’m not redirected anywhere unexpected, but when I end up at /new/forums/ I get the same page not found error.
This is using the included 2010 bbP theme and stock EVERYTHING except for disabling the “Prefix the root slug before the following slugs?” feature.
What gives? I feel like I’m losing my mind or something… this is normally the simplest thing in the world!
?????
Jonathan
May 12, 2011 at 8:13 pm #95298In reply to: bbPress 2.0 – Updates
John James Jacoby
Keymaster@tooltrainer – that’s the price you pay for having something so customized. In the future any custom plugins won’t be able to drop in, and will all need customization. You’re sacrificing ease of use to have something totally unique. You need to ask yourself if you want to keep babysitting your site whenever anything outside of your control gets updated, or if you can make things work with something you have less control over.
Regarding converting from stand alone to plugin, make sure you have a solid backup and restore plan incase something goes wrong.
Regarding theme comparability, bbPress defaults to using the page.php of your theme and replacing the title and the content with what bbPress expects to be there. If your custom theme has page.php all tricked out, you’ll want to find/hire a developer to show you how to bypass it.
Eventually we’ll have a codex here with examples, similar to codex.wordpress.org, until then it’s up to you early adopters to go hunting for solutions and post them up in the forums, for everyone to learn from.
I’ve tried to dream up every possible way for things to be filtered and manipulated with this version of bbPress, so you should never need change anything in the core files.
May 12, 2011 at 8:37 am #95283In reply to: bbPress 2.0 – Updates
tooltrainer
MemberHah simultaneous post.
It is a commercial theme, ProfitsTheme, that has had the twentyten bbP elements ripped out and put into it. I lovingly refer to it as FrankenTheme.
But for the most part it’s working like a champ. Except for this…
It was working before just fine, then it didn’t so I updated to the latest trunk and re-integrated all my changes… then it worked great. Till today when it suddenly stopped again. Very confused…
Jonathan
May 6, 2011 at 10:56 am #95225In reply to: bbPress 2.0 – Updates
John James Jacoby
KeymasterJust put some finishing touches on breadcrumbs in theme compat. All that’s left to do is add the topic-tags to theme compat, and zero out the tickets in trac. Also updated the first post of this topic with status.
May 5, 2011 at 10:14 pm #91976In reply to: Kakumei Black
copperblade
ParticipantThe Demo link on the project page updated to:
May 3, 2011 at 11:14 am #95200In reply to: bbPress 2.0 – Updates
jonkristian
MemberSome feedback (All errors in the backend):
– Pagination returns internal server error for replies.
– I cannot filter by topics in replies, works fine in topics.
– Date filtering also returns internal server error.
– Search replies also returns internal server error.
I did change the view on replies to list all of them, then i mass edited forcing the permalinks to get updated, that did not work.
But it works when editing each reply manually.
April 29, 2011 at 1:59 pm #95175In reply to: bbPress 2.0 – Updates
Gautam Gupta
ParticipantJaja
: The plugin in the WordPress Plugin repository has not yet been updated. You cansvn checkout
it via this link:http://svn.automattic.com/bbpress/branches/plugin
or click the download as zip archive link here.April 29, 2011 at 1:08 pm #95174In reply to: bbPress 2.0 – Updates
Jaja..
MemberThanks,
This means i could download it tonight from this location?
https://wordpress.org/extend/plugins/bbpress/
At this point it says: Last Updated: 2010-4-30
April 21, 2011 at 1:47 am #38215Topic: YouTu.be share url
in forum Pluginsksmithtn
MemberDoes anyone have a hack or updated plugin that works with the new the http://youtu.be/ share url??
I use BBVideo, but I’ll take anything that works. Thanks!
April 19, 2011 at 10:03 pm #97861In reply to: BBPress is ok or dead ?
NuclearMoose
MemberHow about you French-language folks provide a list of the English terms that don’t have an appropriate French equivalent, and provide the terminology you think it should have. Then the language files can be updated.
Would be faster than waiting for someone to get around to it.
April 19, 2011 at 10:03 pm #102961In reply to: BBPress is ok or dead ?
NuclearMoose
MemberHow about you French-language folks provide a list of the English terms that don’t have an appropriate French equivalent, and provide the terminology you think it should have. Then the language files can be updated.
Would be faster than waiting for someone to get around to it.
-
AuthorSearch Results