Question
I have installed the
NatSkin plugin along with all the additional required packages. I can view the pages and they have an "Edit" link. When I go into the edit mode, the page does not have the preview/save, etc. links on the page.
Also, the WYSIWYG edit is not working. I have set the option as described in the installation instructions. Please help!!!
Environment
--
AnanthPudukode - 10 Oct 2007
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
You need to install
NatEditContrib also
Maybe it is missing in the requirements.... checking., listed as a requirement.
--
MichaelDaum - 11 Oct 2007
Thanks for the response Michael. I tried installing
NatEditContrib. First, it doesn't show up in the list of plugins. Is that expected? Also, I am still not seeing the "Save/Preview/..." buttons on the edit page.
There may be a problem with the latest version of
NatEditPlugin. By rolling back to a previous version, I was able to get the WYSIWYG to work. But, it is still not allowing edit in the wiki syntax.
Thank you for your attention in helping me solve this problem.
--
AnanthPudukode - 12 Oct 2007
I was able to fix this problem. The NATEDITTHEME variable needs to be set for it to work. The default directory is missing some of the files.
--
AnanthPudukode - 12 Oct 2007
Can you explain exactly what you did? I am seeing the same issue as the Original Poster. I have
NatEditContrib installed on 4.1.2, as well as
NatSkin and
NatSkinPlugin. I have also set the NATEDITTHEME = default.
Also, what default directory is missing some of the files?
Thanks
--
SeanDavis - 18 Oct 2007
See also
NatSkinNoSaveOrCancelButton.
Try the latest versions of the
NatEditContrib,
NatSkin,
NatSkinPlugin. I worked around the reported issue. The packages were missing a dependency on
JQueryPlugin, which they have now.
--
MichaelDaum - 14 Nov 2007
I had this issue, and none of these solutions solved the problem. I took edit.tmpl, renamed it edit.nat.tmpl and added the following lines
%TMPL:DEF{"topicactionbuttons"}% <input type="submit" class="twikiSubmit" name="action_cancel" value="Cancel" id="cancel" onclick="suppressTWikiSaveValidation()" /> %TMPL:P{"sep"}% <input type="submit" class="twikiSubmit" name="action_checkpoint" value="Save and Continue" id="checkpoint" />
<input type="submit" class="twikiSubmit" name="action_quietsave" value="QuietSave" id="quietsave" />
<input type="submit" class="twikiSubmit" name="action_save" value="Save" id="save" />%TMPL:P{"sep"}%
<input type="submit" class="twikiSubmit" name="action_preview" value="Preview" id="preview" />%TMPL:END%
I inserted them between the line that says
%FORMFIELDS%
%TMPL:P{"topicinfo"}%</form>%TMPL:END%
and
%TMPL:DEF{"titleaction"}%(edit) %TMPL:END%
--
DanielBeaulieu - 2009-12-18