Due to server strain, I've had to once again remove this feature from members.
Members can all still FIND ALL THEIR OWN POSTS by clicking on "OWN" in the navbar at the top of EVERY page.
Explanation:
The main reason this was removed is that before the database query searched for all of a member's post then checked every single post against every forum to make sure the member has access to the forum. This really slowed down our site basically because we have so many posts and so many forums, as well as so many members.
What I did to speed things up was to remove the forum permission check. This really made the database query fast as all it did now was to search for the member then their posts - no forum checking.
Now, if they are your own post, you would have no problems as you would be able to see them anyway. However, if you search another member's post, you will see all their hidden posts, their drafts, their appeals, and if they are staff, all their staff posts. See the problem?
This is why for the moment I've limited it to only searching your own posts.
Trust me, you WILL see a huge increase in CF speed. At least you can still find your own posts.
NOTE: I will be working on a coding solution so I can bring this back. Until then, this will be temporarily off for members.
The request to remove this feature was posted here:
http://www.christianforums.com/t1184223-slowness.html
Thank you for understanding.
Members can all still FIND ALL THEIR OWN POSTS by clicking on "OWN" in the navbar at the top of EVERY page.
Explanation:
The main reason this was removed is that before the database query searched for all of a member's post then checked every single post against every forum to make sure the member has access to the forum. This really slowed down our site basically because we have so many posts and so many forums, as well as so many members.
What I did to speed things up was to remove the forum permission check. This really made the database query fast as all it did now was to search for the member then their posts - no forum checking.
Now, if they are your own post, you would have no problems as you would be able to see them anyway. However, if you search another member's post, you will see all their hidden posts, their drafts, their appeals, and if they are staff, all their staff posts. See the problem?
This is why for the moment I've limited it to only searching your own posts.
Trust me, you WILL see a huge increase in CF speed. At least you can still find your own posts.
NOTE: I will be working on a coding solution so I can bring this back. Until then, this will be temporarily off for members.
The request to remove this feature was posted here:
http://www.christianforums.com/t1184223-slowness.html
Thank you for understanding.