So today I logged in to see that there were no options listed at the bottom of my pages. After some troubleshooting I came to the conclusion that there were some changes over the last 24 hours that renders all options non-displayed for people using the "Strip down editor UI, revised by PH". The code I use on all my sites to clean up the "footer spam" is:
/* Strip down editor UI, revised by PH */
#edit-diff-button { display: none; }
#pagerate-button { display: none; }
#print-button { display: none; }
#site-tools-button { display: none; }
#page-info { display: none; }
#lock-info { display: none; }
.edit-help-34 { display: none; }
.page-watch-options { display: none; }
#wd-editor-toolbar-panel div + div { display: none; }
#np-editor-panel div + div { display: none;}
Further troubleshooting shows that the specific line that is effected by the recent change in wikidot is:
#page-info { display: none; } so it appears that the page information has been merged with the options, IE. the edit button, etc…
So with the removal of this line my options are visible again… however I get more "footer spam" that I could live without, for example page revision: 0, last edited: 16 Dec 2011, 09:03 GMT (3 days ago).
Is there a link to a change log that lists all changes that occur at wikidot?





