Published on April 26th, 2014 by Pietmar
WP 3,9
BBP 2.5.3
Twenty Ten
Database = 48Kb (according to PHPMYAdmin) and about 10kb exported
Tick all options in Importer. Get this: (Although I can see this Table in my database. If I repeat the process, I will get message of another Table not existing.)
Any suggestions?
Repair any missing information: Continue
WordPress database error: [Table ‘goandsta_phpb1.phpbbusers’ doesn’t exist]
SELECT convert(users.user_id USING “utf8”) AS user_id,convert(users.user_password USING “utf8”) AS user_password,convert(users.user_form_salt USING “utf8”) AS user_form_salt,convert(users.username USING “utf8”) AS username,convert(users.user_email USING “utf8”) AS user_email,convert(users.user_website USING “utf8”) AS user_website,convert(users.user_regdate USING “utf8”) AS user_regdate,convert(users.user_aim USING “utf8”) AS user_aim,convert(users.user_yim USING “utf8”) AS user_yim,convert(users.user_icq USING “utf8”) AS user_icq,convert(users.user_msnm USING “utf8”) AS user_msnm,convert(users.user_jabber USING “utf8”) AS user_jabber,convert(users.user_occ USING “utf8”) AS user_occ,convert(users.user_interests USING “utf8”) AS user_interests,convert(users.user_sig USING “utf8”) AS user_sig,convert(users.user_from USING “utf8”) AS user_from,convert(users.user_avatar USING “utf8”) AS user_avatar FROM phpbbusers AS users LIMIT 0, 100No users to convertNo data to cleanStarting Conversion
Published on April 26th, 2014 by arunondeck
Hi,
I have a forum where my users need to be able to have the option to view in two languages. I have added the necessary language files and when any language is defined, it works fine.
But I need users to be able to choose language of their choice. Is there any way to do it?
I did find a plugin,
bbpress language switcher
and an updated version of it.
bbpress language switcher updated
but it does not work for current version of bbpress. I tried to update it but there are too many functions that I am not familiar with.
Is there some other similar plugins?
On a related note, how is the language options provided in this page? (under the subpages heading)
bbpress in your language
Published on April 26th, 2014 by seamtv
After calling bbp_insert_topic with the appropriate args, I have successfully created a bbPress topic inside of a Buddypress Group forum. Unfortunately, I don’t know how to trigger a Buddypress Activity update. I’ve posted this question in the Buddypress forum, but tumbleweeds blew across my post.
Does anyone here know?
Thanks in advance!
Published on April 26th, 2014 by Webmagus
Ive searched everywhere and tried everything I found to redirect the BBPress profile and before I will give up I thought to make a request in this forum.
Ive tried this in the .htaccess with no success:
RewriteEngine on
RewriteRule ^forums/users/(.*)/?$ http://www.mysite.com/dashboard/listings/$1 [L,R=301]
Ive tried the Redirection WP plugin and its redirecting the forums/users/(.*)/ where I want but it is also redirecting http://www.mysite.com/forums/users/favorites/ and all the profile links and I DO NOT want this since my idea is to redirect the BBPress profile into a main profile and link the favorites and the topics started from there.
Ive also found this code but I cant get it to work:
add_action(‘bb_init’, ‘profile_redirect’);
function profile_redirect() {
if (is_bb_profile() && $_GET != ‘edit’ && $_GET != ‘favorites’) {
$user = bb_get_user($_GET);
if ($user) wp_redirect(“http://www.example.com/members/” . $user->user_nicename);
}
}
Please help me to do this and I am willing to pay up to $100 for a working solution but I need it as soon as possible.
Published on April 25th, 2014 by lpotts
Is there documentation available that I can use to make my site look like this support forum? I really like having the list of forums to the left with the topics in the big column to the right. Maybe this is in a theme somewhere. Thanks!
Published on April 25th, 2014 by Chad
Ok… so I’ve been working on this all day. I installed BuddyPress, then I installed bbPress. The only other plugin installed at the time was Jetpack. I’m using Thememakers Blessing Theme on WP 3.8.3 and the latest BuddyPress and bbPress plugins.
However, I went to create a new user (participant) and noticed that none of the new roles usually created when installing bbPress were there. I still only have the standard roles created when WP is installed.
Here are the steps I’ve taken. I uninstalled all other active plugins. I uninstalled BuddyPress and bbPress. (completely deleted) I changed themes to a more generic theme (TwentyThirteen). So I was basically back to a fresh install of WordPress. I’m working on a new site that is not live yet so no big deal.
I went and re-installed bbPress and still nothing. No new roles. No Keymaster, no participant… nothing. I’ve been searching for quite a while and I can’t find that anyone else has had this issue.
Does anyone have any thoughts? Thanks.
Published on April 25th, 2014 by yoshimitsu1234
I am using GD bbpress attachments plugin.
Have a look at these images
with buddypress disabled
with buddypress enabled
After enabling buddypress icon of pdf attachment is gone and look is also different. How do i make the icon appear again?
Published on April 25th, 2014 by mjpg
WordPress 3.9
bbPress 2.5.3
On website, links to topics work – eg:
http://domain/forums/topic/topic_name
The forums link produces a list of forums – eg:
http://domain/forums
However, the links to forums do not work – eg:
http://domain/forums/forum/forum_name
I get page not found
In addition, the dashboard menu for ‘Forums’ only has the ‘Attachments’ link. ‘All Forums’ and ‘New Forum’ have vanished.
I have tried:
* repairing forums
* re-saving settings
* resaving existing permalinks
* running debug mode (no errors)
The updates were from:
WP: 3.2.1 to 3.9
bbPress: 2.0 to 2.5.3
Any ideas what to look for?
Thanks
Published on April 25th, 2014 by Nomi
Hi.
I am getting this error.
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 /home/xxx/public_html/xxx/wp-includes/functions.php on line 3245
I saw some of people asked about this question for previous versions. Its supposed to be fixed.
I am using
Debug : True
Wordpress : 3.9
bbPress Version 2.5.3
Published on April 25th, 2014 by ww_hoax
Is there any simple solution to delete default bbcodes. In which file the default bbcodes defined. Many thnaks for any hint.