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.

Werner Joss Regular

@hoernerfranz · Joined 7 years ago · 224 posts · 14 topics · 49 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Plugin DataManager not showing Comments · 3 years ago

    ..well, I forgot to mention how I managed to get this to work: the comments files from the comments plugin are in user/data/comments/de/blog so I configured the 'route' Option as /comments/de from wh

  • Plugin DataManager not showing Comments · 3 years ago

    @pamtbaau , you are of course right with the assumption, that my solution will not work well with muli-lingual sites. it is also not intended to be a solution for the public, just for my own usage 😄 .

  • Plugin DataManager not showing Comments · 3 years ago

    yes, I saw that exclude Option in the docs, but it is not the data format itself which is not compatible with Data Manager, just the folder structure under user/data. so, for my own use, I created a D

  • Plugin DataManager not showing Comments · 3 years ago

    oh, well, I just noticed that, a while after having copied some comment data files directly into the user/data/comments folder, they suddenly show up in the datamanger admin UI 😄 . so I guess this is

  • Plugin DataManager not showing Comments · 3 years ago

    fiddling around with the data manager plugin after some investigations w.r. to comments plugins - see this thread I just wonder how it would be possible to access comments via the Datamanager Admin UI

  • Better Comments Plugin · 3 years ago

    hm, I just also tried this plugin, after having used the official comments plugin so far. with recaptcha enabled, I got the better comments plugin to show the form on my blog pages, but trying to send

  • UniteGallery meta (captions and titles) missing in viewer · 4 years ago

    Hi, I think UniteGallery just displays alt_text and description from the image meta data file, if present, see the docs for the plugin. of course, other metadata can also be added, but will not be dis

  • Could not find driver · 4 years ago

    you might be missing the sqlite driver in your PHP installation. to check that, create a file named phpinfo.php in your webroot with the following code: <?php phpinfo(); ?> then point your brow

  • How to delete tag · 4 years ago

    oh, well, here is a short recipe: install VS Code on your computer if you don't have a local copy of your blog pages, create a backup in your grav admin panel download and unpack this backup open the

  • How to delete tag · 4 years ago

    well, for windows I can recommend Visual Studio Code, which can replace strings recursively in a file tree.