mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
Some big update
* added option to change character name in accountmanagement * added automatic database updater (data migrations) * renamed events to hooks * moved hooks to database * now you can use hooks in plugins * set account.type field to 5, if TFS 1.0+ * added example plugin * new, latest google analytics code * fixed bug with loading account.name that has numbers in it * fixed many bugs in player editor in admin panel * added error handling to plugin manager and some more verification in file has been correctly unpacked/uploaded * fixed Statistics page in admin panel when using account.number * fixed bug when creating/recovering account on servers with account.salt field (TFS 0.3 for example) * fixed forum showing thread with html tags (added from news manager) * new, actual code for youtube videos in movies * fixed showing vocation images when using $config['online_vocations_images'] * many fixes in polls (also importing proper schema) * fixed hovering on buttons in kathrine template (on accountmanagement page) * many fixes in signatures * added missing gesior signature system
This commit is contained in:
BIN
templates/kathrine/images/buttons/_sbutton_change_name.gif
Normal file
BIN
templates/kathrine/images/buttons/_sbutton_change_name.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 545 B |
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
defined('MYAAC') or die('Direct access not allowed!');
|
||||
|
||||
function news_parse($title, $content, $date, $icon = 0, $author = '', $comments = '')
|
||||
{
|
||||
global $template_path;
|
||||
|
@@ -1,9 +1,13 @@
|
||||
<?php
|
||||
defined('MYAAC') or die('Direct access not allowed!');
|
||||
?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<?php echo template_place_holder('head_start'); ?>
|
||||
<link rel="stylesheet" href="<?php echo $template_path; ?>/style.css" type="text/css" />
|
||||
<script src="<?php echo $template_path; ?>/menu.js" type="text/javascript"></script>
|
||||
<script type="text/javascript" src="tools/basic.js"></script>
|
||||
<script type="text/javascript">
|
||||
var category = '<?php
|
||||
if(in_array(PAGE, array('news', 'newsarchive')))
|
||||
|
BIN
templates/tibiacom/images/buttons/_sbutton_change_name.gif
Normal file
BIN
templates/tibiacom/images/buttons/_sbutton_change_name.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 545 B |
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
defined('MYAAC') or die('Direct access not allowed!');
|
||||
|
||||
if(isset($config['boxes']))
|
||||
$config['boxes'] = explode(",", $config['boxes']);
|
||||
?>
|
||||
|
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
defined('MYAAC') or die('Direct access not allowed!');
|
||||
|
||||
function news_parse($title, $content, $date, $icon = 0, $author = '', $comments = '')
|
||||
{
|
||||
global $template_path;
|
||||
|
Reference in New Issue
Block a user