Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Dimitri Longo Regular

ModSquad Team Member

Grav Forum Moderators

@dimitrilongo · Joined 9 years ago · 119 posts · 6 topics · 40 reputation

Badges

ModSquad Team Member ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • How to redirect to a 404 error from a plugin · 7 years ago

    you need to declare your function in getSubscribedEvents() function then public function onPageNotFound(Event $event) { // do your stuff } you can check many plugins use that method ... welcome to G

  • Contact form can't send to email! · 7 years ago

    in addition to @bougui comment, sometimes you have to Control access to less secure apps in Gmail https://support.google.com/a/answer/6260879?hl=en

  • Wordpress 2 Grav 2019 · 7 years ago

    @dougwgough try to tweak https://github.com/SiteBeez/wordpress-wp2grav-markdown-exporter it save times, you can event export custom post type add many fields in frontmatter as you want https://githu

  • Contact form can't send to email! · 7 years ago

    @AmauryH for gmail it's probably due to Control access to less secure apps https://support.google.com/a/answer/6260879?hl=en but i that case it seems this is not gmail the SMTP but Mailtrap, for gmai

  • Contact form can't send to email! · 7 years ago

    check your SMTP configuration with your provider, test it, you will get error message if something wrong (username, password..)

  • Contact form can't send to email! · 7 years ago

    Make sure you configured the Email plugin to ensure it has the correct configuration in order to send email successfully. Welcome to Grav community 😀

  • Wordpress 2 Grav 2019 · 7 years ago

    I agree. Especially if you take into account the pages builder that are on the market, custom fields and shortcodes... For instance for my last WP-Grav export i had to tweak https://github.com/SiteBee

  • Migrate from Wordpress to Grav · 7 years ago

    To make it easier install a blog skeleton theme https://github.com/getgrav/grav-skeleton-blog-site Or download https://getgrav.org/downloads/skeletons The posts are located in user/pages/your-blog-fol

  • Migrate from Wordpress to Grav · 7 years ago

    in wp-content/uploads/wp2grav/export you will find your export, then just copy the posts forlder in your grav theme, but sometimes you have to tweak the WP plugin to add some custom fields for instanc

  • Migrate from Wordpress to Grav · 7 years ago

    see that thread : /forum/support/wordpress-2-grav-2019-t7083