I have a problem with conversion.
I use in my site http://ice-halo.net WordPress 3.4.1 and intergated bbPress 1.0.2 http://forum.ice-halo.net with 1 date base (wp_, bb_ tables). Site on russion language.
try to export – nothing.
_bbp_converter_start 0
_bbp_converter_step 4
_bbp_converter_query
SELECT convert(forums.forum_id USING “utf8”) AS forum_id,convert(forums.forum_parent USING “utf8”) AS forum_parent,convert(forums.topics USING “utf8”) AS topics,convert(forums.posts USING “utf8”) AS posts,convert(forums.forum_name USING “utf8”) AS forum_name,convert(forums.forum_slug USING “utf8”) AS forum_slug,convert(forums.forum_desc USING “utf8”) AS forum_desc,convert(forums.forum_order USING “utf8”) AS forum_order FROM bb_forums AS forums LIMIT 0, 10
try to exec _bbp_converter_query – it works on myadmin.
What can I do to convert?
Hi Aron
my apologies for lack of info – using WordPress 3.4.1. and latest version of bbpress
have reinstalled and rolledback several times in 2 weeks and cant resolve
any help appreciated
Alan
Hi netweb
Thank you for replying.
I have bbpress standalone and I want to migrate to bbpress plugin. When installing the bbpress plugin, then I go to tools>Forums to import the forums from bbpress standalone. At the conversion phase the converstion hangs when reach lines 700. This is the issue. I tried in on a different machine, with different installations but no luck. The thing is that when I am converting again, and I select the option “Purge all information from a previously attempted import” the conversion window shows that it deletes topics that are more than 700 line range. That means it has passed those lines but did not show me that. In any case the conversion does not work for me.
Please let me know if you need further information.
Thank You
We would need more detailed information from you to be able to reproduce the problem you are having.
Hi John James Jacoby
Is there any update on the issue (above) regarding the conversion from bbpress standalone to plugin ?
I need to migrate asap thus any updates on this would be very helpful.
Thank you in advance
Hi guys
I have Akismet installed and I want to delete all the spam posts. The thing is that I cannot find an option to set Akismet to automatically delete them. Neither there is an option delete all, unless I do it manually which will take some very long time. I was wondering how can I delete all spam from Akismet in bbpress.
I want to mention that I am using BBpress standalone version.
Thank you in advance
-
This topic was modified 13 years, 9 months ago by
markusbb.
-
This topic was modified 13 years, 9 months ago by
markusbb.
Before upgrading bbpress, it worked perfectly with qtranslate.
After upgrading bilingual content doesn’t work any more.
See: http://i-cycle.danifra.com/en/topic/project-surly-disc-trucker-26/
Anyone with the same problem and / or a solution?
Grtz.
Frank
These errors have come up a few times here recently. It’s a regression in a way, but it’s also the themes doing-it-wrong, and using bbPress loops outside of their intended purposes. My fault for not documenting them more in-depth, or protecting the data from being used incorrectly.
It’s most likely because of the themes using bbp_has_replies() outside of the main query loop. More helpful than the error itself would be the backtrace of what actually caused the error to occur.
I’m running the latest version of bbpress with a BP 1.5 installation. Love, love bbpress!!!
I’m using a combination of bbpress central forums and BP group forums. I was having issues getting the BP group forums to work after installing/uninstalling bbpress, so I deactivated the BP group forums and planned on just using the bbpress forums. Then I saw a nifty little selection in bbpress to “let BP Groups have their own forums” so I turned that on and got group forums back for BP! Back on track and cooking with gas! (Or so I thought.)
Everything works great on the bbpress forums side, except for Favoriting (yes new verb) and Subscribing to topics, (well they work if I right-click the links and open in a new tab or window–not a biggie right now).
The two biggest issues I have are on the BP groups forums side. (1) I get the following error when trying to view a topic:
“Fatal error: Call to undefined method stdClass::have_posts() in /home/content/46/7943846/html/wp-content/plugins/bbpress/bbp-includes/bbp-reply-template.php on line 168”. (Funny enough the Favorite and Subscribe options work really well on this broken screen.) I can post new topics just fine.
(2) When I post a topic in a BP Group forum, it shows up in the main activity feed and in my personal activity feed, but not on the activity feed for the group.
I’m using Suffusion along with the Suffusion BP and Suffusion bbpress Packs, but the issues persist even when I use the default BP theme. I deactivated my plugins one by one just to rule them out and no change in the result.
Reactivating Group Forums on the BP side and selecting “use existing bbpress install” gives me 404 errors and no BP forums at all. Don’t know what to do. Well I could just not use the BP groups forums. OR I could sledgehammer the whole install and start from scratch. Would like to avoid either of those options if possible though. The site is http://fitninja.com and test user is username: *** password: ***
-
This topic was modified 13 years, 9 months ago by
John James Jacoby. Reason: Posting login information is a bad idea
I’m running bbpress 2.1 and Buddypress 1.5 and I’m seeing the same issue. On the Buddypress profile, Forums tab I have the following sections: Topics Started, Topics Replied To, Favorites and Subscriptions.
Nothing is showing under the Topics Replied To section, which should not be empty.
Yeah, I found that in one of the CSS files in the bbpress themes folder, and changed it. Nothing happened. I’m assuming I have to add that manually to my theme’s style.css? :/
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
color: #ccc;
}
Pretty easy to get this info from your browser developer tools, press F12 or right click the element and select ‘Inspect Element’
a) I would suggest you contact the plugin author at http://ianhaycox.com/contact to see why all posts by some users are going into the moderation queue.
b) As per the plugin FAQ
> To approve multiple topics or replies you can use the bulk actions
> option. Click the pending link, select all topics or replies then Bulk
> Actions->Edit and change the status to Publish.
Again, ask the plugin author if that can be integrated into the plugin, better moderation tools are planned for future bbPress releases. https://bbpress.trac.wordpress.org/ticket/1721
Thanks!
#bbpress-forums ul li { background: none; padding-left: 0px; margin-bottom: 0px; }
I put that below the other line, and it works like a charm.
By default, you can target bbPress specific styling using the #bbpress-forums ID.
By using that, it fixes it. But it removes bullets altogether in the blog section of the website. The bbpress bullets remain unaffected.
I also noticed that the bbpress bullets work, but the image bullets appear alongside them too.
Tried something like this?
.bbpress .post-entry ul li { background: none; padding-left: 0px; margin-bottom: 0px; }
That is what I am looking for – just social buttons so that others can retweet, post on Facebook etc.
Can you please explain the “how to” on this a bit?
.post-entry ul li{ background:url(images/ul-dot.png) no-repeat; padding-left:28px; margin-bottom:10px; }
This one little line of code is making my bbPress forums look like crap.
It’s difficult to explain, but you can look at my forums here and see how bullets are messing everything up. :/
The Theme I’m using is leetpress.
The Entire style.css is here.
-
This topic was modified 13 years, 9 months ago by
kdude63.
-
This topic was modified 13 years, 9 months ago by
kdude63.
What are you looking for, specifically?
Honestly, IMO would be to use the hooks bbPress provides and just place the social buttons yourself (assuming that’s what you are looking for)/
-
This reply was modified 13 years, 9 months ago by
Jared Atchison. Reason: i can't spell
Folks I need a good Social plugin for the latest version of bbPress. If you one that is working for you, please recommend.
Thanks, Shep
I’m having some moderation issues on my site…
a) At least for some users, EVERYTHING they post is going to the moderation queue, despite settings both within WordPress (Settings–>Discussion) (which allows comments to be posted once there’s something approved by that author), within a plugin called “bbPress Moderation” (which allows topics and replies to be posted once there’s something approved by that author).
b) is there an easier way for an admin to publish topics and replies that go into moderation? Right now I have to manually “edit” each item and then click “publish”, which seems to take like 3 steps longer than WordPress’s default comment moderation system (where you can either bulk approve comments or where you can click “approve” instead of “edit” and “trash.”
I’ve tried turning off all plugins, toggling settings, and so forth, and nothing works. Please help! I’m running latest installations of WordPress, Buddypress, bbPress… GEnesis/Prose. Thank you.
-
This topic was modified 13 years, 9 months ago by
katmmad.
Hey John, thanks for this. I was looking at those, particularly masonjames’ page here: https://codex.bbpress.org/theme-compatibility/
Do I need to do something to activate it to look for these things? I tried another test by moving the page-front-topics.php from the extras folder to the root of my theme, but no edits I do to that file seem to change the /topics/ page layout (which I’m assuming is that page… but perhaps I am wrong there).
Is there a list anywhere of what files control what layout’s? That might be helpful to make sure I am at least editing the right pages… 🙂
Thanks for your help!