Search Results for '\"wordpress\"'
-
Search Results
-
Hello.
I’d like to solve problem.
Would anyone answer to my problem?Firstly, the conditions of WordPress, bbPress, design theme, plugin, and function.php are below.
Wordpresss: Latest version
bbPress: Latest version
design theme: Original building
plugin: introduced “bbPress – Sort topic replies”.
The settings of this plugin are “Global:Descending”, “No Parent:Default”, and “Always show lead Topic:Yes”.
function.php: Below code exists.add_filter('bbp_before_has_replies_parse_args', 'change_reply_order'); function change_reply_order() { $args['order'] = 'DESC'; return $args; } add_filter('bbp_show_lead_topic', 'custom_bbp_show_lead_topic' ); function custom_bbp_show_lead_topic( $show_lead ) { $show_lead[] = 'true'; return $show_lead; }Then, here is main topic.
The function of bbPress itself is that after the user replies to the parent topic in topic page, next screen shows the last page(the page of max number) if the pagination shows.
With the setting of “bbPress – Sort topic replies” plugin is under “Global:Descending”, the redirection which I expect is to go to the first page.
I think that this solution isn’t https://bbpress.org/forums/topic/new-replies-redirect-to-last-page/I’ve searched and tried to solve the problem, however I can’t find the solution.
I wonder my current settings or ways might be wrong.Thanks.
Topic: Page Not Found
I’ve been working hard at setting up a site for my podcast and things had been going swimmingly, but while looking around at some RSS feed import widgets and such today, somehow I seem to no longer have working BBpress forums. It doesn’t seem like it would be related, but who knows?
The forums still show in my dashboard, and I was able to create a forum page by hand and get it to show the index with shortcode, but when I click on any of the forum links, it gives me a page not found error. It seems to do so even if I swap to one of the bundled 201x themes.
The RSS widget I was testing out is RSS Multi Import 3.15 and I’m running WordPress 4.2.2 with the Generate Press theme 1.2.9.8 and BBpress 2.5.7. Website is http://www.whitebookpodcast.com.
I’m a quite a newb to delving in to WordPress stuff, so I have to admit that I’m at a loss. Any thoughts on possibilities?
Hi,
Lots of plugins make this message appear :
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 /srv/wp-includes/functions.php on line 3560How could we correct this, it’s very annoying because even my functions (not related to bbpress) causes this !
For example, this code display bbpress error :
if (!current_user_can('update_plugins')) { add_action('admin_init', create_function(false,"remove_action('admin_notices', 'update_nag', 3);")); }Hi Everyone,
Please, i want to make my wordpress site a forum website. so, have decided to use bbpress.
And i want my forum to look exactly like this forum (styling and everything)
So, have decided to use a template file.
So, can somebody help me with the php code and css code to make my forum look exactly like this one.
Thanks in anticipation.
In a WordPress 4.2.2 installation, using bbPress 2.5.7, I am importing data from a PHPBB3 3.1.4 installation. Both PHPBB and WP4.2.2/BBPress 2.5.7 are on the same server.
The import of data (a MySQL database of about 95MB) includes ONLY “replies.” And those imported replies are added to the DB as posts, but those posts are not visible in the WP Admin (they can be seen using a DB tool like PHPMyAdmin). NO forums are imported.
Running Repair Forums tools all work successfully, except the following:
Recalculating reply menu order … No reply positions to recalculate!
Counting the number of topics in each forum… Failed!
Repairing BuddyPress group-forum relationships… Failed!
Counting the number of topics each user has created… Failed!
Counting the number of topics to which each user has replied… Failed!
Counting the number of replies in each forum… Failed!Basically, so far, I cannot import any data from a PHPBB3 installation, except “replies”.
The PHPBB3 installation is fully functional. It works properly.
Based on the information above, who can give me guidance toward a solution?
Many thanks for your time.
BillHi all, I am hoping that y’all can help me or at least allay some anxiety.
I am using WordPress 4.2.2 and b Pres 2.5.7. Guest users posting is unselected and the menu does not even display forums unless the user is logged in. If you know the URL and try to enter it directly you will get a 404 page. I am also using bb P private groups 3.0.7. Registered users are only allowed as spectators until promoted AND placed in one of the private groups.
So today I deleted a user from the site and chose to delete all content. Later I found out he had posted to the forums complaining about his “treatment”. It was under “Anonymous” and showed the role of “Participant”. I also noted that his other posts, which I had not deleted showed “Anonymous” for the user. I have since deleted all of his posts and blocked the posting IP.
The questions are these. Is there an exploit or some known issue where an anonymous user can post even though no guests can even see the forums, much less post in them? OR, was he able to still see the menu item and post as anonymous because his previous posts were still there?
If the latter then I can rest a little easier as it should be handled. However if anyone knows why this happened, I’d be obliged if it could be explained.
Thanks,
KyleI’ve searched but not found a solution. I’m running the current version of WordPress on a multisite network with a new install of bbPress.
I’m the superadmin of the network and everything works great. However, when I try to give access to another user and give that user a keymaster role the links in the admin bar for Forums, Topics, and Replies is missing.
So far I’ve tried running the repair tool with no change. I can even access the tools with the login that doesn’t show the admin bar links. The forum is located here: q4intel.softwiredweb.net.