any update ?
I need fixing for this issue plz.
I used this code by snippet to make private topic for specific forums
add_action('wpforo_editor_topic_submit_before', function( $forum ){ if( in_array( (int) wpfval( $forum, 'forumid' ), [ 19, 22, 24, 23 ], true ) ) echo '<input type="hidden" name="thread[private]" value="1">'; });
and it works fine ,
but the issue that I explained until now did not fixed .
any help plz
This is designed to work this way. The working logic in this case won't be changed, as it would affect the website's speed. In other words, if you delete the cache only for the user who created the private topic, there’s no need to clear the entire cache.
@sofy even I made it works as it is , there is bug prevent private topic to seen by the own topic user , after he visited it , it will be hide , no one say it even him except who has moderator access .
what benefit for the writer to write topic and make it private then he can not see it in the forum display ?
it should to see his own private topic only .
so every one has private topic he will see his only private topic and moderators only .
can you help me to fix it or any pro supporters , my working stopped because of this , and plz read the whole topic .
if he is the user that wrote private topic he will see this without his owned private topics
hello I have sent login information but still I did not get reply I change it now , and this is explained by new installed Wordpress with wpforo , no any other plugins.
1.user "demo" wrote topic in the main forum and make it private :