dherfort
Forum Replies Created
-
Forum: Plugins
In reply to: [OpenTickets Community Edition] Post-TitleResolved & thank you very much!
That works like a charm!I will go deep into the translation and come back to you via mail as suggested!
thxForum: Plugins
In reply to: [Easy Modal] Chance to get a php variable into the Model Windowsthank you very much for your answer 🙂
After lots of research I finally found out, that the webserver did not support javascript at all 😉 so i managed to get it working after installing the js engine and now everything is fine.
a simple “onclick=”formname.formtype/name.value=’yourvalue’ ” resolved it and managed to get the “variable” into your awesome modals 🙂
Forum: Plugins
In reply to: [Easy Modal] Chance to get a php variable into the Model WindowsLet me ask in another way:
I want either a calculator with javascript or a calc with php…as I managed to get php running 😉 (not a miracle) I wanted to choose this function to embed it inside a modal…but since a “function” (in my knowledge) is only loaded on click it is not working as the modal is all the time closed…is there a chance to force it to stay open?
Best,
DanielForum: Plugins
In reply to: [Easy Modal] Chance to get a php variable into the Model WindowsHi,
this really helps 😉With various scripts/plugins ALL my javascript is not working…so I would need to get a AJAX script into the modal, is this possible?