-
Posts
1,550 -
Joined
-
Last visited
-
Days Won
16
Everything posted by Ivan Gretsky
-
Yep, non-zero default could be better to figure things out))
-
There is no one-click way to log in again, is it?
-
Good! That did work. Are there any string reasons why not allow it for DETECT mode? Does it allow to switch to default guest user somehow?
-
Good day @adrian! I try to turn on User Switcher panel, but somehow it does not work for me. Could you please explain a bit how to get it to work, under what conditions it appears... how the icon on the panel should look like)))
-
One way would be to use url segments. Look here for an example.
-
Great thing @Robin S! Something to make content creation even easier. I see there is an option to exclude some Hanna codes from the list. What do you think about a whitelist option (preferably overridden on a template basis)?
-
PW 3.0.56: core updates + Uikit admin theme updates
Ivan Gretsky replied to ryan's topic in News & Announcements
Just an idea (somehow related to this topic): maybe it could be useful to be able to change the processes that are running in those sidebars? So it will be possible to load the tree in the left sidebar or the right sidebar or in both or in neither? Or load something completely different there (a menu, new page bookmarks, so on). What do you think? I mean controlling the process modules loaded in the panels. -
PW 3.0.56: core updates + Uikit admin theme updates
Ivan Gretsky replied to ryan's topic in News & Announcements
Hey, @Tom.! It might sound weird, but the use of the word bad in this context actually means good. Like in Michael Jackson's "Bad". Sometimes the meaning is lost in tanslation) Forgive me for confusing you. -
PW 3.0.56: core updates + Uikit admin theme updates
Ivan Gretsky replied to ryan's topic in News & Announcements
Looks bad! Even with no styling, it is now much more functional! -
Good day! Not so long ago panels were introduced providing slick functionality, which I like very much. The contents of these panels are loaded in iframe on almost every page (including in frontend editing popups) and execute the hooks as expected, but as not desired this time) Is there an easy way to turn the quick-tree (or even better all the panels) off? For a specific user or for everybody. Via admin or via hook. Please help!
-
PW 3.0.15: New quick-tree, debug, view panels and more
Ivan Gretsky replied to ryan's topic in News & Announcements
I had a question about turning the panels off. It seems it does not belong to News & Announcements, so moved it to a separate topic. -
Hey, @microcipcip! I actually do not know if it is possible to do with the profile exporter via setting . Though I am sure it should be. Removing node_modules should be easy - you can do it before the export (or temporary prefix the folder with a dot ). Adding .config type files is probably only possible the way you suggest. But as I said I think all those things should be eventually possible to do with the module options, as it is very powerful way to share one's work in PW. Please list the issues you cannot overcome in the module support board or even better on github. Edit: Seems like a .file issue is already present. I am going to add my voice to it. Please do too if you think it deserves it.
- 36 replies
-
- 2
-
-
- vue-router
- vuex
-
(and 2 more)
Tagged with:
-
Cool stuff, @microcipcip! Please do write a tutorial when you have time. I am sure it will be useful to many of us in the community. Surely it will be for me . It seems like your boilerplate is not in a site profile format. Is there a reason for that? If not, consider using it, as it is a common way to distribute site boilerplate code and could make your work easier to reuse for PW people.
- 36 replies
-
- 3
-
-
- vue-router
- vuex
-
(and 2 more)
Tagged with:
-
Hey man! We all here will do our best to help you, but you should provide at least some details) Like what profile did you install and started from. It just might be that you do use the default profile, and the the name of the variable for main content should be $content and not $bodycopy. But that is a just a wild guess. Be more specific, provide some details and get the best answers on the web from the most awesome community on the planet. Have fun with ProcessWire!
-
Welcome to the forums, @michaelriordan! It is all there in the error message. Something gets added to the file you are writing you markup in (<!DOCTYPE html> in particular) . It seems like you have started with a profile that uses delayed output. And the contents of _main.php are appended after your code. You can check site/config.php if it contains something like $config->appendTemplateFile = '_main.php'; to make sure. Start with a blank or beginner profile instead. If that did not help please provide more details.
-
Something is starting a lot of entry processes
Ivan Gretsky replied to asbjorn's topic in Getting Started
I advise you post this in ProCache support forum. Ryan's support is something what is even more valuable than the module itself. I am sure you will find the answer there.- 1 reply
-
- 1
-
-
I less than question php... as long as ProcessWire is written in it .
-
There were a few talks about user avatars here on the forums. Like it means something. I never thought it does. But today I suddenly realized how far the right avatar can take you. I was just testing something in the incognito mode in chrome and... here he is, mr. @kongondo himself! I know, I know, you can say it is only someone that closely resembles @kongondo, but does it matter? If he could make it into my subconscious that far, he could easily penetrate the browser .
-
It is all easily done with a script which bootstraps PW as shown above using api. The implementation depends only on where you are going to import from - a csv, xml or maybe from a remote database on cron to be always synchronized. There are tons of good examples on the forums. This is just a most recent one which is currently being answered. If you'd rather use a gui module, there is one.
-
Welcome to the forums, Mick! Sure you can do it. Look through these links: PW API way - http://processwire.com/api/include/ Web service way - GrapQL way -
-
Field type Page creates huge object within $page
Ivan Gretsky replied to mikeuk's topic in API & Templates
Not using Page field is almost impossible for complex sites with ProcessWire. I am almost sure though that actual contents of that field gets loaded only when you call it. Would be happy to hear some expert explanation myself to learn more on the topic. -
PW 3.0.54: AdminThemeUikit beta release
Ivan Gretsky replied to ryan's topic in News & Announcements
How cool is that! Couple of months before it was on the roadmap and now it is here. Or is time starts going faster as you get older?! -
Grouping pages - Same page under different sectionss
Ivan Gretsky replied to mikeuk's topic in General Support
Look for Page field! -
I am voting for for that option)))
-
Good day! This module is in such a rapid development bringing tons of new awesomeness I just can't keep the pace even reading this thread . After upgrade (from a rather old version) the frontend panel stopped working for non-superusers. I figured out I need to create tracy-debugger permission and assign it to every role I want to test the site with. And probably remove the assignment on a live site (maybe only if it is in DEVELOPMENT mode). I often debug under different roles. Is the way described above the right one for it? Or there are some shortcuts? Maybe I am missing something obvious?