Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=117)
-   -   Legend Mod (http://www.bvlist.com/showthread.php?t=772)

Krypto 2nd August 2008 22:37

Legend Mod
 
Create a new file called legend.php and upload it into your include/plugins folder.
Add a new plugin in settings called legend Works best as a "Middle" plugin.

PHP Code:

<?php
/*
 --------------------------------------------------------------------------
|   TS Special Edition v.5.1
|   ========================================
|   by xam
|   (c) 2005 - 2008 Template Shares Services
|   http://templateshares.net
|   ========================================
|   Web: http://templateshares.net
|   Time: May 5, 2008, 2:44 am
|   Signature Key: TSSE9012008
|   Email: contact@templateshares.net
|   TS SE IS NOT FREE SOFTWARE!
 ---------------------------------------------------------------------------
*/
// Dont change for future reference.
define('TS_P_VERSION''1.0 by alan');
// Security Check.
if (!defined('IN_PLUGIN_SYSTEM'))
{
    die(
"<font face='verdana' size='2' color='darkred'><b>Error!</b> Direct initialization of this file is not allowed.</font>");
}
$lang->load('global');

// BEGIN Plugin: legend

# begin legend

    
$legend '
        <!-- begin legend -->
        
        <table border="0" cellspacing="0" cellpadding="5" width="100%">
        <tr>'
;
    
$legend .= sprintf($lang->global['legend'], $BASEURL.'/'.$pic_base_url);

    
$legend .= '
        </tr>
        </table>
        <!-- end legend -->'
;

# end legend

// END Plugin: legend
?>

http://img.photobucket.com/albums/v3...66/image29.jpg

GaBoNtZ 3rd August 2008 13:30

not working
 
hello
this plugin is not working on TSSE v.5.0

matrixismyname 8th August 2008 09:49

works only in TS Special Edition v.5.1

trilious 8th August 2008 17:31

ty
 
thanx good stuff mate

zenja7777 15th August 2008 19:00

plugin.helpTS v 5.1
 
At me such mistake as I create plugin ts v 5.1.help to understand why such mistake:suicide:

In a bottom that in the block shows it

PHP Code:

ErrorDirect initialization of this file is not allowed."); } $lang->load('global'); // BEGIN Plugin: legend # begin legend $legend = '
'; 
$legend .= sprintf($lang->global['legend'], $BASEURL.'/'.$pic_base_url); $legend .= '
'; # end legend // END Plugin: legend ?> 


EDIT:
All has understood all shows:drink:

DAKz 20th December 2009 12:19

very nice, 1 question though, how do I remove the WDW Addict from tsse541.modified.by.mmisu120000 and change the text in legend so that it shows the user class Owner instead of Team Leader. I have managed to change it everywhere else by simply editing the class in manage usergroups. I looked through globals, etc. So I know I am missing something really simple here.

russellhearn69 19th January 2010 19:37

I have just installed this legend mod and it's all good apart from that it doesn't show the proper names and colours for the user groups that i have set, does someone know how to correct this?

raefor 16th April 2010 16:35

Quote:

Originally Posted by russellhearn69 (Post 19765)
I have just installed this legend mod and it's all good apart from that it doesn't show the proper names and colours for the user groups that i have set, does someone know how to correct this?

go in include/languages/english/global.lang.php

it's there


All times are GMT +2. The time now is 04:39.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.