Jump to content

Beate

Members
  • Posts

    22
  • Joined

  • Last visited

Recent Profile Visitors

8,656 profile views

Beate's Achievements

Jr. Member

Jr. Member (3/6)

0

Reputation

  1. Thanks! Yes, things are very strange: I have domainA running with PW 3.0.172 and it doesn't work, and domainB running with PW 3.0.172 and it works – in the same browser! So perhaps it depents on other things, like php version or web server? I'm still digging.
  2. Hello, my customer just told me he couldn't see the CKEditor in safari. I checked it in my 14.0.3, he is right, it is invisible. In Firefox everything works, so I have not noticed it. Did anyone had this, too? Perhaps it is something with the new data protection in safari?
  3. I have a problem with templates. In the header of my german/english page is sentence with html tags, as some words are smaller than others. And every page should have another sentence, but some might have the same. And it should be selectable for the user, so putting it directly in the template is no solution. I tried using the select option field, which can also have i18n options, but the html in the options is escaped.. so „A <span>journey</span> to <span>yourself...</span>“ is on the page. This is what I inserted in my template: if ($page->headersatz) echo $page->headersatz->value; Any ideas? Or any better idea? Thanks!
  4. @Stadtwerke_KA Ich hoffe nur, dass es so einen Quatsch nie bei euch gibt: https://t.co/qeTGPT564K

  5. @Sky_Service https://t.co/tRPcpA0ceB

  6. @KarlsruheTweets Kommt das nur einmal? Freitag kann ich leider nicht.

  7. @Nahtzugabe Scheinbar am Mittwoch: https://t.co/S2WoxRxmXr https://t.co/0Djn2LypKj

  8. There must be broken something with this template choosing thing and repeaters. I just tested it on another pw site, created a new repeater and it was displayed in the template list... Bug report: https://github.com/processwire/processwire-issues/issues/287
  9. Ok, that's what I thought (must be flags = 8 in the database? Thats given for the repeater fields).
  10. Hello, I copied my templates from another project, as it was very similar. But when I want to change the template, there are repeater fields for select, which aren't listed in the fields page: I tried to delete them in the database (having made a backup first), but then the stadtteilbuerger repeater was broken... So, first of all, why are there repeater fields for choosing as a template and how can I get rid of those old repeaters? Thanks, Beate
  11. Yeah! That's it Thanks to all. @Adrian: yes, I wanted all recent comments, not the one from one single entry.
  12. Thanks! Never thought this could work. But: are you sure about the syntax? $letzte_kommentare = $fields->find("kommentare,sort=created,limit=5"); doesn't work, Fatal error: Exception: Unknown Selector operator: '' -- was your selector value properly escaped? field='kommentare', value='', selector: 'kommentare,sort=created,limit=5' (in /var/www/vhosts/path_to_pw/wire/core/Selectors.php line 395) (the name of the date is created, looked it up in the database.
  13. Hello, On replacing Wordpress with PW, my blog is nearly ready, but I'd like to display the (5) recent comments in the sidebar. I googled for this but didn't find a solution. Can anyone help? Thanks, Beate
×
×
  • Create New...