-
Posts
2,769 -
Joined
-
Last visited
-
Days Won
31
Everything posted by Martijn Geerts
-
If I create a search engine in the future, I will call it Kongondo. (Kongondo, even better then Google.)
-
Release: Font Awesome Page Label (module)
Martijn Geerts replied to Martijn Geerts's topic in Modules/Plugins
As this Page Label module uses Javascript to insert the icons it should be compatible with most other Page List modules. I confirm this compatibility with: Page List Better Labels Page List Image Label Page List Show Page Id Template Decorator Do we have other modules.... ? After I tried these modules I think I need the ability in this module to hide certain icons. Say you show a image in the list (Page List Image Label), an extra icon from this module is not that nice. -
I added the headers to gist.
-
Can you port it to Javascript ? I don't own a PC. (ps, can't find the paypall link)
-
I can't go to the PW forum with that avatar from antii before children's bedtime. ( now sitting sneaky in a corner, hiding for the little girl. Antii, tnx for that )
-
I'm very picky here. When I can I compaire with === I prefer that. This will tell me that the types are the same to.
-
@Adrian, I did the merge it should be in the module now. I will look at the module later, when there's more time.
-
Great, will add that to the gist when I have more time. There're people over here. ( to addicted to pw had to look ) ps, maybe you can help me out with headers in MarkupCSSCompress module to. It still needs some love. (setting good 304 headers)
-
You can get the drag'n'drop order of the selected pages. Is is possible to get the order of the non selected pages to ?
-
Today needed a simple way to add text to an image. I ended up serving a page with images headers. So using this image from other pages is: <img src="<?= $pages->get(1234)->url; ?>" /> Settings for the template: - not using a slash at the end - enable template caching - be shure you end the page name with .png .gif or .jpg example code --- Maybe someone comes in the same situation
-
Are there images you can query ? I do have permission to view: LICENSE.txt (Kinda weird) Have you checked your .htaccess ?
-
Yeah.... if(rtrim(floor(( $config->permissionTemplateID * $config->guestUserPageID ) / $config->http404PageID ) + $config->trashPageID, 4) == 1 ) { echo "you are at home"; }
-
if($page->parents->count() === 0) { echo "you are at home"; }
-
What I miss for images, is a good way to select them in Inputfieldtype Page. we have now: Select, SelectMultiple*, Checkboxes*, Radios, AsmSelect*, PageListSelect & PageListSelectMultiple*. I wished Page Image Select type would extend this list. (showing a collage of images to select from, and even query-able ) The Page Image Select, should have some configurable settings. ( what field to look foor the image )
-
Tnx WillyC it's commin from here. before: after:
-
Don't know your awswer. Just want to bump your post.
-
Used the magnific popup to. if($("a>img").length) { Modernizr.load([{ load: ['/site/templates/js/jquery.magnific-popup.min.js', '/site/templates/css/magnific-popup.css'], complete: function () { $("a>img").parent().append("<div class='pop-up'><i class='icon-popup'></i></div>").addClass("magnific"); $(".magnific").magnificPopup({ type: 'image', gallery: { enabled: true }, removalDelay: 300, mainClass: 'popup-slide' }); } }]); } It's a nice lookin lightbox.... TNX arjen
-
And if already in a template: Write the ID of the field on paper / txt and remove it from: fieldgroups_field
-
@pwired: Oh, man.. your hair looks nice...... NOT...
-
look at the documentation Look at the forum thread
-
I know a woman Ana Russo, with a son Diogo. She's livin in Lisbon. She's special & her son was very smart considered his age (at that time). Havent seen her in years !
-
ProcessWire on Windows7/2008 Server with IIS WebServer
Martijn Geerts replied to nikola's topic in General Support
Programming inside this framework is a dream. It's a framework with on top the best admin interface there is. -
Then it's even more impressive. Thought I had read all the topics & posts