Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/12/2024 in all areas

  1. @nurkka RockShell can run without PW, but not all commands. Most need PW to be installed, but often that's just necessary (because it makes no sense without) or convenient (because it's harder to develop something without having PW magic on board). What you describe makes sense and it is definitely on my list. If anyone finds time to add this I'd be super happy to add it.
    1 point
  2. Thank you Bernhard for clarifying your point of view again in such detail. Ultimately, you are of course right and many editors actually no longer allow the insertion of images. When I sometimes look at the output, I understand exactly why 🙂 In this project I will have to administer large parts myself, therefore it could have been a short cut. but then and for now - I'll have to do it "right" from the start. Since I can reuse the blocks, it will probably pay off
    1 point
  3. You can check the online status here: https://downforeveryoneorjustme.com/kuenstlerischepraxis.at As Gideon So wrote, you should contact your hoster to find out what's going on.
    1 point
  4. @herr rilke Practically the first thing I did was to change the display of the settings through adding my own CSS. Load your own CSS to the backend and try: .rpb-settings table tbody {display:grid; grid-template-columns: repeat(6, 1fr);} .rpb-settings table tbody td {display:block;} Looks something like this: CSS is sometimes better than a whole lotta change to code!
    1 point
  5. Hey @FireWire I've added the following to RockSettings v2.2.3 public function ___uninstall(): void { rockmigrations()->deleteFields("tags=RockSettings"); rockmigrations()->deleteTemplates("tags=RockSettings"); }
    1 point
  6. Thx, looking forward to seeing what you build with it 🙂 Thx for the good description! Please check v1.4.2!
    1 point
×
×
  • Create New...