Jump to content

Smirftsch

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by Smirftsch

  1. Got this the morning: Question is, are such attacks known and how likely are they? I highly doubt it, since there is nothing of use in this database anyway and it very much seems it was just sent using the contact form. Related to that- it might be best nevertheless to change database password, is there some documentation on how to do that properly?
  2. Thank you very much for all the information, going to check these ?
  3. Is there any kind of forum module/plugin ? I mean there is this support forum here, but I can't find anything related to make one myself, how is this one done? Any advice is very welcome!
  4. Thank you very much ? - it looks like I would have complicated things, glad I asked. Going to try that.
  5. Hello all! I am building a page for one of my clients and he wants to restrict content for a specific domain name. The .com has to show all pages and children, but the .de domain is supposed to show only a few pages/children of the .com domain. It is a multi language page and the ability to switch languages should be kept as well. Are there any recommendations or even modules how to do such a thing? I was digging the forums but haven't found anything so far. Perhaps I am just missing the right keywords only ?
  6. To answer the question myself, in order someone else may find this useful: It was "convert div tags to paragraph tags" blowing up on me. Thanks nevertheless ?
  7. I've got some odd problem adding additional styles to mystyles.js. After reading some and following the article here: https://github.com/ryancramerdesign/ProcessWire/blob/dev/wire/modules/Inputfield/InputfieldCKEditor/README.md#custom-editor-js-styles-set I was able to add a custom style. So far so good ? It is displayed in the Styles menu and can be selected there. Now the odd thing starts, if I add a custom style like this: ... { name: 'Box Top', element: 'span',attributes: { 'class': 'box_top' } }, { name: 'Box Bottom', element: 'span', attributes: { 'class': 'box_bottom' } } it works and can be selected just fine. However, if I add this: { name: 'Box Top', element: 'div',attributes: { 'class': 'box_top' } }, { name: 'Box Bottom', element: 'div', attributes: { 'class': 'box_bottom' } } It is also displayed, can be selected - BUT - once the edit is saved, it is gone, won't be displayed in the page and won't be shown anymore in the editor as selected style, it goes back to "normal". Can anyone give me a hint what I missed?
×
×
  • Create New...