Die Suche ergab 16 Treffer

von Dushkin
27. Sep 2018, 17:52
Forum: English Support Forum
Thema: Markup in System Notifications?
Antworten: 1
Zugriffe: 3078

Markup in System Notifications?

Hi, I want to add a bold sentence to system notifications. Maybe I missed some instructions somewhere, but I don't see any obvious way to do this? I tried adding the html but it comes back as plain-text. I have also tried the usual tricks such as **my bold sentence** with the same result. Kindly adv...
von Dushkin
21. Sep 2018, 16:48
Forum: English Support Forum
Thema: How to Remove Mailing List from Send Email "To" Field?
Antworten: 5
Zugriffe: 6971

Re: How to Remove Mailing List from Send Email "To" Field?

Sorry about that, that's my bad. Thank you. I'll update my code.
von Dushkin
21. Sep 2018, 14:39
Forum: English Support Forum
Thema: How to Remove Mailing List from Send Email "To" Field?
Antworten: 5
Zugriffe: 6971

Re: How to Remove Mailing List from Send Email "To" Field?

Hi Fasse, Ah, OK. Thanks for looking into it. Any idea why it is happening? If you share what you know, I'll see if I can code up the fix. Happy to share the code once I do. Otherwise, if you have fixed it already and are just waiting to push it with the 3.3.6 release, could you kindly share the cod...
von Dushkin
20. Sep 2018, 05:39
Forum: English Support Forum
Thema: How to Remove Mailing List from Send Email "To" Field?
Antworten: 5
Zugriffe: 6971

How to Remove Mailing List from Send Email "To" Field?

Hi. When a basic user in our system goes to "send email" and views "To" he can see the various Member Lists associated with Roles. Below is how the UI looks when I click on Role administration: [Active roles] 1 Membership * Associate * Member 2 Committees * Advisory Committee * E...
von Dushkin
16. Sep 2018, 19:20
Forum: English Support Forum
Thema: How to Verify Authentication ($gValidLogin)
Antworten: 2
Zugriffe: 4469

How to Verify Authentication ($gValidLogin)

Hi Fasse, all. I have created a simple script to check if a user is logged in. Returning the value of $gValidLogin accordingly. The use-case is: 1) A user clicks on a link to an Event on the public side of the website. 2) It sends the event parameters to the page holding the admidio iframe 3) The pa...
von Dushkin
4. Sep 2018, 18:01
Forum: English Support Forum
Thema: a foreign key constraint fails
Antworten: 2
Zugriffe: 3785

Re: a foreign key constraint fails

Just figured it out. Sorry, premature post :)
von Dushkin
4. Sep 2018, 17:44
Forum: English Support Forum
Thema: a foreign key constraint fails
Antworten: 2
Zugriffe: 3785

a foreign key constraint fails

Hi Fasse, all. So, our team has added the Menu module that is new with the recent release. However, dueto the volume of customizations we have put in place, simply checking out and merging the newest version proved very problematic for us. Accordingly, we decided to reproduce the Menu module manuall...
von Dushkin
17. Aug 2018, 19:16
Forum: English Support Forum
Thema: How to Persist Login Context Through IFRAME?
Antworten: 5
Zugriffe: 9454

Re: How to Persist Login Context Through IFRAME?

Hi Schwartz, Fasse,

Thank you! The bit I was missing is the blogger URL pointing to the announcements.php page.
For some reason I thought i needed to point to index and unfortunately missed that in the earlier thread.

Thank you very much!
von Dushkin
13. Aug 2018, 16:12
Forum: English Support Forum
Thema: Force Unauthenticated Users to Login.php ?
Antworten: 1
Zugriffe: 4032

Force Unauthenticated Users to Login.php ?

Hi Fasse (et al), I have another question. What is the default URL I should be pointing to to ensure that when users are "not" authenticated they see the login.php screen and when they are they see some other screen, such as announcement.php? I tried setting this under Administration > Pre...
von Dushkin
29. Jun 2018, 22:29
Forum: English Support Forum
Thema: Admidio Consultant?
Antworten: 4
Zugriffe: 5525

Re: Admidio Consultant?

Thanks, Fasse. We are figuring it out. We are adding a number of features to the system, which, once stable, we'd be happy to share. Largely, we are building in a temp registration flow that doesn't force the user to truly register until approval happens. Users can "apply" for approval and...
von Dushkin
4. Mai 2018, 22:46
Forum: English Support Forum
Thema: Admidio Consultant?
Antworten: 4
Zugriffe: 5525

Re: Admidio Consultant?

references / suggestions also appreciated
von Dushkin
4. Mai 2018, 17:28
Forum: English Support Forum
Thema: Admidio Consultant?
Antworten: 4
Zugriffe: 5525

Admidio Consultant?

Hi, I apologize if this is a bit off topic. We have forked the latest build and are adding a number of customizations to Admidio for our needs. Accordingly, we are looking for a strong developer familiar with Admidio to help us along. If you are interested, get in touch and I can send you the requir...
von Dushkin
31. Mär 2018, 23:14
Forum: English Support Forum
Thema: How to Persist Login Context Through IFRAME?
Antworten: 5
Zugriffe: 9454

Re: How to Persist Login Context Through IFRAME?

Thanks a lot Schwartz. I appreciate the reply. I was sort of hoping for a flow that always showed a login screen if the user wasn't authenticated, otherwise the Announcements page if s/he was. Not sure how to do that, though, as my web site doesn't know the Adminio server's authentication context. H...
von Dushkin
30. Mär 2018, 20:29
Forum: English Support Forum
Thema: How to Persist Login Context Through IFRAME?
Antworten: 5
Zugriffe: 9454

How to Persist Login Context Through IFRAME?

Hi. I have Admidio set up very nicely on our website. We are viewing the pages through an iframe. Currently, to get to the Admidio pages, we are showing the below URL so people can log in: https://www.admidio.org/demo_en/adm_program/system/login.php However, should somebody log in and click that lin...
von Dushkin
26. Mär 2018, 16:44
Forum: English Support Forum
Thema: Customization Examples?
Antworten: 3
Zugriffe: 4287

Re: Customization Examples?

Thanks, I have seen this. But I was hoping to see some real-world examples before I start.