Search Results for '"wordpress'
-
Search Results
-
Topic: SMF Import Help Needed
I have a SMF 2.0.9 forum that I am trying to import into bbPress. When I run the built in converter it says no forums, no topics, no users and I know they are there because I have looked in the DB’s with phpMyAdmin.
It’s as though it isn’t finding the db that I am telling it to go to. I have looked in the error logs and can’t find any direction.
I want to switch this to bbPress so please advise what i should do next. I even imported it into phpBB 3.x and tried that converter but it does the same thing. When I try to count the topics or do any thing in the list it says failed.
This is what I have WordPress 4.2.1 running eleven40 Pro Theme this is a studio press theme.
Thanks,
Randal
I am looking to create a forum for our site and am looking for a plugin to use. We have an existing plugin that we use for our members-only login system (Membee) can your plugin be used with an existing login system? We are using WordPress 4.2.1 running Minimal theme that we have made some customizations to.
Hi!
i set up a gallery in media uploader, inserted it in a topic i have in bbpres forum…
the gallery not work, instead of show the thumbnail and the image, show the gallery code:
[gallery link="file" ids="535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571"]the same code in article, pages etc, work just fine and visualize the gallery, only in bbpress pages seems to not work.
wordpress last version, bbpress last version.
In the php-template displaying the forums, I want to check if the current forum/topic/… displayed is below a certain bbpress subforum/category.
The purpose of this is to show different wordpress menus depending on if the user is looking at the english part or the german part of the forums.
My question is: Is there a php-code to handle this?
Like:
if (we are under the german category) display german menu; else display english menu;Thanks! 🙂
I’m trying to add sortable columns into the backend using
add_filter('manage_reply_posts_columns' , 'custom function');and
add_action( 'manage_reply_posts_custom_column' , 'custom function', 10, 2 );I was able to add thes columns to ALL custom post types except replies/topics.
Are Replies/Topics somehow handled differently than other Custom Post Types in WordPress?
Is there a workaround/fix/patch that I can use to get this working?Not mission critical, just curious and love learning how machines work:)
Thanks,
Chad