Jump to content

benbyf

Members
  • Posts

    818
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by benbyf

  1. RT @Ponchogame: Today is the day we launch PONCHO. Just over an hour till release!https://t.co/tl5hxcLIo5#gamedev #indiegames https://t…

  2. RT @heidiann360: We must not allow a ban on end-to-end encrypton https://t.co/olaCSGjUsF

  3. PLEASE PLEASE when you’r making your websites people put an #RSS feed up, it’s easy! don’t expect me to sift through millions of tweets

  4. also new this week, http://www.shortandsweet.agency/ I have been busy of recent
  5. RT @AphaiaEvropa: Looking for funding for your startup? Then you should definitely attend this workshop. https://t.co/wGfPOzhX2y https://t.…

  6. RT @GizziErskine: My mates @IamLauraJackson and @Alicelevine made a series of shorts for @Channel4 on doing your own supperclubs here https…

  7. Thanks @Juergen ill update. b
  8. Try @ServerPilot to easily run WordPress and PHP sites on your servers. Sign up with my link and get $10 in credit. https://t.co/bZdX0YEoOt

  9. or mail-in-a-box?

  10. Handmade dressing up by WispsWardrobe https://t.co/WDjbZNH2Y2 via @Etsy

  11. RT @RickKing16: Twitch Creative livestreaming finds new audiences for artists and musicians https://t.co/qEcJwlWEJi #creatives https://t.co…

  12. imgs being created is the issue. So for every width(), height(), size(), function used in a template or in the editor creates an image, and other modules might make more. Change that image (say upload a different one) and now you have maybe one image and 3 variations that now dont need to be there in files as it isn't used anywhere in pw and therefore within the DB. Be nice to have a module that reads /files and compares against anything in pw and deletes if you want it too.
  13. cleaning images orphaned from the DB, not empty directors... not sure i mind having any amount of empty directors
  14. This is super useful, would anyone be able to turn it into its own module??
  15. RT @joebaxterwebb: looking for someone to do character styles similar to what @tehbignic is doing here: https://t.co/nCFFNurJN3 must have a…

  16. RT @doctorow: Paperback launch for INFO DOESN'T WANT TO BE FREE, LA/Thu! @wilw @neilhimself @amandapalmer https://t.co/HwIxhK3j8z https://…

  17. RT @reacthub: Our friends @MillieMagnitude are hiring a software developer to work with them making accessible games for children https://…

  18. Hi, Having ploblems with this search page code. I'm trying to get all images with tagged with the search query, which works currently. Then get a url and add <a> wrapping the image to a page that references that image in its image_select field - doesnt work. if($input->get->q) { $q = $sanitizer->selectorValue($input->get->q); $input->whitelist('q', $q); } $matches = $pages->find("imageTags.title%=$q, limit=20"); if(count($matches)) { $out .= "<ul class='grid-list'>"; foreach($matches as $m){ // $name = $m->image->name; // $out = $name; // $mWork = $pages->find("image_select=$name, limit=1"); // var_dump($mWork); $out .= "<li>"; // $out .= "<a class='' href='{$mWork->url}'>"; $image = $m->image; $image = $image->width(450); if($image) $out .= "<img src='$image->url'>"; // echo "</a>"; echo "</li>"; } $out .= "</ul>"; }
  19. RT @NightInTheWoods: In case you missed it this morning, there's a redesigned https://t.co/pwsw4Ud41f with new screenshots and gifs! https:…

  20. RT @Adelbadge: It's great to see a female investor at the heart of @TechCityUK @eileentso - we need more women investing in businesses!

  21. RT @MiloWladek: OK GUYS. The mother of all Kickstarter campaigns has landed and it wants to be shared!https://t.co/HXvTM6gBo0

  22. RT @AhBizCriz: .@paulmasonnews suggests that super sized version of Sim City, modelling changes is required to replace 'Planning Organisati…

×
×
  • Create New...