You are not logged in.
Pages: 1
Hello Raimund,
I search the whole forum to find extra information for this plugin. The readme.html says: "In order to use your own snippets you have to al least one parameter to your xinha_config:" but...?
I have insert 'InsertSnippet' in my xinha config file:
xinha_plugins = xinha_plugins ? xinha_plugins :
[
'SaveSubmit','InsertAnchor','ExtendedFileManager','EditTag','InsertSnippet'
];
OK?
but what to do with:
xinha_config.InsertSnippet.snippets = _editor_url+"plugins/InsertSnippet/snippets.php";
I put it in Step 5, but then xinha does not start up (only text in the area).
I don't know where to look.
Thanks and greetings...
Wijnand
Offline
open the insert-snippet.js
goto line 75
change: 'snippets' : _editor_url+"plugins/InsertSnippet/demosnippets.js",
to: 'snippets' : _editor_url+"plugins/InsertSnippet/snippets.php",
now edit the snippets.html like you need it.
Offline
Pages: 1