Search Results for 'updated'
-
Search Results
-
how to set the main page of the forum to show updated topics rather than post? it is frustrating.
my web link: wikibc.com
I’ve been working 2 days on trying to import a bbPress 2.5 forum into an existing website. My last attempt was manually changing and relinking all the forums, topics, and replies in the WordPress Importer’s exported xml files.
Everything looks good in respect to showing correct topic, post, reply, and voice counts. What I can’t figure out is why the topics and replies don’t list on the child forum pages or on the topic pages. Those pages say at the top the correct number topics and replies (i.e. “This forum contains 10 topics and 16 replies, and was last updated …), but directly under that it says “Oh bother! No topics were found here!”
I’m guessing that I’m missing some sort of ID linking that doesn’t show on the xml export. Please, can anyone help? Would really appreciate any help. Thanks!
Topic: Forums won’t update
I set my forum and went to reorder them, I used 0, 5, 10, 15, etc to make sure I had enough spacing if I ever added more forums/categories. They all saved and show this updated order, but when I look in the frontend of the site, they still show up in the old order. I deleted bbPress, reinstalled and it was still showing. Cleared my cache, checked with other browsers and devices, still there. I deleted the forums so they don’t exist at all and they are still showing up…
any ideas why I can’t reorder or edit them at all? I checked with the base 2017 theme as well.
I use bbpress as a support forum. I see there’s a ‘canned replies’ plugin around but it hasn’t been updated in several years and appears defunct.
Is there anything newer about? Or has anyone come up with an alternative solution to facilitate inserting standard replies to common questions on the forum?
Thanks!
Topic: bbPress Compitiblity issue
Hello bbpress Team,
Now we have facing version compatibility issue in wordpress.Wordpress : 4.9.5
Buddypress : 2.9.4Now getting some notification and error regarding deprecated functions. Please updated your version with this plugin compatibility.
can you suggest us whats we do now and how much time taken for next update?
Topic: Admin menus disappeared
Hi,
No shortcodes are working in the bbpress pages. The shortcodes are runnng very well in all other pages of my site. Just not working on bbpress topics, forums and replies pages. So I guess the problem is within bbpress. I tried to find out plugin conflict but no conflict was found.
Here is one of my topic pages: click on the “Login” or “register” button in the top menu. A hover will appear where I put a shortcode that works well in any other pages. Also, you can click on “contact” in the footer to see another shortcode not working. No problem with the plugins created shortocode or the popup modal, as they are working just fine in all other pages.
All the plugins, themes and applications are updated.
I would like all users to be able to receive a notification about new posts. I have looked at one daily digest plugin, however, I cannot customize the message. This is frustrating as the email as implemented is grammatically incorrect. Additionally, this plugin is not intuitive for how a user changes his or her settings as they are not made visible on the profile.
I can see on the profile that it lists topics and forums that a user is subscribed to. However, I cannot find any method for a user to subscribe to a forum.
My forums are new and, while we have a large for us community — about 50 users created in the last week – without the ability to have a notification that the forums are updated we are not getting users to consistently return to check for updates. Our users are young and used to push notifications when there is a change.
Hi there, I’m hoping someone might be able to give me some advice on a fix for the following:
I created a private forum that initially worked fine, then now without apparent cause the logged subscribers can not enter to the forum
“Oh, no debate have been found here” appears but on the top line you can see
“This forum contains 8 threads and 10 responses and updated it …”This happens as suscriber, when I enter as a keymaster everything is seen and works normally, you can see a screen capture here
I’m trying to generate enthusiasm in the subscribers by participating in the forum and this is done all back, all help is welcomeHello!
First of all I want to clarify that the notifications by email if they arrive if a response is made in the subject from the frontend, in that there is no problem.I feed the forum with external information, the updates of new and old topics are published daily. This I do by means of an import code. When users subscribe to a topic and receive new answers, email does not arrive.
I suspect that is the replic’s import code.
At the beginning of the code, I identified the id of the theme to link the replic, then updated the data.
$old_topic_id = get_post_meta( $post_id, '_bbp_topic_id', true ); $post = get_posts( array( 'post_type' => 'topic', 'meta_key' => '_old_topic_id', 'meta_value' => $old_topic_id ) ); if ( $post ) { $new_topic_id = $post[0]->ID; $args = array( 'ID' => $post_id, 'post_parent' => $new_topic_id ); wp_update_post( $args ); update_post_meta( $post_id, '_bbp_topic_id', $new_topic_id ); update_post_meta( $post_id, '_edit_last', 1 ); }
The import of topic and replic is a success, except for the detail that does not motivate users subscribed to forum and topic.
Regards!