This is the H2
HowTo Create a Masked Login to MSM Site (EE1.x)
Question: How can I set up masked access to my MSM additional sites?
Answer: In the /system/utilities/ folder you’ll find a file called admin.php. Copy that file to your MSM folder, and instruct your users to log into the control panel from that URL.
Masking Access to CP for MSM in EE1.xHidden Configuration Variables
Question: Where can I find the list of hidden configuration variables for EE1.6.x?
Answer: You can find these in the EEWiki: Hidden Configuration Variables
Reveal what is HiddenDon’t Allow Non-Logged in Members to See Memberlist
Question: How can I keep Guests (non-logged in users) from seeing the member list in the forum?
Answer: You’ll need to make a slight change in your forum code to switch out a line in the logged_out code to reside in the logged_in code:
From the
{if logged_out}
{lang:welcome}
{include:top_bar_spacer}
<a href="{path:login}">{lang:login}</a>
{include:top_bar_spacer}
<a href="{path:register}">{lang:register}</a>
{include:top_bar_spacer}
<a href="{path:memberlist}">{lang:memberlist}</a>
{/if}
Remove the last line in this part of the template, and move it to the next grouping.
NOTE: This article is for EE 1.6.8 only.
Don't show the MembersCreating a New Entry in EE 1.6.8
Just a quick video.
Using Deeploy Helper to Modify System Paths
One way of updating those pesky paths is by using the third party addon Deeploy Helper from HopStudios.
NOTE: This add-on is for EE 1.6.x only. There is no anticipated date for upgrade to 2.0.
