<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV><BR><DIV><DIV>On Sep 29, 2006, at 12:18 PM, Castiron wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite">I'd like the groupname for authors to be Staff instead of Profiles.  Can I just change the line in author.php from  "SDV($AuthorGroup,'Profiles');" to SDV($AuthorGroup,'Staff');, or will that cause problems/be something I have to keep track of in later upgrades?  (Or is there something I can put in config.php to change this?)<BR> <BR> thanks, slc<BR clear="all"> <BR>-- <BR>Sharon L. Casteel<BR><A href="mailto:castiron@gmail.com">castiron@gmail.com</A>  <BR><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________</DIV></BLOCKQUOTE><BR></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>The proper way to do this is edit your config.php<DIV><BR class="khtml-block-placeholder"></DIV><DIV>add:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>$AuthorGroup = "Staff";</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>...don't touch the actual scripts/*.php files.  Almost everything can be changed in your config.php file :)  SDV just checks whether the user has already set a variable with a value in config.php -- if not, it gives it the default value (in this case "Profiles").</DIV><DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Crisses</DIV></DIV></DIV></DIV></BODY></HTML>