-
Posts
4,632 -
Joined
-
Last visited
-
Days Won
55
Everything posted by apeisa
-
This is amazing, thanks Ryan. Just doing finishing touches to PWImage-plugin.
-
https://www.udmedia.de/news/279/fuenf-updates-drei-neuerungen-owncloud-processwire-und-webtrees-im-software-installer
-
Uploading a new photo to a member profile avatar field?
apeisa replied to FuturShoc's topic in Getting Started
$f->of should probably be $u->of. -
Ryan, you are animal. Others talk, but you do. I definitely agree with ckeditor and it's inline speed. And about the docs: yep, I had the same experience recently when I had to dig little deeper. My first experience with the docs was very positive though
-
Yes, thanks Teppo. "Cannot" does mean too lazy
-
There has been a lot of discussion about this. On mobile so cannot search. Mindplay was even starting about building a a module to solve this issue. Template export/import will definitely help this.
-
I think procache gives you pretty much same end result. Of course there is htaccess enabled instead of direct folder/file mapping. Have you thought about that solution?
-
How to hook into comments module to change notificationEmail?
apeisa replied to apeisa's topic in General Support
Pete: thanks. But how would that config option work? I mean all my blogs use same templates. Only thing different is path. Pretty hard to define on setting field. -
Inputfield without Fieldtype or db data
apeisa replied to Adam Kiss's topic in Module/Plugin Development
Pwired:take a look concat field above. Similar, but even without the concentrate string returned. -
Yes, that module could be the result set of visual query builder.
-
I have multiple blogs on site with different authors. I would like to use same comment field, but change the notificationEmail based on which blog got the comment. Should this https://github.com/ryancramerdesign/ProcessWire/blob/master/wire/modules/Fieldtype/FieldtypeComments/FieldtypeComments.module#L239 be hookable or is there other way to implement this?
-
Ryan, I think Dave is having problems when trying to save field settings as a number field. Not in position to test if I can reproduce it (I'm on sleep already).
-
Inputfield without Fieldtype or db data
apeisa replied to Adam Kiss's topic in Module/Plugin Development
Well, you technically only need inputfield, since that is responsible on what is shown on admin. But it would feel wrong to use textfield or any other data containing field, so I would probably create corresponding dummy fieldtype also. -
Inputfield without Fieldtype or db data
apeisa replied to Adam Kiss's topic in Module/Plugin Development
Sure. -
http://www.tyssendesign.com.au/articles/cms/cms-review-processwire/
-
Wanze, just a crazy idea. How about building a "visual query builder" as a separate module? That would be the tool that non superuser could use to create pages->find queries. Then people could build on top of that some additional modules on what to do with selected pages. Not sure if I understand myself what I just wrote, but it does sound cool
-
I don't think that bulk editing tools aren't useful, I think quite opposite. But I think that it is a feature that not every site needs and also can be easily done through API or custom module. So my personal opinion would be having this kind of tools as modules instead of core features.
-
Repository of php Scripts for Templates
apeisa replied to thetuningspoon's topic in Wishlist & Roadmap
Pete: I think this is something much simpler. Something along these lines: modules directory = github snippets directory = gist -
Can you check files folders that does the cropping tool create the files? And how about the url that module generates in templates?
-
Does image resizing work in general? In API I mean.
-
Mats, that works nicely on my android chrome!
-
Marty - do you get any errors?
-
What error you got? How is family settings of that template?
-
Thomas, I don't think you can use pw password field in this. Create new field for legacy pass and save the md5 hash there. Then hook into login to check for that also. And remember to remove the legacy pass when user change his password.
- 1 reply
-
- 2
-