Файл: How to Update/1.2.txt
Строк: 74
How to update from phpShark V1.1 to v1.2 [Don't forget to back up your
files before
proceeding]
----------------------------------------------------------------------------
---------------------------------
MySQL ------------------------------------
Log-in into phpMyAdmin (or
your MySQL database) and on the SQL tab run the following
queries:
1)
ALTER TABLE `comments` CHANGE `comment` `comment` TEXT
CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL
;
----------------------------------------------------------------------------
----------------------------------
FTP -------------------------------------
Upload and replace the following
files on your server:
system/config.php /** Only the necessary lines -
Has been removed unnecessary lines.
**/
themes/default/imgs/imgsite.jpg
themes/default/imgs/imgwelcome.jpg
themes/default/imgs/logo.png
themes/default/html/_footer.php
themes/default/html/_writestatus.php
themes/default/html/_writestatus-hide.php
themes/default/html/home.php
themes/default/html/messages.php
themes/default/js/js_basic.js
themes/default/css/css.css
/** Only the necessary lines
**/
system/helpers/func_main.php
system/classes/class_mysql.php
system/controllers/ajax_posts.php
system/controllers/ajax_reload-messages.php
system/controllers/ajax_check-newmsgchat.php
system/controllers/ajax_get-notifications-messages.php
system/controllers/ajax_reload-messages-dashboard.php
system/controllers/ajax_send-megchat.php
system/controllers/dashboard_mymessages.php
system/controllers/messages.php
(Consider
only lines new
translation.)
system/languages/en/global/global.php
system/languages/es/global/global.php
**
The lines indicating the update, in the case of language and style are at
the end of the files.
NEW
FILES
themes/default/imgs/icoshowemoticons.png
[or do a clean
reinstall]
----------------------------------------------------------------------------
---------------------------------
Changelog --------------------------------
- Fixed some errors.
- Has
been added emoticons in all text input elements: Post, Comment, Chat.
-
Multiline has been added to display posts and comments.