Search Results for '\"wordpress\"'
-
Search Results
-
I am using a plugin that automatically imports Facebook comments as post comment. When I share a bbPress topic on my Facebook page it does import the Facebook comments (I can see them in the recent comments section in WordPress) but they’re not showing up in bbPress.
Is there any way to fix this?
Hi everyone,
I’ve recently setup my own forum. In the past I have been using Dokuwiki as a forum, but it had to many restrictions. Now that I’m using BBwordpress I’m having to following problem.
I don’t want people having to register as user, but I do want them leaving their names. Is there a Plugin available that forces people to give their name before opening a topic, or leaving a commend?
I appreciate your help guys!
Topic: Rewrite Forum Post Title?
How do you rewrite forum post title like in this forum?
In here, you got…
Topic:[Your Topic Title] – BuddyPress.orgSimple and clean!
On my forum, I got…
Forum | Lowongan Kerja | JDA Community[Tanjung Duren] Dibutuhkan Segera Customer Service | JDA CommunityIt’s so messy and it’s too long.
I used Yoast WordPress SEO btw… Can anyone help me with this? Thanks before.
I recently installed the bbpress plugin on my WordPress website. The theme I am currently using is built on the Genesis Framework. The avatar image shows up on single post. However, where ever the small avatar image is to be displayed it doesn’t.
I have my show avatar settings enabled. I would grealty appreciate it if someone could take a look http://hunniemaid.com/forums/ and give me some insight on what the issue may be. Thanks in advamce.
Topic: Help.
I used the Step-by-Step Guide to set up BBPress and it still isn’t working for me. My forum displays the forum names in a weird chunk of text, not in the nice layout of a forum, please help.
My website is here: http://swakpack.org/forums/
WordPress version 4.2.2
bbPress: 2.5.7And no, I admit this does not happen with the themes Twenty Twelve etc. the forums look perfect on those themes.
Is there a way to force an email to all forum members whenever someone creates a new post or posts a reply? Basically, my client wants all members to get emails for everything.
Wordpress Version 4.2.1
bbPress Version 2.5.7Hey,
Trying to do the vBulletin 4.x converter to bbPress. Now, in the import forums of bbPress, there is “vbulletin 3x” and “vBulletin”. I read here that the “vBulletin” option is the one to choose for v4.xWhen I attempt to do the conversion, I get the following error that prevents it from running – can someone help on this?
WordPress database error: [Table ‘twcadmin_twc_vbulletin.wp_forumsuser’ doesn’t exist]
SELECT convert(user.userid USING “utf8”) AS userid,convert(user.password USING “utf8”) AS password,convert(user.salt USING “utf8”) AS salt,convert(user.username USING “utf8”) AS username,convert(user.email USING “utf8”) AS email,convert(user.homepage USING “utf8”) AS homepage,convert(user.joindate USING “utf8”) AS joindate,convert(user.aim USING “utf8”) AS aim,convert(user.yahoo USING “utf8”) AS yahoo,convert(user.icq USING “utf8”) AS icq,convert(user.msn USING “utf8”) AS msn,convert(user.skype USING “utf8”) AS skype FROM wp_forumsuser AS user LIMIT 0, 50No users to convert
No data to clean
Starting Conversion
Topic: force revision logs
Hi this is my first post here, I know my way around editing code but not a strong coder.
I am wanting to edit bbpress so as to turn off the option for revision logs and have it as a default so all post edits must be recorded.
Can anyone please guide me in doing this?
I heave read around the forums and it seems everyone is wanting to do the opposite of this with their logs, but I need it as my wordpress/bbpress install is for official activities.
thanks
Hey bbPress Gang,
I just wanted to report a minor issue of a Notice that is being thrown for the hook in actions.php on line 48:
add_action( 'set_current_user', 'bbp_setup_current_user', 10 );I handled it in the core plugin like this:
add_action( 'plugins_loaded', function() {
remove_action( 'set_current_user', 'bbp_setup_current_user', 10 );
add_action( 'wp_set_current_user', 'bbp_setup_current_user', 10 );
});For your issues team, here is the notice:
Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /Users/tonya/Sites/sandbox/wp-includes/functions.php on line 3560
Looking at set_current_user, it was depreciated.
Cheers! </>
TonyaTopic: The visual editor
Just out of interest, could someone explain to me why it was disabled in bbPress?
It has a couple of bugs, and it is called within an iframe(holy crap, right?) which has immediately put me off using it, a visual editor is absolutely vital for a forum software and it is not part of bbPress – even though WordPress has a very good Visual Editor as part of its core code.
Why is the visual editor not enabled within bbPress, are the core guys working on it? Milestone?