Search Results for 'updated'
-
Search Results
-
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!
Since I was helping a friend convert a phpbb2 board to phpbb3 I thought I’d take the time to also import the forums into bbpress (my preference).
I initially tried the import but could not get it to work and after looking on the forums saw that I was not alone.
To get the import to work I had to remap some fields in the phpbb conversion script and comment out some obsolete ones (took about 30 minutes.If anyone needs to get your PHPBB3 users and forums converted in BBPress you can replace the phpBB.php file in wp-content\plugins\bbpress\includes\admin\converters to match the following updated code: https://gist.github.com/pixelnated/a7a9c41154cf64696ddd1c2e4f4327ed
Hi, my site has been working fine all along till I updated my plug-ins a few hours ago. Now I can’t even access my homepage (thecollegedorm.com) and instead I receive an error message like this:
Fatal error: Can’t use function return value in write context in /home/thecollegedorm/public_html/wp-content/plugins/bbpress-login-register-links-on-forum-topic-pages/bbpress-login-register-links-on-forum-page.php on line 30
May I know if this is an issue with the plug in or? I cannot even access the wordpress admin page for my site now which really sucks as I can’t uninstall the plug-in.
The existing plugin “bbpress topics for posts” by Mr. David Dean is too old and seems like it is now no longer being updated and almost abandoned by the owner, therefore I would request bbpress or somebody here to take over this plugin or create an alternative for this plugin.
It is because this is the only plugin which allows merging existing wordpress comments with bbpress forum.
I have successfully tried the procedures and could merge my earlier regular wordpress comments inside bbpress under every post.
So this plugin is very important considering that it converts your ordinary wordpress comments into SEO rich bbpress forum replies.
Please help! I would really appreciate if somebody could come with a similar version of this pluginOn the forums index under Last Post I have:
“Title Of the Thread That Was Updated Most Recently”
“17 hours, 11 minutes ago”I am wanting to put the two on a single line.
eg. “Title of the Thread (7 hours, 11 minutes ago)”The area of the loop-single-forum file is as follows:
<li class="bbp-forum-freshness"> <?php do_action( 'bbp_theme_before_forum_freshness_link' ); ?> <?php bbp_forum_freshness_link(); ?> <?php do_action( 'bbp_theme_after_forum_freshness_link' ); ?> <p class="bbp-topic-meta"> <?php do_action( 'bbp_theme_before_topic_author' ); ?> <span class="bbp-topic-freshness-author"><?php bbp_author_link( array( 'post_id' => bbp_get_forum_last_active_id(), 'size' => 14 ) ); ?></span> <?php do_action( 'bbp_theme_after_topic_author' ); ?> </p> </li>I’ve tried editing this quite a bit but all attempts have failed. Any tips or feedback on how I can display the Thread Title (time posted) on a single line would be greatly appreciated.
Thank you!
I am using WordPress Version 4.7 And have installed bbpress version 2.5.12.Every thing is working fine but in
edit profilepage no edits are updating.I have checked it for bothadminandparticipantrole.After edit profile button submit it redirects to following url
http://mysite.com/forums/user/pro2/edit/?updated=true but nothing is changed actually.How can i solve this problem?pls help