Page 2 of 2

Re: New Module: OwnersManual

Posted: Tue Apr 19, 2011 8:27 am
by M@rtijn
Wishbone wrote:Hmm.. I didn't realize that I had a div in there.. But when I remove the div, I see no issues. Can you explain further?
Wishbone,

By default the owner's manual is filled with the module help. There is a div surrounding the entire text.

Code: Select all

<div>
<h3>What does this do?</h3>
<p>OwnersManual is a very simple module designed to allow the site developer to leave instructions for the webmaster and other contributors on how to run the site. Anything from editing pages, updating news articles, calendar, etc. Instructions on how to use any custom features installed, UDTs, GCBs can be placed here as well.</p>
<h3>Features</h3>
<ul>
..........
</div>
If you remove the </div> at the bottom, because you don't know there is a div ( ;) ), then save your manual, you can not edit it anymore.
I had to go to the sql database, go to the right table and manually add the closing div again, so I was able to edit my manual.

I hope this is a better explanation then my last attempt.

Re: New Module: OwnersManual

Posted: Tue Apr 19, 2011 1:22 pm
by Wishbone
I see.. I'll remove the div in my next release. Thanks!

Re: New Module: OwnersManual

Posted: Wed Apr 27, 2011 7:57 am
by croise
I am definitely going to try this one! Great idea!

Re: New Module: OwnersManual

Posted: Sat Apr 21, 2012 4:12 am
by Wishbone
Released 1.0.3

Support for images
Fixed a PHP warning: (bug #6359)
Removed extraneous div in the default content.


Now working on version 1.1, which will allow multiple pages of back-end content.