Jump to content

zoeck

Members
  • Posts

    382
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by zoeck

  1. I've been using Bootstrap 4 all the time, but I didn't want to take the step to version 5. I'm making my first, successful steps with Tailwind and I'm currently very satisfied. But you have to learn a lot of new things, because it's still a bit more complicated than Bootstrap, but you also have a lot more freedom.

    I also use Htmx and Alpine.JS with TailwindCSS ? 

    many nice new things ? 

    • Like 2
  2. On 7/8/2021 at 6:13 PM, AmeliaScott93 said:

    Why we still do not have this kind of function for PDF, DOC?! I mean, we are living in 2021, and I do consider that adding such a function for basic documents like PDF would not be something special, it would be something normal actually.

    There’s the file field in the core… you can use this field for such tasks.
    and then there’s the paid module „form builder“ - you can easily create a form and send it via email (+attachment)…

    The function exists, you just have to use it

  3. 2 hours ago, ryan said:

     Or maybe FieldtypeFloat could be updated to support either decimal or float column type (like FieldtypeCombo). 

    I think that would be really cool ? 

    In my opinion, the page overview should be revised.

    The edit, move etc. buttons should always be displayed. Buttons should always be displayed. So you can call the function faster.
    Possibly a table view would be nicer here...

    • Like 1
  4. I think here are some different possibilities:

    • You create a template + page
    • You use the same template/page where your form is (And check it with the $input API)
    • Create a template / page for different functions (for multiple pages) - Here you have to use the $input API to decide what to do

    Depending on how complex everything is, you have to decide how you want to use it ? 

    • Like 1
  5. I have a problem with the module.
    On a page with 3 languages, the sitemap displays only the default language.

    The site works without problems, I can switch the languages:
    domain.ext/ (german)
    domain.ext/en/ (english)
    domain.ext/fr/ (french)

    Is there something else that needs to be set so that the other languages are also displayed?

     

    Oh, i found my problem... i still had the old sitemap module installed... ? 

  6. 43 minutes ago, d'Hinnisdaël said:

    Right, thanks, I left a session message in there. I pushed a patch at version 0.7.1. While it propagates to the module directory, removing line 119 of DashboardPanelCollection.module should work as well.

    That's it, thank you very much! ? 

  7. 36 minutes ago, bernhard said:

    Sorry, of course you get the ids! ? But you can already be enough depending on your situation. Do you dump lots of data? Or is in-memory an option?

    What does that mean? How do you know? How does a tracy dump look? Did you follow the docs? https://github.com/baumrock/rockfinder3#relations

    Did you already read about callbacks? https://github.com/baumrock/rockfinder3#callbacks

    I need the whole Data for a datatable...

    Just added a "$allorders->relations->first()", then the following error occurs:

    Quote

    SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ',,,,,,,,6279,,,,,,,,6219,,,,,,,,,,6177,6178,,,,,,,,,,,,,,,,,) 
    GROUP BY pages.id' at line 7

    Here's the dump of "bd($allorders->relations);"

    1522713878_2020-06-0311_53_16-relations.thumb.png.e438959d12900bb4290c50a3b0e591be.png

    And just a dump of the rockfinder

    1109195358_2020-06-0311_59_23-find.thumb.png.b0d60ab0567d2ae5f1f568d699628c76.png

×
×
  • Create New...