hello, everyone
I changed AjaxQuote.js to make it work with tinymce. Seems to work for me. Not sure how good my coding but its better than nothing i guess.
I used fckajaxquote extension for reference and tinymce API from their website.
Here it is:
…
hello, everyone
I changed AjaxQuote.js to make it work with tinymce. Seems to work for me. Not sure how good my coding but its better than nothing i guess.
I used fckajaxquote extension for reference and tinymce API from their website.
Here it is:
…
Hey, maybe someone will find it useful, I updated this extension so it points where terms of service are for authenticated users.
To make it work you have to do 2 things,
add a line like so to settings.php in /conf folder
$Configuration['TERMSOFSERV…
Hey, maybe someone will find it useful, I updated this extension so it points where terms of service are for authenticated users.
To make it work you have to do 2 things,
add a line like so to settings.php in /conf folder
$Configuration['TERMSOFSERV…
I have similar question. I got friendly urls working but i would like to rewrite so it does not show discussion folder at all. Can't find part of the code that is responsible for url generation in vanilla1. Is it possible?