Hello,
I am a real rookie but so much I know - the admidio member manager package is spot on. Loving it! I am trying my best to make adjustments and all and usually I succeed. (Isn't that hard gratefully). But now, I am stuck,
Actually - I just want to add a general HTML page to my portal. Like an AboutUs-page or FAQ ditto. Is there a module for this? Or how is it usually done?
Thank you!
Plain HTML page
-
- Beiträge: 6
- Registriert: 5. Jan 2023, 21:05
Re: Plain HTML page
Aktually not. You could create a page with another tool upload that page and could create a link to that page within the module.
But you can have a look at
https://github.com/marchorst/admidio-simpleembed
Maybe this could help you.
But you can have a look at
https://github.com/marchorst/admidio-simpleembed
Maybe this could help you.
-
- Beiträge: 6
- Registriert: 5. Jan 2023, 21:05
Re: Plain HTML page
Thanks again Fasse
You are doing a great work helping us out! I've seen a lot of posts...
I tried with SimpleEmbed and it didn't work out unfortunately.
I guess I didn't grasp the full idea.
What I did was the following hack (I wanted to embed Google Drive into my admidio portal)
- I copied overview.php to a new file: googledrive.php
- Edited googledrive.php and set my own headline directly (skipped XML language file), and referencing template googledrive.tpl
- Created a new googledrive.tpl in adm_themes\simple\templates and put an iframe there containg the Google Drive URL
- Added an menu item with the path to googledrive.php and a suitable icon.
Next I will created my FAQ page the similar way.
I got what I wanted.
Is this totally undocumented? Will it get me into trouble down the road?
You are doing a great work helping us out! I've seen a lot of posts...
I tried with SimpleEmbed and it didn't work out unfortunately.
I guess I didn't grasp the full idea.
What I did was the following hack (I wanted to embed Google Drive into my admidio portal)
- I copied overview.php to a new file: googledrive.php
- Edited googledrive.php and set my own headline directly (skipped XML language file), and referencing template googledrive.tpl
- Created a new googledrive.tpl in adm_themes\simple\templates and put an iframe there containg the Google Drive URL
- Added an menu item with the path to googledrive.php and a suitable icon.
Next I will created my FAQ page the similar way.
I got what I wanted.
Is this totally undocumented? Will it get me into trouble down the road?