Jump to content

rsi

Members
  • Posts

    15
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    Austria

Recent Profile Visitors

1,293 profile views

rsi's Achievements

Jr. Member

Jr. Member (3/6)

5

Reputation

  1. Okay, I guess your approach is more structured and better maintainable. I'll give it a try! Thank you
  2. Hi forum! I'm trying to build a kind of catalog for a customer. it should be ~6 categories that each can have ~40 images with additional information attached to each image: title, size, price, information so I was thinking: 1. create a custom field metaimage, that has fields for title, size, price and information 2. put that metaimage in a repeater and have my customer add as many as they want WIN? It feels very wrong somehow.... What is a better approach? I'm sure there are a lot ways to solve that... Also, given that example: How do i access fields in custom fields that are inside repeaters for naming the repeater labels 🙂 I know there is dot syntax, but how about the first images title in my metaimage custom field 😂 Thank you for your input!! rsi
  3. Oh - WOW - Just as expected with processwire - there's a ton of options to get what I want!! Thank you
  4. Oh, I see. I'll give it a try.. I thought this option would take away the manual sorting option. Thank you!
  5. I'm pretty sure there is a simple way to configure PW to add new pages to the top of the list of already existing pages instead of the bottom - I simply can't find how and where to change the default setting. Thank you for your help!
  6. Thanks for your reply! I wasn't sure if the situation had changed concerning the CKEditor in custom fields! I'm using Markdown know and might upgrade later!
  7. I'm trying to setup an extended description field for images for a client. It's a portfolio page that has many images with a short description attached to them. I would prefer if i could avoid having to generate a page per image and have a CKEditor as a custom field - it seems that is not possible and I'm guessing it's because of performance!? Maybe I'm missing something here and it is possible. Thanks for clarifications!
  8. Thank you! I might give it a try. It would be really helpful, the way I believe repeaters are meant to be used, if we could sort them by fields, or set new items to be placed on top of the list... Basically a more flexible element. And by the way - I'm so happy about processwire and the way it works ?
  9. Well... thanks for asking about the date format. I know I had set it and even tried several versions, but today it was not set. I checked multiple times yesterday, trying to figure out what's wrong... After setting the formats to a value I like, it now all works flawlessly - in the old and the new repeater! ? Is there a way to sort the repeater elements by a field (date)? Thank you! I feel kinda dumb now... ?
  10. Hi! I have been using processwire for some time now, but I never needed repeaters until a few months back. My client wanted an event page that should list all upcoming events, so I set it up with a date picker and a text and link field. I set the element label to {myDateTimeField} : {myLinkText} and it worked. In the end he never needed it and we never turned it on. Now he need something similar and I setup a template with a new repeater field that holds the needed fields, but now I have several problems that I cannot solve. the date is not saved if i don't include a time the date is not shown in the label as mentioned above. the old template that used to work, does not work with new entries I simply don't know how to debug this problem. Thank you for any hints that lead me in the right direction!
  11. thanks for your suggestions. is there a hook i could use to process the TextArea before writing to the database? it seems like a hack to me to use jquery to inject a class that i could add to the tag the moment i create it and never touch it again. instead of adding it to client side code... but that's probably my idea of doing it the clear/right way... still i'm interested in how to configure CKE in processwire... where do i put config files? how do i name them? do i have to write a plugin? is there a primer on CKE in processwire and i just haven't found it?! thank you all!!
  12. thank you for your help. using jquery is a way and i have thought about it...
  13. Hi everyone! I have to say that i am so happy that i have found Processwire. It is great to work with, although I'm just starting and am probably doing many things more complicated than necessary I am at a point now where I would like to automatically add a certain class (img-responsive) to images that are added to a page via CKEditor. I tried to find information on how to customize CKEditor and i found 61 pages here on this forum, but i had a hard time figuring out where to put a config.js file or how to call it! Writing a plugin for CKE is what came up most, but it seemed a bit too much... Maybe there is a basic introduction to CKE in processwire that i missed? Please someone point me in the right direction thank you all!
  14. hello and thanks for any help! i have been playing around with processwire for some time but i could not manage to get my language setup the way i need it. i am a pw noob and i might be missing a central point here - so please help me find my way the default language for my site is german and english is the second option. we don't care about the backend, just about the site. my problem is as follows: 1. i installed pw with the site-language profile. 2. deleted finnish and german 3. renamed english to german -> thats when the webserver more or less freezes for some time (10min) 4. created a new language english that works fine (exept the freeze), but when i create a new page, the default language (german) gets "en" added to the path mydomain.com/en/whateverpage. i don't get it - it's the default language and it is set to not add the language prefix in the path. (root url serves default language) the second language doesn't have the prefix... maybe there is a better way to do it... start with a blank profile.... thanks! ABOUT THE FREEZE: I found out that it was a snort rule that banned me for 15min, again and again. According to my admin snort said: http_inspect, unknown method
×
×
  • Create New...