Hi all:
I have convenience “Edit this” links in a EE 1.6 site with MSM. But they only work if the user has selected the appropriate site in the control panel before clicking the link
For example:
* User is logged in to CP, and SiteA is selected from MSM.
* User goes to visit public side of SiteB.
* User is logged in and in the correct group, so user sees convenience link to “Edit this entry”
* This link is a URL that looks like this
http://foobar.uk/system/index.php?C=edit&M=edit_entry&weblog_id=7&entry_id=54
But this results in an error, with the message “You are not authorized to post in this weblog”.
HOWEVER, if the user returns to CP, switched to SiteB, returns to the public side of SiteB and follows the convenience link, then everything works just fine.
QUESTION: Is there a way to switch site by adding something to the query string?
http://foobar.uk/system/index.php?C=edit&M=edit_entry&weblog_id=7&entry_id=54&site_id=2
doesn’t do it.
Suggestions (other than switching to 2.x)?
THANKS VERY MUCH
-C