Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
ryan pao Member
@ryan · Joined 8 years ago · 48 posts · 16 topics · 7 reputation
Badges
Recent posts
-
Marquee / Ticker Function?
· 6 years ago
hi david I've integrated the ticker function with node.js and the text is editable via admin plugin
-
Unristrict media upload
· 7 years ago
HI all! Need pointer to fix upload restriction in admin media upload. I'd like my users to upload csv / html extension files via admin page I've dabbled in admin control panel> configurat
-
Add a custom page creation modal for MODULAR type page
· 7 years ago
Thank you!! @paulhibbitts Add item blueprint (note file location): is the key to solving this puzzle!! what I previously did was to make an symbolic link to the first blueprint.-->didn't workout
-
Cannot get to admin panel after upgrade
· 7 years ago
Hello @Keith I had the same problem, this may not be the best solution; but by restarting apache I was able to login as if nothing has happened.
-
Add a custom page creation modal for MODULAR type page
· 7 years ago
Hi all, Please help I'm totally stumped on this I'd like to create a modal like in recipe for modular pages. I've created a working copy of blueprint, but when I try to save it the blueprint cannot b
-
Forum thread creation for grav/intranet tips
· 7 years ago
HI Team ! This Question is about where and how I (we) should go about creating a thread pertaining to tips and tricks/speed bumps and work around that I came across while creating an intranet system w
-
Tip: table element control via markdown
· 7 years ago
thanx ! I had the biggest grin when I came up with this hack.
-
Question: creating page -> clickable dropdown folders instead of html select tag?
· 7 years ago
You have to get down to business with blueprints to really customize. but for a simple solution follow the instruction on the link edit: user/blueprints/admin/pages/YOURPAGE.YAML route: type
-
Question: creating page -> clickable dropdown folders instead of html select tag?
· 7 years ago
I had the same question and solved with this: https://learn.getgrav.org/cookbook/admin-recipes#add-a-custom-page-creation-modal The link above will give you a recipe to create a button in admin panel
-
Tip: table element control via markdown
· 7 years ago
Hi all, a simple solution for users wanting to control table element in markdown. css can be written directly into .md apply class to table by using <div class='MY_CLASS'></div> use css c