Not sure what this has to do with snilies, but it was funny.
I guess it would be wise to make a new update that this add-on breaks XF 1.3 installation due to DB conflict.
So this add-on should be removed before installing XF 1.3.
Thanks @Milano for this add-on
A new version that make sure it completely removed from the database?Yes, this add-on must be removed before installing XF 1.3 and i'm working on new version right now
A new version that make sure it completely removed from the database?![]()
Nice! thank you very much for this great add-onIt can be done with current version
http://xenforo.com/community/threads/how-to-upgrade-to-xenforo-1-3.67502/#post-709232When update 1.2.4 -> 1.3.0, I have this error:
View attachment 65970
I can not seem to uninstall your add-on, how can you remove from the database?
ALTER TABLE xf_smilie
DROP smilie_category_id,
ADD smilie_category_id INT UNSIGNED NOT NULL DEFAULT 0,
ADD display_order INT UNSIGNED NOT NULL DEFAULT 1,
ADD display_in_editor TINYINT UNSIGNED NOT NULL DEFAULT 1,
ADD INDEX display_order (display_order)
$data['xf_smilie'] = array(
'smilie_category_id' => 'INT(10) UNSIGNED DEFAULT 0',
'smilie_display_order' => 'INT(10) UNSIGNED DEFAULT 0'
);
'smilie_category_id' => 'INT(10) UNSIGNED DEFAULT 0',
ALTER TABLE xf_smilie
ADD smilie_category_id INT UNSIGNED NOT NULL DEFAULT 0
Thank youRun this query
and continue upgrade
I get this when I try to run the query.
![]()
We use essential cookies to make this site work, and optional cookies to enhance your experience.