-
Posts
1,473 -
Joined
-
Last visited
-
Days Won
16
Everything posted by Ivan Gretsky
-
I am starting to use gulp for building my frontend. Though grunt was more popular a while ago. But I do not think there is any significant difference for a beginner (and mature user as well) as both are just task-runners, and plugins are what doing all the work here (both options have enough plugins for any purpose you will possibly need). Mr. jlahijani shared a nice video, related to your question. Sage did move from grunt to gulp as far as I know, so that can be kind of indicative.
-
If you do not insist on doing it all by yourself, you could just use this usefull module for building menus.
-
I have 2 languauges: 1st (default) is set to Russian as it is for my site visitors and editors; 2nd is set to English (has no transkation files loaded) for myself. I have language set to English in profile. But I still see modules names and descriptions (at least for the core ones) translated to Russian in admin in Modules section. It makes harder to apply your wonderfull answeres, as support is only in English. Am I doing something wrong, or is it a bug? Please verify so I can either fix it somehow or write an issue on github.
-
It took me some time to find how to use Selector Inputfield, so I think this post just might help someone else. As it should be obvious from the word Inputfield (was not for me ) it is not a fieldtype. That means you should create a field with fieldtype "Page" and then select "Selector" inputfield on the "Input" tab. But it can't be done without some customization. You need to go to the Inputfield Page module config in Modules and add it to the allowed inputfield list. After that all works as expected. Thank you, Macrura! Without you topic I wouldn't even know this awesome inputfield existed in the first place.
-
Is not it the "parent_class" option?
-
User Interfase translation guides
Ivan Gretsky replied to Ivan Gretsky's topic in Multi-Language Support
Yep. But if there is some reading I can do or a piece of advice I can take... I think it just may help a bit those that could happen to use my work later. -
How can I delete 'default' language?
Ivan Gretsky replied to Roman's topic in Multi-Language Support
It is answered somewhere else in the forums, but this topic is more relevant place for this. You can double click on the trash icon of any file now and all the translation files will be marked for deletion. -
Good day! I am making my another attempt to start updating russian translation for PW. But once again I am stunned with a whole new field I know nothing about. Where to strart? How to choose the right words? My English is "pretty okay". I can find my way around the interface and all the technical stuff. But I suggest there is something more to it. Like being consistent with the term translation, choosing the same wordforms for similar entities, choosing words short enough to fit the space and such. I tried to google it and found this to be kind of usefull, but really not much more. Could you please share your experience on this? Is there any info on how to do software interface translations? Maybe guides or some common principles?
-
Template 'Name format for children' expansion
Ivan Gretsky replied to SiNNuT's topic in Wishlist & Roadmap
I do not think it is possible to generate name based on any other custom field but the title as no field is populated or even connected to the page at that moment. But the id, created by, created should be availiable. And being able to define some kind of pattern using those will be great. So we can get something like: item-123 (where 123 is id) post-2015-05-17 (where 2015-05-17 is date) and post-2015-05-17-2 for sequential ones. -
Google Maps module to store lat/long coordinates?
Ivan Gretsky replied to a-ok's topic in General Support
Map Marker? -
This topic is too long, so might be a "repeater" (though google says it is not here yet, so...) http://phptrends.com/category/13 - as I get it, PW is number 19 rated repository for php cms on github. So putting those stars just might change a thing)
-
I actually need to crop image on upload (to cut out a watermark) via API in an import script. I cannot allow to store both original and cropped image due to storage limitations, so calling size after upload is not an option. Please be kind and propose a solution: where to hook what)
-
wireshell - an extendable ProcessWire command line interface
Ivan Gretsky replied to marcus's topic in API & Templates
I found another one for ya: show:version. Show is a verb, version is a noun. So it is now almoast equal amount of right commands and annoying ones) I guess we shall just name things different. First word is a something more general, second is something less general inside of that more general realm. Things will be more clear as soon as we have not only backup:db, but also backup:files and backup:site, backup:templates and backup:all. I would also vote for backup:and-upload-to-my-live-server )) -
Why shoot?!)) It is documented explicitly a few posts above.
-
Are there any decent open source choices, which are not half-dead like FluxBB or EsoTalk nor half-born like Flarum? What about SMF? Does not seem to have a mobile version, but scales down to tablet pretty well. Does anybody have any experience with that software? I've seen it being used for some quite large Joomla forums. Edit: Vanilla is Open Source too and seems to be alive and responsive. Missed your post, Craig.
-
I guess missing "echo" is not the case. Check if your page fields are configured to return single item, not an array. You can do it on field "details" tab.
-
Hey blad! You new Al Pachino (or is it jewish fundamentalist) look brought me here again)) I rewatched the awesome video and finally realized why does it end with the clip it does (at 1:13 and on). It is the default admin theme!
-
Go to Setup->Languages. Choose a language for which you will create transaltions (by default there is only one language called default, crete more if you need them). Under "Site translation files" press "Translate file" button. Choose a file to make translation to and "Submit". Go ahead and express your super multilingual capabilities.
- 4 replies
-
- 2
-
- Language
- translations
-
(and 1 more)
Tagged with:
-
Hi, Oleg! Try this: $page->category->categorytype->title; I assume that you got a pagefield named "category" on you product page pointing at the category. Edit: And you should name a topic something more explicit tham just "fields".
-
You have to have Language Support module installed. Look here: http://processwire.com/api/multi-language-support/
- 4 replies
-
- 1
-
- Language
- translations
-
(and 1 more)
Tagged with:
-
Hey joey102030! I think kongondo's advice is necessity but not sufficiency to achieve what you need. You should add some js/jquery pligin on top of that wonderful module to make it work as accordion. You download the js plugin and plug it in the template file like any js with <script>. Than customize the plugin and/or Markup Simple Navigation output options and you're done.
-
I think you can find a ready to use solution for this task cheaper than writing your own (as it seems like a really common task). And a new one could be simplier to develop from ground up or some general framework with classical 1 table per object approach.
-
Tell a bit more about your aplication so we can give some more help. If your application sends email than Form Builder is the way to go for sure. And you should get Form Builder anyway. I am getting my copy of a developer version this week. It is great! Edit: Got it!
-
Nice start man) Everyone starting on The Forum with a module should get a free candy . I know nothing about what it is, but if it'll do what you say it's a great thing.