<br><br><div><span class="gmail_quote">On 8/15/07, <b class="gmail_sendername"><a href="mailto:tuliol@sybatech.com">tuliol@sybatech.com</a></b> &lt;<a href="mailto:tuliol@sybatech.com">tuliol@sybatech.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Is there a way to disable the edit settings portion of MythWeb?<br><br>I dont want my users to have a chance of changing those values.
<br><br>Thanks<br>_______________________________________________</blockquote><div><br><br>I am sure you could remove that button on mythweb some how but I am not
a php programmer.&nbsp; An easy way to do it is to move the settings module
to a different name.&nbsp; or remove it completely.&nbsp; All you do is go to
your mythweb dir. and move modules/settings to /modules/settings.old<br>
<br>
On my Fedora System i did a:<br>
<br>
mv /var/www/html/mythweb/modules/settings /var/www/html/mythweb/modules/settings.old<br>
<br>
This is give the user an error when clicking settings.&nbsp; Now you cant get to that screen.<br>
<br>
Mitchell&nbsp;</div><br></div><br>