Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/10/2025 in all areas

  1. Version 2.0.4 Find abandoned pages (Check all pages in the ptn store to see whether they are still linked to a ptn field.) Support for SearchEngine (Marks the field as Repeatable, thank you @teppo) Add hookable title postfix Version 2.0.5 Optimize Error Handling for content elements Fix issue #5
    2 points
  2. @pmichaelis thanks for the report. ok let me see if i can make this change and commit soon, might take a couple of days.
    1 point
  3. Hey @BrendonKoz, sorry for the late answer. You can access the data in the template file with $value. $page // is the context page on which you create the content elements. $value // is the data of the content element I actually only use $page->renderValue($contentElement, 'file/to/content-element-file') to render the content element;
    1 point
  4. Hey, there is a deprecation notice when running php 8.3 🥸 Deprecated: Calling get_class() without arguments is deprecated in .../cache/FileCompiler/site/modules/InputfieldAceExtended/InputfieldAceExtended.module on line 499 The error "Deprecated: Calling get_class() without arguments is deprecated" occurs when using PHP 8.3 or later to call the get_class() function without providing an argument. This is because the function's arguments are now required. Call get_called_class(), which works similarly to get_class() but doesn't require arguments. public static function getStatic($name) { $class = get_called_class(); return isset($class::$$name) ? $class::$$name : array(); }
    1 point
  5. @Jules Vau The hashes (or in your case, color codes) are stored as filedata. If you have access to the Pageimage object, this should do: $type = $image->filedata("image-placeholder-type"); $hash = $image->filedata("image-placeholder-data");
    1 point
  6. I ran the migrations again through modules refresh on the server after deploying. But the template was not created. That was in the instance when I did the deployment for the first time. I haven't tried to reconstruct the situation by reverting to the previous DB stage and run migration again. Don't have the budget for that in that client project, unfortunately. Sorry, if this is not comforting you. But sometimes we have to act under budget/time constrains. Though if this occurs again, I will further investigate.
    1 point
  7. I've created a fork of the previous version a while ago that adds support for aspect ratios. Been working great for years, and haven't seen a need to update to the newer version. Here's the fork and the git diff in case you're still on v1. The newer v2 seems to be a complete rewrite, so...
    1 point
  8. Updated and fixed Russian Language Pack. Completed translation main part of the administrative panel. Add Translation for some popular modules like Markup SEO PW-PW-LanguagePack-ru-RU-master.zip
    1 point
×
×
  • Create New...