I want to outright alter the login page:
- Remove/replace the image (change from the default vB image to the logo of the site)
- Remove the footer text from that page (The page is broken at the moment, my footer works fine everywhere BUT on this page, so it barfs HTML code on screen for no reason. I think the login page needs a fixing of some kind.
- Add some text below the text box
It shows
on screen at the moment.
I don't see it on the admincp/index.php -- I don't see how editing phrases will assist in changing the formatting of the page. Surely this exists somewhere in a page? I'm not seeing it.
--------------- Added [DATE]1217563321[/DATE] at [TIME]1217563321[/TIME] ---------------
Nevermind, I found it.
It's in /includes/adminfunctions.php
Code:
<!-- logo and version -->
<table cellpadding="4" cellspacing="0" border="0" width="100%" class="navbody">
<tr valign="bottom">
<td><img src="../cpstyles/<?php echo $vbulletin->options['cpstylefolder']; ?>/cp_logo.gif" alt="" title="<?php echo $vbphrase['vbulletin_copyright']; ?>" border="0" /></td>
<td>
<b><a href="../<?php echo $vbulletin->options['forumhome']; ?>.php"><?php echo $vbulletin->options['bbtitle']; ?></a></b><br />
<?php echo "vBulletin " . $vbulletin->options['templateversion'] . " $pagetitle"; ?><br />
</td>
</tr>
I altered that, replacing the logo, fixing the coding error, and adding some instructions for the other admins.