Notifications
Clear all

How can topics be created automatic by new blog posts?

16 Posts
3 Users
1 Likes
4,637 Views
wpforo user
Posts: 22
Customer
Topic starter
(@wpforosuper-user)
Member
Joined: 5 years ago

Hi
I switched my entire site because you advertised that the wpForo plugin can automatically create topics from generated blog posts
My site automatically generates blog posts and currently in bbPress all topics are cretaed automatically
I switched to wpForo just because I saw you have a plugin that can do that
I purchased it today and now I see that for every new post there needs to be a manual setting to create f forum post out of it - this is nto as described
The entire plugin and addons are useless for me if this is the case
If that not possible I would like to get a refund and I will switch back to bbPress as all of this needs to be automatic
You should write again your addon product page if thats the case

There is a free plugin taht does exactly that for bbPress and it works great

15 Replies
Astghik
Posts: 5874
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

Hi @liorlustig, 

I'm really sorry, but wpForo Blog Cross Posting add-on doesn't have automatically cross-posting feature. We're going to add this feature in near future releases.

As far as you need it asap please follow these steps:

1. Put the following js code in the /wp-content/plugins/wpforo-cross-posting/assets/js/wpforo-cross-posting.js file:

jQuery(document).ready(function ($) {
$('#parent[name=wpforo_forumid]').val(X);
});

The X value in the code above must be changed. Please set the certain forum ID instead of X.
E.g. if you'd like all posts to be automatically be cross-posted in the forum with 5 ID, please replace X with 5.

2. Add the code in the active theme's functions.php file:

add_action('admin_enqueue_scripts', function () {
wp_enqueue_script('wpforo-cross-posting-custom', get_stylesheet_directory_uri() . '/assets/js/wpforo-cross-posting.js');
});
Reply
wpforo user
Posts: 22
Customer
Topic starter
(@wpforosuper-user)
Member
Joined: 5 years ago

Hi

Thank you for trying to help

I added the code you mentioned to functions.php:


https://gyazo.com/563649a542b71c65647d7ce90ecad8a5

The directory you mentioned didnt had any jd directory in it

I created a js directory, placed a js file in it with this code:

jQuery(document).ready(function ($) {
$('#parent[name=wpforo_forumid]').val(19);
});

Screen shot:


https://gyazo.com/82f8281b196a45a01ae8d15b956477be

I have uploaded the file with FTP:


https://gyazo.com/54a44fadc0c578706f3c1566ffdd0c1e

 

Well I imported a new post and nothing happend in the forum

 

 

 

 

 

 

 

Reply
wpforo user
Posts: 22
Customer
Topic starter
(@wpforosuper-user)
Member
Joined: 5 years ago

Now every time I try to edit the forum community page the page doesnt load:


https://gyazo.com/53d1284a640ccfbe7e694fee0a0ed21a

 

Reply
wpforo user
Posts: 22
Customer
Topic starter
(@wpforosuper-user)
Member
Joined: 5 years ago

The error fixed but still no import of new posts

Reply
Page 1 / 3
Share:
Scroll to top