Replace the core files
Replace all the PHP files from the folder /system/, including all the sub-folders.
It is not necessary to update the plugins.
Set the SQL prefix in the configuration file
Open the file datas/config.php, and before the line :
Kod:
$cfg['sqldb'] = 'mysql';
... add this line :
Kod:
$cfg['sqldbprefix'] = 'sed_';
(Or set your own table prefix, if you're not using the default "sed_")
Upload the upgrade/install tool (SQL database)
Download the upgrade-seditio12x-to-seditio125.php with the link at bottom of the current page, Unrar, upload to the root of your webspace, and open its URL with your browser.
Sample :
www.yourdomain.com/upgrade-se.....io125.php
Then follow the steps as instructed.
Skin files
No changes required.
The new tags are listed here in the tags HQ.
853 FORUMS_POSTS_TOPICDESC - String forums.posts.tpl Optional description for the topic. 125
854 FORUMS_TOPICS_ROW_DESC FORUMS_TOPICS_ROW String forums.topics.tpl Optional description for the topic. 125
851 LIST_TOP_PAGINATION - Link list.tpl 125
859 PAGEADD_FORM_TEXT2 - Text page.add.tpl 2nd text field for pages 125
860 PAGEEDIT_FORM_TEXT2 - Text page.edit.tpl 2nd text field for pages 125
856 PAGE_MULTI_NEXT PAGE_MULTI Link page.tpl Next button for the multi-tabs in pages 125
855 PAGE_MULTI_PREV PAGE_MULTI Link page.tpl Previous button for the multi-tabs in pages 125
857 PAGE_MULTI_SELECT PAGE_MULTI Input page.tpl Select box for the multi-tabs in pages 125
858 PAGE_TEXT2 - Text page.tpl 125