Changed Displayed "Prillian" Name


  -----  
Author Message

Thoul
Administrator

Wed Mar 29, 2006 2:15 am   Post subject: Changed Displayed "Prillian" Name
To further integrate Prillian into your website, you may wish to change the name of the instant messenger displayed through the client and forums. This can be done in three simple steps that will change all instances of "Prillian" in the public display. Some error messages and admin panel text may still use "Prillian," however.

Apply the first two changes here just as you would any normal phpBB modification. These changes use the example "MySite IM" for the new Prillian name - you should change this as you see fit.

Code:

#
#-----[ OPEN ]------------------------------------------
#
lang_prillian.php

#
#-----[ FIND ]------------------------------------------
#

$lang['Launch_Prillian'] = 'Launch Prillian';

#
#-----[ REPLACE WITH ]------------------------------------------
#

$lang['Launch_Prillian'] = 'Launch MySite IM';

#
#-----[ FIND ]------------------------------------------
#

$lang['Prillian'] = 'Prillian';

#
#-----[ REPLACE WITH ]------------------------------------------
#

$lang['Prillian'] = 'MySite IM';


The final step is to remove the Prillian logo graphic or replace it with one of your own. The logo graphic is being phased out of use beginning in Prillian 0.7.0. To replace it with your own logo graphic, you can do one of two things:

Option 1: Replace the templates/xxxx/images/prill_logo1.png file with your own logo. Your logo must have the same file name.

Option 2: Open your templates/xxxx/xxxx.cfg file, and find this line. You can replace the text in "double quotes" with the path to your logo image.

Code:

$images['prill_logo'] = "$current_template_images/prill_logo1.png";


In order to remove the logo graphic entirely, you will need to edit several of Prillian's template files. Find lines similar to the one below in those files and delete them.

Code:

<a href="http://darkmods.sourceforge.net" target="_blank"><img src="{IMG_LOGO}" border="0" alt="{L_PRILLIAN}" width="145" height="24" vspace="3" /></a>
 

Page 1 of 1
Display posts from previous: