-
Posts
4,314 -
Joined
-
Last visited
-
Days Won
80
Everything posted by diogo
-
I had the same once with woopra, I was seeing the stats of one guy, and he was seeing my stats. We told them, and they corrected.
-
If I understood well, I don't know how to do that in a PW way, but this should take you there: $datefields = $page->fields->find("type=FieldtypeDatetime"); $dates = array(); foreach ($datefields as $f) { $dates[$f->name] = $page->$f; } asort($dates); foreach ($dates as $k => $v) { echo $k . "=>" . $v; echo "<br>"; } edit: changed from filter() to find() in the first line
-
André, can you clarify? Combine them how?
-
Did anyone get a flip over page working in Processwire
diogo replied to roelof's topic in General Support
http://processwire.com/talk/topic/3526-flip-page-magazine/ -
I want to do it, but still didn't think seriously about it, so I don't have any idea of how much time it would take and when I can dedicate to it.
-
PW Online Installer (download of latest PW install to server)
diogo replied to Soma's topic in Modules/Plugins
i didn't know this -
PW Online Installer (download of latest PW install to server)
diogo replied to Soma's topic in Modules/Plugins
What do you mean? it should change the file name even without the script? It was never like this with me... -
PW Online Installer (download of latest PW install to server)
diogo replied to Soma's topic in Modules/Plugins
It's very cool Edit: working perfectly on my localhost. And it even took care of changing the htaccess file name for me! -
I want a hardcover copy!
-
Better image management / better integration with WYSIWYG
diogo replied to mindplay.dk's topic in Wishlist & Roadmap
The editor is very well done, I'm not trying to bring it down or something. Be aware that I'm talking of a very particular scenario here, where I want all the pictures from a page to go into the editor. Usually I would prefer to just use the images on the template directly from the image fields. So, in this particular scenario, it "feels stupid" to put them one by one in the editor, when it was so easy to drop them in the field. Apeisa, I'm not only talking about the grid on that window. I talking about the editor itself, In this case I want the images to be big on the frontend, but then, I have 10 images 800px wide on the small CKEditor box, and have to put text in between them. In my case, I don't care to see how the image will look like with the text, I just need the reference of them, so a thumbnail would be enough. (again, very particular scenario). -- EDIT: ok, this last problem was pretty easy to solve. In the CKEditor field I just had to define a custom css with this content: img{ max-width:200px; } Great -
Not that I know. But Linode is on the opposite extreme. My server is on Linode, and I love it exactly because of how much I learned setting things up.
-
Better image management / better integration with WYSIWYG
diogo replied to mindplay.dk's topic in Wishlist & Roadmap
Ryan, like I said in a previous comment, you explained your reasons pretty well in a post that is somewhere berried in the forums. You don't happen to know where that text is, do you? Coincidentally, I'm striking with these problems right now on a site i'm building. I want to use CKEditor because of some things that are needed for the text, but I have to show a lot of big images in between the text. The ideal for me would be to separate the images part from the text part, but I want to give some flexibility to the editor to build a narrative alternating text and images as I trust him completely (it will be me ). Problems: It feels stupid to upload all the pictures and add them to the body of the text, as they will be all added anyway, only the text will be added in the middle The pictures clutter the editor because they are quite big Possible solutions: Use the description fields of the pictures to put the text, but I will loose the styling and it just feels wrong Use my image tags module to keep the editor uncluttered, maybe modifying it to accept several images at a time when text is not needed between them ({images:1,2,3,4,5} or even {images:1-5}) Build a new module that will let me drag the pictures inside the editor and use thumbnails instead of the whole image, maybe even letting me drag several at the same time (my favourite, but I don't have the time right now...) -
I will Ryan. For now I didn't have any problem with the module, and I know there where more people testing it, what do you guys think? Is the module ready to go to the directory? Kongondo, I guess you tested it much more than me, have you had some undesirable effects?
-
If you want things to be like that, then Linode is not the best choice...
-
The category pages are published?
-
works for me also. For what I understand, it's not combined. It's one presentation for each separated.
-
Better image management / better integration with WYSIWYG
diogo replied to mindplay.dk's topic in Wishlist & Roadmap
Sorry, I couldn't find it... Ryan, how are your plans to put these gems of knowledge on your blog? (I don't want to pressure, especially now ) -
Better image management / better integration with WYSIWYG
diogo replied to mindplay.dk's topic in Wishlist & Roadmap
I agree and don't agree with this. Concerning the images location, Ryan explained already why the choice of keeping the images in each page, and he made some very valid points. And if you don't think of the wysiwyg fields, this implementation is very practical. On the other side, the implementation in the wysiwyg fields is too minimalistic and could be improved in some ways. I will go a bit off topic to illustrate this last point, hope you don't mind: The PW images process eliminates the possibility of using an external image by URL, I think it shouldn't. Images should appear smaller by default in the insert image view (as discussed here: http://processwire.com/talk/topic/635-thumbnails-of-images-in-tinymce/) Would be great to have the possibility of inserting multiple images at once Would be nice if we could drag the images from the image field to the text field in TinyMce (in CKEditor we can, and it's great ) There are two descriptions, one on the image field and one when inserting the image in the wysiwyg field. This can be very confusing. -
Now you can have some more fun converting everything to wiki, and putting it '''[http://wiki.processwire.com/ here]'''
-
Filter results of selector using select/checkbox?
diogo replied to antknight's topic in General Support
The modules page works in a simpler way. For what I understand, all it does is to store the url of each authors page as the value of each select, and link to it with javascript when that author is selected. -
In that case you would have to edit the author page every time you add a new book. For me arjen is thinking well
-
Hi Raul, Is this question about form builder?
-
I searched by Ryan's name instead of the plugin name. It didn't appear because it's not attributed... Now there are 3 likes, and I reported that attribution is missing
-
I guess so: http://blog.smriyaz.com/how-to-create-virtual-hosts-in-windows-wamp-server/
-
Ryan, you could submit asmSelect to it.