Search Results for 'bbpress'
-
Search Results
-
I’ve downloaded the bbPress plugin ( 2.5.10), after installing it and activating it, I do not see anywhere on the WordPress dashboard where it shows up.
When trying to go to the bbPress About link by clickingon the WordPress icon in my dashboard, it loads a page that says “Sorry, You are not allowed to access the page”.
So I went under the Users section to ensure that the Owner is a Keymaster.
I’ve also go in and deactivated all my plugins to see if it works, but nothing has fixed.
WordPress 4.6.1
Version 2.5.10
Message board: http://hp190.hostpapa.com/~aecaa159/?page_id=43
My bbpress message board is currently using the “Unite” theme from ColorLib.
It seems to work just fine on a desktop. However, the moment I view it on my Android smartphone (tried both Firefox and Chrome), I cannot click on any links to open the message board or open topics.
However, if I switch to the default Twenty Sixteen theme, the message board works just fine on my smartphone. Argh.
Would anyone please be able to help me make the message board function well on a smartphone using the Unite theme?
Hi guyz i hope you are all in good health i need a little bit help from experts and old users of bbpress forums as iam new.i had installed forum on my site and also able to add topics e.t.c and little bit sucessfull to create login widget in the sidebar but the problem is iam not able to create a registration and lost password tab there so please tell me step by step how to do it ?
thanks in advance.help will appreciatedWP – ver 4.6.1
bbPress – ver 2.5.10Hello, thank you in advance for any help!
I have just activated a plugin called “Search bbPress 2.0” which fixes the issue of searching for topics, replies, etc. However, when the results display they include a link to the author and the title. The title works fine but the author points to “the_author_posts_link();” – which sends me to a url containing /author/ (instead of /members/)
https://woodardnetwork.com/forums/?s=quickbooksI am thinking “posts” is not where I want to go, rather “members” – I could not find this in the documentation (or on codex.wordpress as it looks to be bbPress specific). Anyone know the replacement for the above function?
Thanks again!
-GrahamHi,
I’ve been struggling with a serious import problem since may 2016.
Issue #1 My BBpress forums will not migrate properly with conventional WordPress import/export built in tool.
Issue #2 When I use WP ALL Import (pro bundle) to get a CSV I can actually work with, and manually update the USER ID table and Forum ID and Parent ID, the import works (Forums and Topics are matched up properly) but tool>BBpress>recaculate will completely break the forum, I need to be able to recalculate once in a while… not being able to do this is a problem. And even to get the imports working I have to manually change IDs in the CSVs in order for the imports to match content up properly. And even when using vlookup in Excel, it is painstakingly difficult to manually create a dual reference column where column one is the old ID (for old website forum) and column two is the new ID (for new website forum). This is why I don’t have a fixed CSV for replies yet. I’ve thousands of them.Authors of WP ALL Import have been of no substantial help. Please any help because I’ve been paying for my old server and new server for months now and it’s gotten very expensive.
Data columns including in Forum Export is:
id Title Content Post Type Date Order Parent Slug Author Status _bbp_status _bbp_old_forum_id _bbp_forum_parent_id _bbp_forum_subforum_count _bbp_topic_count_hidden _vc_post_settings _bbp_status _yoast_wpseo_title _bbp_forum_id _bbp_last_topic_id _bbp_last_reply_id _bbp_last_active_id _bbp_last_active_time _bbp_topic_count _bbp_total_topic_count _bbp_reply_count _bbp_total_reply_countData columns included in Topic Export is:
"id Title Content Date Post Type Permalink _bbp_old_topic_id _bbp_reply_count _bbp_total_reply_count _bbp_author_ip _bbp_old_sticky_status _bbp_topic_id _bbp_forum_id _bbp_last_reply_id _bbp_last_active_id _bbp_last_active_time _bbp_voice_count _vc_post_settings vc_teaser Status Author Slug Order Parent Comment Status"Data columns included in Replies Export is:
id Content Date Post Type Permalink Status Author Slug Parent Order Comment Status Ping Status _bbp_post_id _bbp_author_ip _vc_post_settings _bbp_activity_id _bbp_topic_id _bbp_forum_idFor Forum’s I updated Author IDs.
For Topic’s I updated Author IDs, Parent, and _bbp_forum_idAfter a successful import for these two post types,
bbpress recalculate will completely break the posts’ hierarchy.I’ve yet to find a way to get replies to import successfully due to the shear number of replies and _bbp_topic_id’s I’d have to update the new IDs for.
Topic: Quote
Hello. I ‘m new, and I am not a programmer, so please excuse me for the question.
Is there a way to insert the “quote” option in a bbpress post? I mean a button (or something like that) on each post. When a user what to reply quoting that post, simply has to click there.
There is a plugin, but If possible I would do it without a plugin. Is there a code to paste somewhere? If so, tell me the code and where (in a simple way so I can understand 😀 )
Thanks a lot!
Problem 1:
Using builtin importer, whole system is being imported by phpbb3. Anonymous users who does not have any accounts are allowed for posting but they are showing up as anonymous, in the system.
I have collected theusernames_of_the_visitorsfromposts_from_current_usersand created those users, using a query:INSERT INTO wp_current_visitors (using_the_login) SELECT DISTINCT usernames_of_the_visitors FROM posts_from_current_usersStep 2:
I am creating multiple tables (in this case:3), some of the code is:SELECT ID FROM wp_current_visitors INSERT INTO current_live_posts(author_current_posts) WHERE current_live_posts(post_time_and_date) = posts_from_current_users(posted_time) AND posts_from_current_users(usernames_of_the_visitors) = wp_current_visitors(using_the_login)You can see this is not the correct way contain syntax errors. First I have to correct it. Second, I have to find a way to tell the mySQL that ID is connected with ‘using_the_login’ (see the first line). Am I right?
Please help in this regard?
Queries after up-gradation:
SELECT ID FROM wp_current_visitors SELECT post_time FROM posts_from_current_users = post_time_and_date SELECT post_username FROM posts_from_current_users = using_the_loginThe are working in the correct way. But, I don’t know where to insert the WHERE information correctly.Only possible solution in my mind is to create sub-queries.
Problem 2:
I am installing bbpress on my own(for the first time on a client website, as an evaluation task). I am creating a simple forum, with necessary plugins for login and flow control. But, an important requirement, I am unable to configure is that client wants to create a new page for each directory page. And whenever a new page is added, he wants to add a forum page, automatically. Like, if the directory page is Directory page of militarybases – Cheyenne mountain Air Force base Colorado Springs Colorado. When, he made the page using wordpress, it’s forum page like website/forum/cheyenne-mountain-air-force-base-colorado-springs-co automatically created.Is this possible? If yes, how will achieve this? Please don’t tell codes other than javascript and php. Please only provide the full solution, in case of others.
Hello I noticed that bbPress isn’t PHP 7.0 compatible :/
FILE: /srv/users/***/apps/***/public/wp-content/plugins/bbpress/includes/admin/parser.php
—————————————————————————————————————————————–
FOUND 4 ERRORS AFFECTING 4 LINES
—————————————————————————————————————————————–
83 | ERROR | Use of deprecated PHP4 style class constructor is not supported since PHP 7
1149 | ERROR | preg_replace() – /e modifier is forbidden since PHP 7.0
1150 | ERROR | preg_replace() – /e modifier is forbidden since PHP 7.0
1386 | ERROR | The use of function split is discouraged from PHP version 5.3 and forbidden from PHP version 7.0; use preg_split instead
—————————————————————————————————————————————–FILE: /srv/users/***/apps/***/public/wp-content/plugins/bbpress/includes/admin/converter.php
———————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————————–
310 | WARNING | INI directive ‘safe_mode’ is deprecated from PHP 5.3 and forbidden from PHP 5.4.
———————————————————————————————————–

