Posted March 18Mar 18 I want the count of the Guest Posting that is hitting my site. How this count can be obtained?
March 18Mar 18 Community Expert There is no way in which to get a count of guest posting at present, unfortunately. Feel free to post this as a suggestion within our feedback area, if its something you would like to see in a future release
March 18Mar 18 Community Expert 6 hours ago, Kids Help Phone said:I want the count of the Guest Posting that is hitting my site. How this count can be obtained?Do you mean to see how many guests have posted in your forum? You can run the following query at the SQL tab of your forum's database phpmyadmin:SELECT COUNT(*) FROM forums_posts WHERE author_id = 0;This will give you the count for all posts, including topics, made by guests including the deleted users.