pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Stats - Numbers don't compute
· 1 year ago
@shane, I'm pretty sure you have been visiting your site in March, so daily.json and montly.json should have data for that period. With the info given so far, I cannot draw any conclusion that explain
-
Stats - Numbers don't compute
· 1 year ago
@shane, Smells fishy... There is a value for the previous month, but you have no records for days in March. By default, Grav keeps the last 30 days (or more exact: records) in daily.json and purges t
-
Stats - Numbers don't compute
· 1 year ago
@shane, And where are the remaining 5 days making up "the last 7 days" in daily.json?
-
Stats - Numbers don't compute
· 1 year ago
You're not the first complaining about it.... https://github.com/getgrav/grav-plugin-admin/issues/2440 The data is collected in files /logs/popularity/daily.json and /logs/popularity/montly.json. For
-
User Registration and Accounting: Flex Objects + External Relational DB?
· 1 year ago
@jooru, Nice April Fool's Day prank... :-)
-
Modal link-box unresponsive
· 1 year ago
@RiseUp, Is this JS related [..]? If you take a look in the Developer Console of your browser, you'll something like: Uncaught TypeError: e.indexOf is not a function at ce.fn.load (VM217 jquery
-
Embedding p5js scripts in Grav page
· 1 year ago
@dmeissner, There is... Take a look at the docs: Theme customisation Asset Manager
-
Importing XML or CSV to Grav as separate posts
· 1 year ago
@dubird, Taking the Feed Us plugin as an inspiration, roughly you could try something like the following: Note: Not sure what your XML/CSV contains. Markdown or HTML? Create php script <?php $xm
-
Importing XML or CSV to Grav as separate posts
· 1 year ago
@dubird, Without any information about the content of XML there is not much to say. "There’s one old plugin that supposed to do it" Which plugin? "I did see one post on importing from a XML feed" Wh
-
How to handle internal links when pages are renamed or moved in Grav?
· 1 year ago
After waiting long enough, crosspost has been issued at https://github.com/getgrav/grav/issues/3915