Search Results for '\"wordpress\"'
-
Search Results
-
Currently the Forum Root is titled Forum Archive by default and there is no way to change it from the back-end. This is still impossible even when the Forum Root is partnered with a wordpress page optimized with a SEO pluggin like All In One SEO or WordPress SEO By Yoast.
So I think I going to modify the code to get this done, but I need your instruction, please help.
And how can I request this possibility as a default feature in the next BBPress realease? I think many people will thank it.
Thanks in advance,
Hung.Hello,
I’m trying to do the convert from mingle to bbpress. I found the postWhich Stephen Edgar was assisting someone on and was able to get it to work. I put in the information to start the convert and got this error:
Repair any missing information: Continue
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\”wp_forums_\”forum_forums AS forum_forums LIMIT 0, 100’ at line 1]SELECT convert(forum_forums.id USING “utf8”) AS id,convert(forum_forums.parent_id USING “utf8”) AS parent_id,convert(forum_forums.name USING “utf8”) AS name,convert(forum_forums.description USING “utf8”) AS description,convert(forum_forums.sort USING “utf8”) AS sort FROM \”wp_forums_\”forum_forums AS forum_forums LIMIT 0, 100No forums to convertStarting Conversion
I’m not a database expert by any means and I don’t want to screw up anything. If anyone could help me with getting this done I would appreciate it very much. Mingle is slowing down my site and I need to get to something better.
Thank you,
ScottI’m having some issues with this plugin. Hopefully someone here can help.
I’ve installed on a local installation, using Instant WordPress.
I’ve read everything on here about this error and it’s all about ports but I do not know how to make a change to a) Instant WordPress or b) bbpress to fix the issue.
My error is ERROR: Are you sure you wanted to do that?
Yes. Yes I am.
Can anyone offer some insight? Explain it like I’m 5, because the existing answers do not seem to work for me.
I have the most recent versions of WordPress and bbpress installed. I can create forums and topics with the WordPress dashboard, but not replies. I cannot create forums, topics or replies using the plugin at all.
Thank you!
Hey all. The “Next Page >>” & “<< Previous Page” links do not seem to be working correctly on the Forums page. We should have 2 pages of Forums, but instead have 11 and they all show the same first of the two pages. We are never able to see the second page (the Forums that begin with the letter toward the end of the alphabet: o, p, q, r, s…etc.). Any ideas about what could be causing this?
WordPress 3.7.1
bbPress 2.4.1After moving my bilingual 200,000 posts forum from Woltlab to bbPress, I realized, that the completely English forum with English forum descriptions etc. is too difficult for some of the German members, so I would like to somehow filter the German topics.
Already before importing, I created a custom field bbp_language and when creating the topic, they can chose a language, so that in the topic overview, you can see either of the flags – see http://deppheads.com/forums/new-posts/
With qTranslate, I can add German Forum descriptions, but maybe there is an easier possibility with just adding such a field to the Forum descriptions, not the whole site. I will have to write a little custom fields plugin for that.
I have no idea yet, how to set the language…if to display one language only or all – if it is in the profile, Cookie, if it is a little extra-URL like /de/ or a drop down?!?
My bigger problem is, how can I make, in the sub forums, that only threads with German or only English threads will be shown? Is there some filter / hook that I can use?
Any file or function or short code?
Like in „normal WordPress“ it would be<?php query_posts('meta_key=bbp_language&meta_value=German‘); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?>Hello, is there any way for my forum members to click the topic and view it’s answer in a drop-down style below the topic/question itself(accordion style) ? I do not want the answer to show up on a different page. Either the answer slides down the question itself or shown in lightbox style upon click. Is this possible ?
I am asking this because my forum is not a discussion forum but Q an A forum where there is only 1 answer to the question asked by members.
Using latest wordpress and bbpress build
Kindly help.