Good Morning All,
I have started testing the email features of XWiki this morning, and there
is one thing I was wondering if it is possible to do once a comment has been
made, I need an email notification to be send to a set admin user informing
them that a comment has been made on the wiki and if the comment is replied
to the original author to also receive a notification.
Thanks
--
View this message in context: http://xwiki.475771.n2.nabble.com/Xwiki-Comment-help-tp7583217.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I'm looking to contribute an extension which is installable with the EM
and I can't find any documentation on it, if there is no documentation
I am willing to write it if someone will walk me through the process.
How do I go about getting published and how are dependencies declared?
Thanks,
Caleb
Good Morning All,
I have started testing the email features of XWiki this morning, and there
is one thing I was wondering if it is possible to do once a comment has been
made, I need an email notification to be send to a set admin user informing
them that a comment has been made on the wiki and if the comment is replied
to the original author to also receive a notification.
Thanks
--
View this message in context: http://xwiki.475771.n2.nabble.com/Xwiki-Comment-help-tp7583216.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
need help with ldap plugin and MS AD.
Has anyone already successfully worked with ldap-plugin?
When i login, i get always wrong user / password, but i think that the
parameters are correct.
Does anyone have a screenshot / sample that works with LD MS-AD?
And is there a logfile where you can see the login errors (more details).
thanks for any help.
Stefan
--
View this message in context: http://xwiki.475771.n2.nabble.com/need-help-with-ldap-plugin-tp7583195.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I apologise for the dumb question, but I've just installed XWiki
Enterprise and I want to experiment with sending Invitation emails. The
Invitation application is installed and configured. But I can't find
the actual invitation page.
The documentation for the application suggests adding a link to it on
the user profile sheet. But it doesn't say where the link should point to.
Related question: is there a way in the wiki to list all the objects of
a particular type? I suspect this will help me figure out this and
other problems on my own :-)
Thanks for any help!
Hi,
i have tried to add new plugins to the WYSIWYG Editor, so ein added font,
color, justify and style. Because I wanted to see how it looks like i have
added the 4 new plugins to the Menubar and the Toolbar.
But after restarting xwiki, there are no new plugins in the wysiwyg editor
visible and the edit fields in the menubar of the wysiwyg-editor
administration page are hidden. Here is screenshot:
http://imageshack.us/photo/my-images/525/menubarxwiki.png/
I have already removed the 4 new plugins from the loaded plugin and toolbar
list - but how can i make the edit fields of the menubar visible again?
Perhaps I must edit the database directly?
My System is a Tomcat6 AS with an mysql dbms on a linux machine.
--
View this message in context: http://xwiki.475771.n2.nabble.com/WYSIWYG-Editor-Menubar-Settings-in-Admini…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I'm trying to add some validations when the user save press the save button
on xwiki creation page.
What I added in actionButtons.js is that :
onSaveAndContinue : function(event) {
if (typeof(Wysiwyg) == 'undefined') {
return;
}
var editors = Wysiwyg.getInstances();
for(var hookId in editors) {
var editor = editors[hookId];
var plainTextArea = editor.getPlainTextArea();
}
alert(plainTextArea.value);
....
My problem is that I get an outdate value, meaning that for example, if in
my page I have :
a
b
c
And if I write "d" at the end, the alert return only :
a
b
c
Is there another better solution to get the text in the WYSIWYG editor ?
Fred
--
View this message in context: http://xwiki.475771.n2.nabble.com/Get-textarea-content-of-wysiwyg-in-javasc…
Sent from the XWiki- Users mailing list archive at Nabble.com.