The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I want to add some custom text to the admincp login page. I'm having trouble finding where that is to edit. I assume it's a core PHP file, maybe something else not found in styles (that can be edited within the admincp itself).
|
#2
|
||||
|
||||
![]()
Try editing the forumfolder/admincp/index.php file.
|
#3
|
|||
|
|||
![]()
Or try editing the Phrases.
Languages & Phrases > Search in Phrases > (Enter some of the text in the first box) |
#4
|
||||
|
||||
![]()
I want to outright alter the login page:
It shows Code:
" border="0" /> 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> |
#5
|
|||
|
|||
![]()
I told you to edit phrases because you said:
Quote:
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|