I know there was a post that listed the steps one took to have a completely blank EE installation.
Does anyone (or photographic memory Mr. Bowen) have that stored anywhere?
I just can’t figure out a good search term to find it.
Thanks
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
October 20, 2008 3:37am
Subscribe [8]#1 / Oct 20, 2008 3:37am
I know there was a post that listed the steps one took to have a completely blank EE installation.
Does anyone (or photographic memory Mr. Bowen) have that stored anywhere?
I just can’t figure out a good search term to find it.
Thanks
#2 / Oct 20, 2008 3:47am
Like this, you mean?
#3 / Oct 20, 2008 3:53am
#4 / Oct 20, 2008 4:49am
Beat me to it 😉
#5 / Oct 21, 2008 2:49am
Bah, yeah. I read this article Friday afternoon. Great idea. It was cool that Lowe offered this as a “clean up” solution instead of changing the install.php file. Good times.
#6 / Oct 21, 2008 7:00am
Ah now this is excellent - a far better way of doing it than the way I was doing. The simple ideas are always the best.
#7 / Oct 21, 2008 11:07am
I noticed my own handwriting on the wall over there, forgot totally about that one!
Anyone know how you would edit the html buttons to also have UL and OL lists:
# better html buttons
TRUNCATE TABLE exp_html_buttons;
INSERT INTO exp_html_buttons VALUES (1, 1, 0, 'strong', '<strong>', '</strong>', 'b', 4, '1');
INSERT INTO exp_html_buttons VALUES (2, 1, 0, 'em', '<em>', '</em>', 'i', 3, '1');
INSERT INTO exp_html_buttons VALUES (3, 1, 0, 'h3', '<h3>', '</h3><p>', '3', 2, '1');<br />
INSERT INTO exp_html_buttons VALUES (4, 1, 0, 'h2', '</p><h2>', '</h2>', '2', 1, '1');Is it covered in the doc’s somewhere how to tweak the html buttons in the CP also?
#8 / Oct 21, 2008 11:56am
Is it covered in the doc’s somewhere how to tweak the html buttons in the CP also?
admin > system administration > default HTML buttons