Notifications
Clear all

[Solved] Topic prefix addon: Can I add prefix to already posted threads?

5 Posts
2 Users
1 Likes
1,126 Views
Posts: 29
Customer
Topic starter
(@joselito)
Member
Joined: 2 years ago

I mean, I already have 2K threads on one forum and want to put a particular prefix to them all.Can I do this all at once or must be done manually?

 

Topic Tags
4 Replies
Posts: 4172
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 years ago

@joselito,

Find the prefix ID in wpForo > Topic Prefixes admin page.

Then let me know which topics should be updated. What are the selection criteria?

2 Replies
Customer
(@joselito)
Joined: 2 years ago

Member
Posts: 29
Posted by: @tomson

@joselito,

Find the prefix ID in wpForo > Topic Prefixes admin page.

Then let me know which topics should be updated. What are the selection criteria?

For example, in this section I have like 2,800 threads and I want them to have the "fashion model" topic prefix.

https://lingeriepicsforum.com/lingerie-models-pictures/

 Tom
Admin
(@tomson)
Joined: 9 years ago

Famed Member
Posts: 4172

@joselito,

The ID of the [Fashion model] tag is 10:

https://lingeriepicsforum.com/recent/?view=prefix&prefixid=10

 

The ID of the Lingerie models pictures forum is 8.

So the SQL query will be:

UPDATE `wp_wpforo_topics` SET `prefix` = 10 WHERE `forumid` = 8 AND `prefix` = ''
Posts: 29
Customer
Topic starter
(@joselito)
Member
Joined: 2 years ago

Ok, I don't know how but I did it. 🤣 

Thanks!

Share:
Scroll to top