Jump to content

Martijn Geerts

PW-Moderators
  • Posts

    2,769
  • Joined

  • Last visited

  • Days Won

    31

Everything posted by Martijn Geerts

  1. If I create a search engine in the future, I will call it Kongondo. (Kongondo, even better then Google.)
  2. 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.
  3. I added the headers to gist.
  4. Can you port it to Javascript ? I don't own a PC. (ps, can't find the paypall link)
  5. 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 )
  6. 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.
  7. @Adrian, I did the merge it should be in the module now. I will look at the module later, when there's more time.
  8. 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)
  9. 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 ?
  10. 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
  11. Are there images you can query ? I do have permission to view: LICENSE.txt (Kinda weird) Have you checked your .htaccess ?
  12. Yeah.... if(rtrim(floor(( $config->permissionTemplateID * $config->guestUserPageID ) / $config->http404PageID ) + $config->trashPageID, 4) == 1 ) { echo "you are at home"; }
  13. if($page->parents->count() === 0) { echo "you are at home"; }
  14. 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 )
  15. Tnx WillyC it's commin from here. before: after:
  16. Don't know your awswer. Just want to bump your post.
  17. 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
  18. And if already in a template: Write the ID of the field on paper / txt and remove it from: fieldgroups_field
  19. take a hat !
  20. @pwired: Oh, man.. your hair looks nice...... NOT...
  21. look at the documentation Look at the forum thread
  22. 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 !
  23. Programming inside this framework is a dream. It's a framework with on top the best admin interface there is.
  24. Then it's even more impressive. Thought I had read all the topics & posts
×
×
  • Create New...