Admidio / admidio

Admidio is a free open source user management system for websites of organizations and groups. The system has a flexible role model so that it’s possible to reflect the structure and permissions of your organization.
https://www.admidio.org
GNU General Public License v2.0
334 stars 131 forks source link

The forum site --"https://forum.admidio.org/" has an invalid cert! #1485

Closed deehill closed 11 months ago

deehill commented 1 year ago

Hi.

I'm trying to find someone from admidio to talk to about a few changes, as well as to possible contribute some cash/$$$

However, the forum site --https://forum.admidio.org/ returns an invalid "Cert" in my FF browser.

Can someone get back to me on this, as well as get me an email that I can use to discuss the changes???

Basically, regarding, changes.

The old "zenbership" app has the default/base page layout with horizontal NavBar/Menu Items. I'm looking to be able to emulate Horizontal, instead of the Vertical down the left side!!

Hit me up for a short conversation.

A much longer conversation, will involve me changing the "logic" for the app, to implement a "Growth/ReferralID process, where users refer other users to join a waitlist for a "project".

I'll be ripping out a bunch of the current functionality, and inserting a bunch of different/new logic.

Looking forward to talking to you on this!

There's some expediency on this as well!!

thanks

-bruce badouglas@gmail.com

Fasse commented 1 year ago

To change the menu style you should wait for version 4.3 . There we have changed the smarty template for the menu. So all informations about the menu are available within the template so you can change the layout as you want.

For your second topic I need more informations/description of the feature you want to implement.

schast commented 1 year ago

@Fasse: The SSL certificate should be corrected in any case. The currently installed certificate is issued for kasserver.com and not for forum.admidio.org.

image

Fasse commented 1 year ago

Could you try it again, I add a cretificate to forum.admidio.org

deehill commented 1 year ago

The cert/forum issue is now resolved!!

thanks!!

On Wed, Sep 27, 2023 at 3:46 PM Stefan Schatz @.***> wrote:

@Fasse https://github.com/Fasse: The SSL certificate should be corrected in any case. The currently installed certificate is issued for kasserver.com and not for forum.admidio.org.

[image: image] https://user-images.githubusercontent.com/3838857/271096170-6bf7d5a2-ef64-44e3-9d54-fb92ea385cde.png

— Reply to this email directly, view it on GitHub https://github.com/Admidio/admidio/issues/1485#issuecomment-1737980221, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGLVMVECHO3M555Y5TVFMT3X4R7BRANCNFSM6AAAAAA5FDWH7I . You are receiving this because you authored the thread.Message ID: @.***>

deehill commented 1 year ago

Hi Markus,

So, Admidio is "smarty". Ok. So any "dev" with smarty sills should be able to handle modifying the app.

Is the frontside/clientside javascript/react/vue/etc??

I'm asking, as I'm looking to create a webapp, and thought it would make a bit of sense to find a good/solid existing app that was targeted to the community/membership segment.

I'm looking to create an app that will be a combination: LandingPage userReferralViral rewards for new users the currentUser gets/recruits to join the proect ability to manage/track the users who join a basic CRM function an Admin process

there will also be a number of "content" areas for users to be able to view the content with no restrictions. At the sa me time, there will be certain sections "walled off" for the logged in users.

So. I'm hopeful that Admidio already has a good number of hooks to pull off most of this.

At the same time, can you give me any ide as to any ind of testing/security processes for the app!!

thanks

-bruce @.***

On Wed, Sep 27, 2023 at 2:41 PM Markus Faßbender @.***> wrote:

To change the menu style you should wait for version 4.3 . There we have changed the smarty template for the menu. So all informations about the menu are available within the template so you can change the layout as you want.

For your second topic I need more informations/description of the feature you want to implement.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

Fasse commented 1 year ago

Hi Bruce,

Admidio is not fully "smarty" compatible. We integrate this step by step. We have no clientside javascript like react or vue. We only use jQuery in some cases and Bootstrap to the Html/CSS styling.

But if you plan to use Admidio for another projekt than it will be useful, that you have a deeper look into the code by yourself.

Fasse commented 11 months ago

Will close this issue because the reported issue is fixed.