Search Results for 'bbpress'
-
AuthorSearch Results
-
October 18, 2011 at 4:44 am #109933
In 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.
October 17, 2011 at 5:14 pm #108838In reply to: Database question and also…
dominornovus
MemberRegarding Q1: I don’t see the problem. The URL reads like you want it to.
Regarding Q2: I’m not familiar with this though I reccomend asking at these websites purely because the problem seems broader than bbPress:
http://www.phpfreaks.com/forums/index.php?board=3.0
and
Regarding Q3: This can all be done by CSS. Do you have web developer tools for you browser? FireFox has Firebug and Chome has a similar property inspector. Just select the admin bar to find out what styles it’s inheriting. You can then override them in your own style sheet.
October 17, 2011 at 4:53 pm #109953In reply to: how to delete tags and users
dominornovus
MemberAre you using a standalone bbPress installation or the WordPress plugin?
Regarding tags, here’s some answers to be found on this website:
https://bbpress.org/forums/topic/how-do-i-delete-tags
https://bbpress.org/forums/topic/remove-tags
https://bbpress.org/forums/topic/completely-remove-tags
Regarding users:
https://bbpress.org/forums/topic/how-do-you-delete-users
https://bbpress.org/forums/topic/delete-users-with-no-posts
https://bbpress.org/forums/topic/delete-user-and-all-users-posts
https://bbpress.org/plugins/topic/mass-delete-users/
From what I understand, both can done from your admin panel.
If you’re using bbPress as a plugin, you’ll find what you’re looking for here:
Users can be managed from: http://www.yourwebsite.com/wp-admin/users.php
Tags can managed from: http://www.yourwebsite.com/wp-admin/edit-tags.php
October 17, 2011 at 12:30 pm #40331Topic: how to delete tags and users
in forum Troubleshootingfrustigor
MemberHow can I delete unusefull tags and users in bbpress?Thank you!
October 17, 2011 at 10:36 am #40329Topic: Installation help.
in forum Installationhalfbinz
MemberHi there,
I have tried both ways to install and setup. One is to download then FTP upto the server (www.sharkshout.com/forum) and nothing happens when i go there. And also install new plugins which installs the bbPress.
Difference between doing it the two ways?
If i install the plugin i can add the Topics / Forums etc but they dont show anywhere.
Please can someone help shed some light here. Its a fresh new website, clean default template and nothing setup or installed yet.
thanks,
Mark
October 17, 2011 at 9:36 am #109948In reply to: "Ago" in topic widget.
Rivaldo07
Participantbbpress/bbp-includes/bbp-core-widgets.php, line 567
October 17, 2011 at 8:21 am #40328Topic: Sitemap.xml for bbpress 2.0
in forum Requests & Feedbackvarsitysmack
ParticipantWhat is the best way to get a sitemap.xml with the new bbpress 2.0? I know there are a lot of plugins out there that provide .xml sitemaps for regular wordpress posts, but do these sitemap plugins work with the new 2.0 custom post type bbpress forums? Can you recommend a sitemap plugin that would work with your new version?
October 17, 2011 at 1:03 am #109406djoep
Memberwoot! Got it working… now just need to start from scratch and do it cleanly.
One thing I found quite frustrating was that somewhere or other, a post count is kept after using bbconverter. I did not find it sufficient to clean and start over. I ended up having to muck about with the post_metadata table the posts table, and others. Even after going on multiple search and destroy missions into the database, I still could not get the post count to start where i though it should. Hence the strong recommendation to make db backups along the way.
So, I managed to get SMF users and posts over to WordPress and bbPress 2.0 plugin respectively. Here’s the basics of how I did it:
Words of caution!!! BACK UP YOUR WORDPRESS DATA BASE! Make a backup before you install bbpress. make another before you install bbconverter.
Keep the backups because you may need to revert back to them.
Assumption here is that both WordPress and SMF are on the same server, but not the same database.
WARNING! This is just from memory,and it only worked once, and there was a lot of DB manipulation done to get to the end. You should NOT attempt this unless you are very comfortable with SQL, phpmyadmin, and wordpress! If you are even a little concerned, contact the plugin author and tell him how much you are willing to pay for the SMF conversion capability!
1) Install wordpress
2) Install buddypress
3) Install BuddyPress SMF Import plugin
4) Follow the BuddyPress SMF Import directions. You should end up with a number of tables in your WB database that look like wpv_bb_blahblah. Make sure you go through the Upgrade Database step but Do not go beyond that. with this plugin. Please note that this plugin creates new groups for each original forum and all the topics for that forum are associated with the new group. If this is what you want, you can stop here. If like me, you wanted a site-wide forum with the old SMF content, keep going.
5) Deactivate the SMF Import plugin (but keep the SMF Compatibility plugin… you’ll use that for user login later)
6) Using phpmyadmin (or similar) go into the wpv_bb_forums table and make sure that the forum_parent field is set to 0 for all top level forums and set to the appropriate forum_id for any subordinate forums.
7) Through Buddypress, install “site wide forum” which will install bbPress 2.0 plugin.
Make another database backup NOW! Don’t overwrite the ones you made before because you may have to go back further than this if things don’t work!9) Install bbPress Converter plugin.
10) Go to tools and recount everything.
11) follow the directions for the “Standalonebbress” conversion using the WP database user and password and wpv_bb_ as the db prefix (or whatever the SMF Importer left you with). Do NOT select the transfer user option… the other plugin already did that.
12) If you have a large forum, the conversion takes a while!
That’s about it. If you have set wordpress up to be able to display the plugin forum (not group forums), with any luck, you’ll see your forums populated.
I have not yet tackled the issue of getting rid of all the groups and group forums that the other plugin created.
The resulting forums and posts seem to have wrong dates & times and I have not looked into this.
If I had it to do over again, I probably would have spent the same amount of time figuring out how the converter works and building an SMF converter directly, avoiding the SMF Import plugin altogether.
I beg you to not use this thread to ask questions about this process or any of the plugins or applications other than bbConverter.
joe
-
AuthorSearch Results