Search Results for 'bbpress'
-
AuthorSearch Results
-
October 18, 2011 at 12:22 pm #107953
In reply to: Logout error when bbPress plugin is active
bbpressHermit
MemberSeems to be working fine for me, did you run into the same problem with logging in as well? or user registration?
I seem to have the same error for anything that is being redirected, it adds the subdirectory name twice… domain.com/subdir/subdir… which always returns a 404.. I can use a .htaccess redirect but it is an ugly fix.
October 18, 2011 at 12:06 pm #107952In reply to: Logout error when bbPress plugin is active
atiminou3
MemberI was having the same issue, but it’s working now.
I’m sure it’s not the perfect fix, but it works for now.
bbp-includes/bbp-common-template.php
line 1751
Changed : wp_logout_url( $redirect_to )
to : wp_logout_url( home_url() )
Please share your experiences.
Thanks
October 18, 2011 at 9:17 am #107951In reply to: Logout error when bbPress plugin is active
bbpressHermit
MemberAnyone else have any temporary fixes or patches? I’m running into the same problem.
I’ll be spending some time to see if I can come up with something.
October 18, 2011 at 9:00 am #109906In reply to: User Registration/Reset Password redirect oddity
bbpressHermit
MemberWith some more research it looks like others have run into the same problem.
I think it is best if we leave this topic to concentrate on the other.
October 18, 2011 at 7:29 am #40341Topic: Database's
in forum InstallationGood in Today
MemberSo my Hosting Provider gives me unlimited MySql Database’s but they can only be 1Gig in size. I am wondering how WordPress, BuddyPress, and yes bbPress is going to handle this. Can I set a seperate database up for each of my topics in the Forums? Will MySql simply start up a second database when the first one fills? Just not sure how this is going to affect the site, if at all. Any thoughts?
October 18, 2011 at 5:18 am #109964In reply to: Comment Box under Reply Box
John James Jacoby
KeymasterSomething in your theme is causing the $post local to be reset, which makes it default to comments being turned on. bbPress forces this off for most themes, but with a custom theme that does its own global manipulations, bbPress can’t guarantee anything.
You’ll want to figure out where your theme reloads the $post global, and either unset it, or force comments off. Start by looking in bbp-includes/bbp-core-compatibility.php fir how bbPress does it first.
October 18, 2011 at 5:05 am #109853In reply to: bbPress No Full Page Integration
thetbasket
MemberThank you for the information.
I just tried the solution you had posted for a Full-width forum, but the sidebars still remained. It seemed to work for the other user, but was a no-go for me.
I removed the div.bbp-breadcrumb in bbpress.css as suggested and replaced it with:
.bbp-forums {
width: 100%;
}
But there was no change.
Any tips would be great. I can understand what you’re saying about how wordpress is built for a certain function, but at the same time the function of a forum does not necessarily adhere to that format or fit appropriately within it.
For me, the benefit of having such a plugin is to have a forum that operates well and lightly as a forum on a wordpress site, not necessarily a forum that works within the confines of a wordpress post or page, which is not how forums have functioned nor probably how they best function – considering the horizontal space they typically need for the post title, user that posted, number of replies, and so on, which take up quite a bit of horizontal real-estate.
And since the typical widget that would be placed on the sidebar of a blog would be unlikely to directly apply to the forum, what you have in the end is an unnecessary utilization of space that would – for the end user – probably be better used to create a forum which is less cramped, more spacious, etc. – especially when they have the option to access the widgets and sidebars by going back to the blog – that which those widgets and sidebars were likely created for in the first place.
October 18, 2011 at 4:44 am #109933In reply to: Full width forum but where then is the login?
thetbasket
MemberI’m also considering how this can be done. I have a left and right sidebars with widgets in them that I wish would not even be displayed. As far as the forum is concerned, I would like it to be the full width of the theme without the sidebars/widgets but see no clear way to remove them.
Any assistance on this would be helpful. Also, if I am not completely missing it, it may be a good option to release in the GUI for future users. Most blogs contain these sidebars which – however well they may work for a blog – will almost always make a forum which fits between them too narrow and cumbersome.
The bbpress forum on install had four columns, and my wordpress blog has a 900px width with sidebars on each side. This doesn’t leave much room for the forum to operate within, and it is basically “squished”. I would imagine other users would have similar issues.
As sidebar items such as search, categories, and archives usually are related more to the blog and not necessarily related to the forum at all, or necessary for the forum to operate (especially as the user can simply click “Home” on the menu and see the forum with all of it’s widgets and sidebars”), I would think there would be many cases where users would find keeping the widgets from the blog on the forum unnecessary and clunky.
An option to disable sidebars and widgets from the current wordpress theme would be a fantastic addition to bbpress.
Until that feature is implemented, how can one make the forum the full width as the OP request, disabling the WP widgets and sidebars?
Great job, though, it’s a very promising project.
October 18, 2011 at 3:31 am #109972In reply to: YouTube in bbPress2.0 vs BuddyPress 1.5 Group Forum
djoep
MemberHey Andrew,
I took a look at bbPress Post Toolbar but it seemed to add bbcodes either by hand or by clicking a button. With “normal” wordpress, and inside the buddypress group forums, if you just enter the url as text, with no added adornment, it just shows up as embedded video. I believe the same is true for image urls but haven’t tested recently.
Also, I’m confused. On both the WPplugin directory as well as the master501 website, it shows the latest version as being back in August, not today???
Thanks,
joe
October 18, 2011 at 3:06 am #109971In reply to: YouTube in bbPress2.0 vs BuddyPress 1.5 Group Forum
Good in Today
MemberJust today I added a Plugin called “bbPress Post Toolbar” to correct the very issue you’re referring too here. My youtube video’s were coming out as links. After installing this Plugin I didn’t even have to repost the links. They just magically became imbedded video. Hope this helps ya!
October 18, 2011 at 2:07 am #109270In reply to: WYSIWYG-Editor?
Anointed
ParticipantAs it sounds like you know what you are doing, check this out, your gonna flip over this one.
https://core.trac.wordpress.org/ticket/17144
Basically it means we can now use the full blown wp editor on the front end. I managed to get it setup in a few mins and for the most part it works perfectly.
I know this is going to hit bbPress as soon as WP3.3 is released, but nothing is stopping us from playing around before that.
October 18, 2011 at 2:03 am #109970In reply to: YouTube in bbPress2.0 vs BuddyPress 1.5 Group Forum
djoep
MemberBTW, had a similar experience adding a wysiwyg editor to bbPress. In that case, it worked in bbPress 2.0 site-wide but not in the individual group forums.
It would be nice if bbPress behaved basically the same inside and outside groups for a buddyPress / bbPress install on the same site.
Don’t get me wrong… both are awesome and exceedingly complex under the hood.
Thank you!
October 18, 2011 at 1:52 am #109269In reply to: WYSIWYG-Editor?
djoep
MemberOK, after a bit of testing this seems to work in my site-wide bbPress 2.0 forum but it does not seem to work in the bbPress froums embedded in budddyPress 1.5 groups.
to get the groups to show the editor I tried several different element identifiers including #topic_text which is the ID for the text entry area for new posts… no joy!
Any ideas as to what could be causing the difference in behavior would be greatly appreciated!!!
joe
October 18, 2011 at 1:34 am #40336Topic: YouTube in bbPress2.0 vs BuddyPress 1.5 Group Forum
in forum Troubleshootingdjoep
MemberWhen I paste a youtube link into a bbPress 2.0 forum posting or reply it comes out as a link.
When I paste the same youtube link into a buddyPress 1.5 broup forum it comes back as I expected (like wordpress) as an embedded video.
Is there a way to get the two versions of bbPress to act the same?
Thanks, and please forgive my ignorance if this is a simple, obvious configuration setting that somehow I overlooked.
joe
October 18, 2011 at 1:25 am #109411djoep
MemberI looked at all the files for other forum converters but the joins seemed simpler than what smf might require or more likely I just did not understand the table conversion code.
So, here are the specifics (smf_ is the prefix).
for the topics area.
for the topic title conversion.
SMF has two tables required to get whatever it is you need:
Table = smf_topics includes:
field = ID_TOPIC – the table index for topics.
field = ID_FIRST_MESSAGE – the index of the first message written for the topic.
Table = smf_messages includes:
field = ID_MSG – table index & source of ID_FIRST_MESSAGE above.
field = subject – the actual text for the “topic title”
If you can give me the corresponding syntax to replace the following, I think I can probably muddle through the rest of the converter. I am very hesitant to send the entire database. BTW, this is coming from an smf 1.x install, not the newer 2.x version.
Current converter code for topic title
// Topic title.
$this->field_map[] = array(
‘from_tablename’ => ‘thread’,
‘from_fieldname’ => ‘title’,
‘to_type’ => ‘topic’,
‘to_fieldname’ => ‘post_title’
);
Thanks very much!!
joe
October 18, 2011 at 1:02 am #109410AWJunkies
MemberJoe thank you so much for your info pasted above to help assist people. I just want to let everyone know I have a new version 1.2 coming out probably tomorrow which will speed up everything IF your mysql account for WP has access to add tables. It will also fix issues with non UTF8 WP tables. Also fixes cleaning to be faster.
Now onto smf my advise is to look at invision and other examples in the convert folder that showing the tags grab which uses the join tables code.
If you give me the two names OR dump me a database for SMF I can do the convert file or tell you what to put within minutes. These convert files I can create within 30min. It is the testing that is more time consuming. Once I release the next update I will start creating more convert files. Sorry again for the delays. I am ALWAYS available on skype and other messengers for immediate help.
October 18, 2011 at 12:58 am #109268In reply to: WYSIWYG-Editor?
djoep
MemberI believe I may have found a solution to this problem… Woot!
1) install the wordpress plugin CLEditor
2) on line 25 of cle_wp.php change the line to read:
$(“#new-post textarea”).cleditor();
3) test, test, test, test, test.
this seems to be working on my test server but I’ve only given it a few minutes trial. I’ve tried it using bbpress standalone alongside buddypress, not in one of the group forums (yet).
joe
October 17, 2011 at 11:36 pm #109362In reply to: Understanding templating.
David
Membernthfamous, bbPress looks in your active theme directory for a template from the following (in this order):
1. bbpress.php
2. forum.php
3. page.php
4. single.php
5. index.php
In other words, if you don’t have a bbpress.php present then it will look for forum.php, and then page.php and so on. Page.php is a standard so if you haven’t added any forum specific files already that’s probably what’s being called.
October 17, 2011 at 10:20 pm #40335Topic: Comment Box under Reply Box
in forum InstallationGood in Today
MemberSo I’m using WordPress, BuddyPress, bbPress, and wrapping Suffusion ( with BP addon ) around those. Oh and using my own Theme so I can make modifications, if I need too ( Child Theme under Suffusion ). In any event my question is…
How do I remove the Comment Box from the Topic’s Page’s in my Forums? There is a Reply Box, for posting in the Forum, and directly under that is the normal Comment Box for replying to a new Posting ( Like if I’d Posted a new Blog Posting ). The Reply Box actually needs to be there, obviously. But the Comment Box is not needed and unsightly, since the Reply Box is directly above it.
October 17, 2011 at 8:20 pm #109409djoep
MemberOn a related note… I’ve started to pick away at trying to build an smf converter using this plugin. I’ve run into a bit of an obstacle.
In the Topic Section of Standalonebbpress.php These lines are used to get the Topic Title and make sure it gets place in the bbPress 2.0 post meta data:
// Topic title.
$this->field_map[] = array(
‘from_tablename’ => ‘topics’,
‘from_fieldname’ => ‘topic_title’,
‘to_type’ => ‘topic’,
‘to_fieldname’ => ‘post_title’
);
Seems simple enough… the original bbpress install has a table topics with a field topic_title that has the topic title you’re looking for. I belive that inside bbc-convert-class this array is translated into a querry string but not exactly sure how the indexing is done.
With SMF, it’s more complicated. The topics are defined in a table also called topics, but that table does not include the topic title. Instead, it includes the index to the original message posted in a field called ID_FIRST_MESSAGE. To get the topic title, you have to go to the messages table and look up the ID_MESSAGE that matches, and get the title from the subject field.
All this seems doable using standard SQL but I’m finding it very difficult to figure out how to use the array fields ‘from_tablename’, ‘from_fieldname’, ‘join_tablename’, join_fieldname’, ‘join_type’, and ‘join_expression’ to produce the desired result.
I guess part of the problem is that I don’t really get what the “desired result” is… I have not managed yet to wrap my head around what the heck the convert_table function result in when it works correctly.
Any help or insight would be appreciated! I suspect that this may be representative of one of the most complex aspects of getting smf conversion done.
Thanks,
joe
October 17, 2011 at 7:25 pm #109408djoep
MemberI did all my work locally so no issues with memory or timeout that I could not easily resolve. BTW, one thing I did along the way was to set the number of rows to 1000 vs the default 100.
My overall strategy is to work off of a local, static version of the smf DB and local version of WP and all plugins and themes.
Once I get the process working smoothly and reliably and I get most of the development done in the WP end of things, I’ll do the following:
1) Lock down smf on the live site to new posts.
2) Make a backup of the smf DB and import it to my local environment.
3) Process the recent SMF DB using my (hopefully) perfected translation process.
4) Use standard WP methods to Move my site to the live server.
I’m a long ways away from this, having a lot of other development work to do (see bigtreestech.com to see where I’m starting from). I will be “practicing the moving of the site to the live server before I have to do it for real to find and fix any residual issues with URLs and paths that I expect will exist.
Finally, I believe that the groups and group forums were created by the smf import plugin, not the sitewide forum selection from bp. I am trying to get to the point where I can go from site-wide smf, with no group association, to the same sort of forum with bbpress. I will also be using the bp internal forums for groups but there will be no “overview” of group forum activity… at least that is my thinking so far.
October 17, 2011 at 7:18 pm #40334Topic: "Public" profile fields…
in forum Installationkevinvaughn
MemberIs it possible to allow bbPress users to view a subset of another user’s profile information?
October 17, 2011 at 7:06 pm #109407Erlend
ParticipantThank you kindly for your input Joe. In fact, your conversion process is identical to ours; we’re currently running a BP forum that was previously converted from SMF, using that same plugin (which one of our developers, Normen, actually programmed for that exact purpose. Maybe he could work his magic again, but our own software needs some lovin’ too).
I’ve got some questions that I hope fall under the requirements of your disclaimer:
– Did you ever experience any issues with memory loss / timeouts? If so, how did you bypass them?
– After the successful conversion, did you have a new forum for each individual group? (i.e. Are the group forums all technically a single forum behind the scenes?)
– What exactly is the date & time issue? It’s a rather critical fix in my opinion.
I have not yet tackled the issue of getting rid of all the groups and group forums that the other plugin created.
You mean cleaning out the existing groups & group forums in BuddyPress, created by using the “Site wide forum” option? I would expect that to have a wizard or at least a doc page for it, but I’ve not found any post, doc or code relevant to it yet.
October 17, 2011 at 6:04 pm #107096In reply to: bbPress 2.0 & BBCode
antonchanz
MemberVersion 0.2 is out, more stable now. Much improvements over the bOingball version, even if you don’t have bbpress installed. The
Quote:tag now supportsname wrote:format in such a way that if name is the login name of a user on the system, it displays as their display name instead. Also if buddypress is installed, the display name becomes a link to their profile page. If buddypress isn’t installed but bbpress is, it links to their forum user page. I’ve also added css style classes to the html output, allowing for some interesting theme options…October 17, 2011 at 5:22 pm #108839In reply to: Database question and also…
Good in Today
MemberYes, thank you for your response dominornovus. I had just now figured out and corrected number one myself. I had Buddypress’s forums active and it was conflicting with bbpress.
The second one, well I only use the databases for WordPress and obviously Buddypress and bbpress. I just need to know if bbpress is using my mysql database for storing of the forums ( posts and such ) and if it is is there a way to use multiple databases’s with it, as I’m sure I’m not the only one using GoDaddy or the only one with this 1Gig database restriction. Or even if the 1Gig is going to be a problem. If it’s not do to some functionality by the software such as autogenerating a second database or whatever then I just need to know that.
And the third one I’ve already code for the css for the bar I want when I try including it it does nothing. The bar I’ve looked at his hooks are actually different than mine, now that might be from the css. I need to know what stylesheet to modify, I guess. I use Suffusion as my Theme and I tried adding a stylesheet into it’s backend to modify the admin bar but, as I said it did nothing.
-
AuthorSearch Results