Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Advice with a database-y problem
· 10 years ago
Flavioscopes: That's awesome! I had no idea I could do that. And it is a huge bonus that the client can maintain this table themselves via the admin. Superb! Thanks so much.
-
Advice with a database-y problem
· 10 years ago
You could list the staff in site.yaml with a structure similar to staff: - name: Tom occupation: whatever description: xxx another_field: yyy - name:
-
Advice with a database-y problem
· 10 years ago
Hello all! I'm working on a site right now and I need something that I think is typically database-y. I need a list of staff. On one screen I need a list of these staff sorted one way with 3 column
-
How to make recursive list-and-detail work
· 10 years ago
Let us know if any more problems persist :)
-
How to make recursive list-and-detail work
· 10 years ago
This seems to be an effective answer: {% for child in page.collection %} <a href="{{ child.route }}/style:style1">{{ child.title }}</a> {% endfor %} So I think I've solved it. At least
-
How to make recursive list-and-detail work
· 10 years ago
Oops. I now see I have NOT solved Problem 2. For some reason I thought I had. Any offers?
-
How to make recursive list-and-detail work
· 10 years ago
I have run into two problems with a recursive page collection. I have found possible solutions for both, but I would be grateful to be told if there are better solutions. My folder structure is: books
-
Lightbox code is not added to html
· 10 years ago
Ah yes, that explains it, the image needs to be under /user/pages as with any user-facing content.
-
Lightbox code is not added to html
· 10 years ago
what, did my post just get deleted? i don't understand this weird js interface. anyhow, no, i did all that properly. and i found a solution: my dedicated image folder was not a subfolder of pages, but
-
Lightbox code is not added to html
· 10 years ago
"moved featherlight.yaml 1 folder up" You should move it to user/config/plugins. 99% sure it's not active (you need to enable the plugin and set it to active) and JS/CSS is not added to the page.