-
Posts
2,007 -
Joined
-
Last visited
-
Days Won
21
Everything posted by dragan
-
Switching PHP versions is easier with Laragon; give it a try (though PW runs on anything I've used previously: XAMPP / WAMP etc.) That's strange.
-
Did you try to delete everything in site/assets/cache/FileCompiler/site/modules/ProcessJumplinks/ ? And maybe also go to modules > clear compiled files (button at the bottom).
-
From which century is that site exactly? They sure could use a graphic designer ?
-
Bookmark functionality as a separate module?
dragan replied to MrSnoozles's topic in Wishlist & Roadmap
I hardly ever use them myself, but I can see some good reasons where it comes in handy. I didn't know until today that you can also create direct edit-page bookmarks. https://processwire.com/blog/posts/processwire-2.6.17-expands-admin-navigation-with-bookmarks/#page-edit-bookmarks -
Wow, thanks a lot! ? Will give it a try tomorrow.
- 79 replies
-
- breadcrumbs
- admin
-
(and 2 more)
Tagged with:
-
Permissions for "Page Reference" field linked to "Users"
dragan replied to johnstephens's topic in General Support
Just a wild guess, but try to add $config->advanced = true; to your site/config.php file -
works fine in my Chrome though...
-
Did chuckle: https://github.com/craftcms/cms/issues/805 Apparently, Craft 3 still doesn't have conditional fields...
-
ouch, sorry, of course ?
- 79 replies
-
- breadcrumbs
- admin
-
(and 2 more)
Tagged with:
-
@Robin S Thanks a lot for this module. Is it possible to show also custom page list names? i.e. if I define in my template to use certain fields for page list {title} {client_name} {pl_active_only} {year} (edit template > tab "advanced") I still only see the default title being displayed.
- 79 replies
-
- 1
-
- breadcrumbs
- admin
-
(and 2 more)
Tagged with:
-
Forum request: allow 3-character long searches.
dragan replied to eelkenet's topic in Wishlist & Roadmap
You can use the Google CSE in my sig as an alternative -
Breadcrumbs in backend doesn't link to parent page
dragan replied to dragan's topic in General Support
Now it gets even weirder: On some pages I see a /page/?open=123 link, but no matter which level up I click, I always get to the main page. -
This is quite weird... I just noticed today that when I edit a page, the last breadcrumb item doesn't link to the page's parent, but to the main /page view. It shows the correct title though. The link is correct for all the parent pages further up. Just the immediate parent page breadcrumb link doesn't get added the usual /page/?open=123. Admittedly, I have been tinkering about with several site settings today (mainly users/roles/permissions - but I was always logged in as superuser, so that hardly could interfere with this issue), so I'm afraid some of those changes might have broken some stuff. Does anyone else see the same behavior? ProcessWire: 3.0.125 PHP: 7.2.14 Webserver: Apache/2.4 MySQL: 10.1.35-MariaDB Admin Theme: UIKit Are there hooks where you can change admin-breadcrumbs behavior like that?
-
Perhaps you'll need to uninstall and reinstall your module. Or click at the bottom button in modules > clear compiled files, to see your changes.
-
dobro vece ? I think you'll have to define your input field as type "TextareaLanguage" or "TextLanguage". And in your module use something like $field->label = _('Title');
-
Nice! First post and you already come with a new module ? I'll take your module for a test-run soon. edit: A quick glimpse at your code shows me you apparently didn't take into account translateable strings, i.e. multilanguage setups: $field->label = 'Activate Releasetime from?'; https://processwire.com/docs/multi-language-support/code-i18n/#translatable-strings
-
If you don't change JS + CSS all the time, consider local tools like Grunt, Yarn, Gulp, Webpack etc. IDEs like PHPWebStorm can do LESS/SASS -> CSS compilations too.
-
How to include html on condition of field checked
dragan replied to OllieMackJames's topic in API & Templates
hehe, sorry, it's a lazy Sunday here... of course you'd use == or <1. Maybe you can even use if(!$page->field) but I'm too lazy to test -
How to include html on condition of field checked
dragan replied to OllieMackJames's topic in API & Templates
if $page->landingpage=0 ? see below... -
I just installed this module. It works great here with the latest PW dev install. Would it be possible to configure the inputfield / module to allow multiple images as well? I'm thinking of scenarios like: an editor being able to quickly re-use images to build a gallery, slideshow or similar.
-
Inputfield: Repeater Matrix Item Duplicator
dragan replied to David Karich's topic in Modules/Plugins
Yep. And add a nice touch to convert automagically label/link-texts to title attributes, so when the author hovers over an image, he knows exactly what kind of matrix item he/she will add.- 33 replies
-
- 2
-
Inputfield: Repeater Matrix Item Duplicator
dragan replied to David Karich's topic in Modules/Plugins
I guess it's just CSS? a.InputfieldRepeaterAddLink.InputfieldRepeaterMatrixAddLink.InputfieldRepeaterAddLinkInit[data-type="3"] { font-size: 0; width: 150px; height: 100px; display: inline-block; background-image: url(https://via.placeholder.com/150); background-repeat: no-repeat; } span.ui-priority-secondary { display: none; }- 33 replies
-
- 10
-
Inputfield: Repeater Matrix Item Duplicator
dragan replied to David Karich's topic in Modules/Plugins
Wow, that's awesome. Yes, this would be great to have in the RM core indeed. btw: How did you build the CKE dropdown for lorem ipsum paragraphs?- 33 replies
-
[solved] adding virtual (non saved) pages to pageArray?
dragan replied to gunter's topic in API & Templates
See the magic letter d in adrian's last screenshot? ? https://adrianbj.github.io/TracyDebugger/#/debug-bar?id=console