Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
yehuda Member
@yehudac · Joined 5 years ago · 16 posts · 7 topics · 1 reputation
Badges
Recent posts
-
Update dom without reloading the page
· 5 years ago
I understand how to have a twig calling a function to receive content onPageLoad. However I am wondering if it is possible to call a function and return from user input without refreshing the entire p
-
Confused how to make a twig function
· 5 years ago
I want to Output some PHP code result in a Twig template I made a new plugin with those three files but I get the following error Declaration of Grav\Plugin\ExampleTwigExtension::getFunctions() must b
-
User register page
· 5 years ago
thanks. i used quark theme to get the site back up. I tried several methods like adding menu in system/config/site.yaml but it didn't work. I tried adding page with type: 'item' then redirect to 'user
-
User register page
· 5 years ago
I am having trouble creating an actual page for user_register. (I have enabled and setup several users from the frontend.) The Readme says to make a blank page called user_register or have that route.
-
Help with form data, invalid json
· 5 years ago
i managed to get the data i want using this $data = json_decode( json_encode($form["data"]), true); foreach($data as $val){ if(!is_array($val)){ $x=0; $myfields[$x]=$val; } }
-
Help with form data, invalid json
· 5 years ago
I'm having trouble getting data from my simple custom function in which I want to input form data. the $form = $event['form']; is getting invalid json