deb0 - you need to run this query:
[sql] INSERT INTO $TPsetting
(varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile) VALUES
("showquote", "forumhome", 1, 1, "yesno", 5, 0, 0)[/sql]
Don't forget to replace $TP with your table prefix. The option should show up after that.
Megareus - the error it gives you is the
Code:
mysql error: Duplicate entry '$phrasename-0-$number'
part. Your only real choice is to find the two lines in install_quoteit.php that are in the form of
Code:
(0, "$phrasename", "$phrastext", $number),
and delete them. You'll just have to keep doing this and rerunning step 3 of the installer to make sure all the phrases are there. Sorry, but I don't know how it's possible to get a partial installation in the first place. :ermm: