Jump to content

benbyf

Members
  • Posts

    818
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by benbyf

  1. Works like a charm thanks!
  2. RT @ohsistermusic: afternoon! i'm playing a gigigigigig tonight, otherwise know as a gig. Heres the event page: https://t.co/qEgRee7UVJ its…

  3. will check it out. I want to sort the pages myself but adding new child should appear at top of the list.
  4. Hi! Is there any way when a parents children are sorted by the user to enable a new child to be listed at the top of the list? my site has loads of child pages so it's cumbersome to add a new child and move it when it is listed at the end of the list each time, instead of the top (the same way they delivered on the site reading from the top of the list). Cheers,
  5. I've just signed a petition to demand that HMRC keep our tax details private. Please can you do the same? http://t.co/uZ1Ud2Gaxy

  6. RT @Simon_Moreton: .@tommetcalfe, Tim Senior and I will be talking UX, IoT & collaboration for the @PMStudioUK lunchtime talk, Fri 1pm http…

  7. Thanks, think I must have lost my mind a totally made everything more complicated for myself. this works now.
  8. thanks, but nothing seems to make the url /page2 list something else (there are 5 children of that blog page current with the limit of 2 so there should be 3 list page /, /page2, /page3)
  9. hey, I had Allow on the child page template, so change for the blog template and that changed the pagination url links from /?page=2 ot /page2 and using this still not listing the next page (i.e. / and /page2 have the same content) This is the site $results = $page->children()->find("limit=2, sort=-date"); $pagination = $results->renderPager(); echo $results->render();
  10. RT @luciemontel: Unlocking International Startup Funding panel discussion with @WayraDE, @Seedrs @Lernstift this Wednesday! http://t.co/T8H…

  11. Great plan. I would love to be able to see some quick examples along with the overviews.
  12. Hi, trying to implemement a set of blog pages and started using the Pagination module to find I couldnt list the page=2 etc results. This is what I started with: This is on a blog template, of which the post template children have page number enabled. $results = $page->children()->find("limit=2, sort=-date"); $pagination = $results->renderPager(); echo $results->render(); This didnt produce different results when clicking 'next'. so I tried: $limit = 2; if($_GET["page"]==0){ $startNum = 1; }else{ $startNum = $_GET["page"]; } $start = ($startNum-1) * $limit; echo $start; $results = $page->children()->find("start=$start,limit=$limit, sort=-date"); $pagination = $results->renderPager(); echo $results->render(); And it works up to a point but then starts doing some crazy stuff! (like adding a new number for another list page which doesnt exist, e.g. page=4 when the limit only allows for 3 pages of list). any help would be amazing. b
  13. we should go to this… https://t.co/LjwL4JnXzA? london #ceilidh

  14. RT @iamciara: Photo: I have a new website with new projects! Go have a gander! Thanks to @benbyford & Code By Boy for http://t.co/8mJc4KvyQ0

  15. http://t.co/Lo63LEyP9W is a nice little visual tool but doesnt incorporate any text editor changes you might do or enable you to style text

  16. RT @kplattret: Freelance rates: what do freelancers charge? http://t.co/vk0ORbiVwy

  17. RT @ogildersleeve: Everyone should check out the super talented @iamciara's new website! http://t.co/BI187QfBJg Lots of beautiful work.

  18. RT @eulergy: New Eulergy blog post: Eulergy Pact Coffee promotion http://t.co/xYA3DM87yh

  19. RT @THECUBELondon: our @neurocomic exhibit made it on the @wellcometrust blog! next event is tomorrow @7pm http://t.co/wU8aDl3gUz. RSVP hi@…

  20. What lessons would you like to see on @Codecademy that aren't there currently?

  21. ""Code Babes" Is Everything Wrong With Tech Culture—Plus Strippers" Kotaku http://t.co/Ih4GkfP1tY

  22. RT @shapeways: Enter Our Gadget Hacking & Accessories Contest for your chance to WIN! Details here: http://t.co/ktqW6chHWi http://t.co/rfyR…

  23. AND the @Hertz phone system doesn’t work - it’s almost like they know I’m trying to cancel...

×
×
  • Create New...