Hi,
My client’s site has been running trouble free for 4 months and now all of a sudden a template is not rendering part of a weblog entry post for certain members (they are all in same group with same permissions). I’ve isolated when this seems to occur but can’t pinpoint the actual problem. I was hoping that if I outlined my findings that maybe someone with more experience may be able to spot the issue.
Background:
1. This is a membership site for students who when registered are assigned a unique member_id. Each student is part of the same member group with the same permissions.
2. I am passing the member_id into the URL string which is used on some pages to determine what to show.
Things that seem to effect whether the weblog entry appears on front end…
Weblog Posting Date
1. If the CP entry’s original date was older and set as status=“closed”, then opened and dated a later date then it displays for ALL members. (I only have dates from last year, Oct. 2010.)
2. If I create a new post today Feb. 2011 then only members with member_id’s 1-9 and 100+ can see the posting in the template (member_id’s 10-99 can NOT see the posting)
Member IDs
1. If I create a new post today Feb, 2011 then only members with member_id’s 1-9 and 100+ can see the posting in the template (member_id’s 10-99 can NOT see the posting)
Dynamic=“off”
1. If I change the weblog entries loop to use dynamic=“off” then the entry appears for ALL members. However, I didn’t need to use this for older dated entries so I don’t think this is the issue. Plus changing this setting effects a bunch of other pages that pull the member_id in the string so if I change them all to dynamic=“off” things break.
My thoughts…
1. It’s strange that an older post created in 2010 work fine (I can open and close it and everyone can see them). It’s the new posts in this weblog that are affected.
2. Pulling the member_id in the URL string seems to matter. Members 1-9 & 100+ work just fine for old and new posts, it’s the member_ids between 10-99 that don’t work.
3. Could there be some default limit or conflict for member_ids or publish date that are different between 2010 & 2011?
Thank you for taking the time to read through this. Any advise would be greatly appreciated!
Lori