Jump to content

benbyf

Members
  • Posts

    818
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by benbyf

  1. RT @github: Webhooks level up with a new UI https://t.co/XH6klAoN7r

  2. Today I took a stand against mass surveillance by the NSA. Will you join me? https://t.co/wJVsets0ul #stopthensa

  3. RT @TeamKano: Get ready for the future! You can pre-order your Kano DIY computer kit now http://t.co/JPm8VsZ71P http://t.co/tntsWa7Dvo

  4. RT @Virgin: What does the view from your desk look like? Show us and we'll feature the best ones #MyDeskView http://t.co/MGiE6OZ3Q7

  5. RT @ByfordTim: July 11th @ sixth form charity party for all ex students to say goodbye to Mr B

  6. RT @OpenBadges: Anyone know a talented Visual Designer that might be interested in working on the @OpenBadges team? http://t.co/D60SaDJO2l

  7. RT @eulergy: New Eulergy blog post: 60 Second Hangout http://t.co/YeFf9eQ07p

  8. how would i implement the change sorry?
  9. think this is the rss section in the blog.inc /** * Render an RSS feed * * Note that you should not output anything further after calling this, as it outputs the RSS directly. * * @param PageArray $items Pages to include in the feed * @param string $title Title of the feed. If not provided, pulled from current page. * @param string $description Description of the feed. If not provided, pulled from current page. * */ function renderRSS(PageArray $items, $title = '', $description = '') { $page = wire('page'); if(empty($title)) $title = $page->get('headline|title') . ' - ' . wire('pages')->get('/')->headline; if(empty($description)) $description = $page->get('summary|meta_description'); $rss = wire('modules')->get('MarkupRSS'); $rss->title = $title; $rss->description = $description; $rss->itemDateField = 'date'; $rss->render($items); }
  10. Hi! Implemented Ryan's blog template to kickstart a site I was making for my own business and can't get to grips with the Abstraction of the RSS feed in it. site: blog.eulergy.com/ rss: http://blog.eulergy.com/categories/resources/rss notice that the dates are running in the wrong order old to new and not newest first. Anyone able to illustrate how one might change that in the blog template? Thanks,
  11. Found this in a shop and nearly bought for @kimbergarn http://t.co/SvEt38umwN

  12. At Heathrow virginatlantic waiting to take my first trip Tokyo and maybe visit the virgin cafés too.… http://t.co/ZgimxKhVXf

  13. apparently we know how to party!… in the early evening http://t.co/vadWZrC6qC

  14. RT @mancow_: Just in case you missed it. We built http://t.co/Q4X2uosoNb and put it live today. You should play with it. It's well good.

  15. RT @bobfear: Early shift @virgin @benbyford @buzzdaniel http://t.co/DCAMngBVAD @benbyford: this is the most early to be in the office

  16. just me or has @Facebook gone apeshit today? I've been blocked, my friends site's been blocked. whats going on?! http://t.co/wCYN8DNyQh

  17. sorry to miss you all going to @smwldn at Virgin towers next week as i will be in Tokyo. have fun!

  18. think http://mods.pw/4X looks the most useful for my normal work flow, thanks.
  19. great thanks Ryan, had no idea they were tied to templates not individual pages themselves. Will explore some more into how it looks. Will probably influence how I create sites from now on too as it seems you can't necessarily change permissions for different pages with the same template.
  20. happen to remember Street Gangs or River City Ransom on the #NES?? then back this please!! http://t.co/UsVfgGdZZV @kickstarter

  21. Sure it'll be obviously when i get my head around it but at present this makes no sense what so ever, just had another look at it. Maybe a screen cast would be useful? Happy to make screen casts when I understand.
  22. Thanks Ryan, and yes sorry for asking the same question twice. Been working with PW for two years now and its always been confusing for me. For a vanilla PW install how can I set different edit page permissions in the admin for any new user type - i.e. 'Author'. Or will I always need to use the user plugins found on the modules user page? Thanks!
×
×
  • Create New...