-
Posts
2,769 -
Joined
-
Last visited
-
Days Won
31
Everything posted by Martijn Geerts
-
New ProcessWire admin theme on dev branch
Martijn Geerts replied to ryan's topic in Themes and Profiles
Weird things going on then. Since the birth of Ryans module manage interface, I mostly forget Modules Manager. ( Just in a Recent Project I use Modules Manager 'sometimes' ) I almost all the time forget that Modules Manager is installed, so use Ryan's interface a lot. Never seen disappearing of any of the tabs. Working on MacOSX 10.8.5, developing in Chrome -
Makes sense to me Nik. When a parent is filled with imported unpublished pages, it's likely that you save/publish/delete it and go to the next unpublished/hidden.
-
Today we launched a new website www.pluimveeweb.nl. This is our first portal page build in ProcessWire is all about poultry. Partners of pluimveeweb can have their own Microsite within the site. There are several different sources where information is comming from, imported to ProcessWire, managed in the backend and make it ready for articles. It is quite a big project worked the last 3 months on it. Here ya go: pluimveeweb
- 10 replies
-
- 10
-
-
The first one I used for finding the next unpublished.
-
Siblings are all loaded in memory. Say you have hundreds of siblings, next & prev has to find out where it is compared to his brothers. So have to load them all. If the list contains not much siblings, there's nothing wrong. A real time case case ( you actually build it ) will point out if it's still functioning well or not. It's not unlikely that we see more problems then that there actually are. The thing I needed, was the next unpublished sibling, as those pages came from automatic import (cron).
-
Module HelperFieldLinks - field and template edit shortcuts
Martijn Geerts replied to Soma's topic in Modules/Plugins
Can you tell, on what pages/tabs you get those notices. It can be fixed easily. -
I'm sorry guys, If you type text and press return, CKEditor inserts a <br> automatically, after save these are cleaned. So when not copy/paste text, the methode for showing the linebreak is almost useless. If there's a way that CKeditor doesn't insert that to be cleaned <br> I really like to know it. I Did try to figure it out, but till now no success.
-
<qoute>Please add this post to the wall of shame</qoute> Thats is only for people/questions who/that deserve it. This one I will take it off, if I see it there.
-
Module: Video embed for YouTube/Vimeo (TextformatterVideoEmbed)
Martijn Geerts replied to ryan's topic in Modules/Plugins
Adrian wrote a wonderfull module for that http://modules.processwire.com/modules/process-get-video-thumbs/ Side benefit: you can search pages with video's -
Re-found this again... cool
-
Your variable names makes me a little dizzy. For better responds on this forum maybe you can make clear & proper english/american variable names.
-
New ProcessWire admin theme on dev branch
Martijn Geerts replied to ryan's topic in Themes and Profiles
We bought it in Germany, together with my uncle. Those computers were way cheaper over the border. LOAD "*",8,1 -
New ProcessWire admin theme on dev branch
Martijn Geerts replied to ryan's topic in Themes and Profiles
Hey, thats my first computer -
I really like all the work & love you've put in this module. I consider this one, one of the best modules available for ProcessWire. I have big respect not only for the the module it self, but also for the care you take for this.
-
Cron Job for ProcessWire mailer template
Martijn Geerts replied to BFD Calendar's topic in General Support
What I mostly do with cronjobs is to create a page inside /processwire/ and give guest acces to that page template. That template is only used for that 'cron' page. So after the page is created, disallow other pages using that template. Say your page with guest access set and is named cron, your cron job can visit yourdomain.ext/processwire/cron/. -
It's like a traffic light or PageEditSoft lock. You get your visuals, but it's up to the editor what to do with it.
-
New ProcessWire admin theme on dev branch
Martijn Geerts replied to ryan's topic in Themes and Profiles
Agree with Teppo & Manfred. -
New ProcessWire admin theme on dev branch
Martijn Geerts replied to ryan's topic in Themes and Profiles
I agree here with Adrian. I really like that ProcessWire, still looks like the ProcessWire I started with. This is a sign of great vision & craftsmanship -
Take a look at ProcessHello, there you have a good boilerplate.
-
Good it's solved. But there's more then meets the eye. The last site move I did was problematic to. Looks like there were issues with the file ownership/permissions also after unzip. At the end, I did a fresh install of PW, then ftp'd the site folder, dropped the database, and imported the SQL dump.
-
Assigning Fields to Repeaters with the API
Martijn Geerts replied to thetuningspoon's topic in API & Templates
Thanks for posting this. -
Admin > Setup > Fields > your-field ` input ` Custom PHP code to find selectable pages
-
Adding custom attributes to an element in TinyMCE
Martijn Geerts replied to Sinmok's topic in General Support
Maybe a repeater with 2 fields in it can do it's job here. The first field is the key field, the second the tooltip value. Then you could do a str_replace on your $page->body -
Just what I 'need'.
-
yep, context RTE. Reason, make those linebreak visible, so content editors are aware of those breaks. Lot's of time, the writers use line-breaks when they shouldn't, or don't know that they are using those. So that red, green & gray is done with CSS pseudo elements. Here you can see that the header also includes a strong tag, I don't like that so, there's the visual feedback. Ps, I did solve it, but don't like as I press solved, it tells me: Best Answer