Jump to content

Hari KT

Members
  • Posts

    131
  • Joined

  • Last visited

Everything posted by Hari KT

  1. . @RelianceMobile compare your price http://t.co/HLihPJBovU with http://t.co/SpvvVGl11N . Considering to switch to GSM looking at price.

  2. @Soma got a few other tips from the code. Thank you.
  3. Trend is oauth2 server implementations https://t.co/TEaT3nlOXn , https://t.co/gHk5pQGMuH , and the oldest https://t.co/4ewAMzkI0L more? #php

  4. RT @jeffrey_way: Just in case you didn't see it earlier today, Laracasts subscriptions are 40% off for two days only. http://t.co/niysXU5OUB

  5. RT @thatpodcast: .@beausimensen's "Bringing Sculpin to Life" talk from #forumphp is available on YouTube! From episode 10.https://t.co/Aw…

  6. RT @ralphschindler: Never learn what it means to be RESTful. Once you know, every API you have to consume becomes a big disappointment. #Al

  7. If you are a core #doctrine developer . Please consider https://t.co/COZsTVweK8 . Thanks!

  8. RT @beberlei: So anyone had json_encode() in php produce {null:{"foo": "bar"}} before?

  9. Rules for the Obsessive-Compulsive Sociopath http://t.co/9YopWjLDt0

  10. Hey @mukaken , Thank you for the feedback. Actually not bad see my status https://t.co/UlmPAX95vC , and also Aura.Intl used by cakephp 3

  11. Yes @Soma, I am from a Module configuration settings page .
  12. RT @phpc: Voting has begun for the PHP 7 release timeline. https://t.co/44Yzpuayrf

  13. Does #firefoxos or #ubuntu phone support CDMA ? I am looking forward to buy a phone.

  14. RT @jose_zap: I’m impressed and thankful for the amazing job the french translators of the #CakePHP 3.0 book are doing!

  15. RT @jeresig: I've compiled a list of the lowest cost .com registrars with domain privacy prices included: http://t.co/a2FPyTCdcK Surprising…

  16. RT @frankdejonge: I'm looking for advice on what to do on the 25th in Madrid. Also need to find a place to stay that night. Any tips? #Symf

  17. RT @LucaGioppo: auraphp/Aura.Filter · GitHub http://t.co/6Vhg6hoLfj interesting to use with @slimframework

  18. Symfony2 console completion script https://t.co/ShxFVA7OEC

  19. Add in the list if you don't follow PSR-2 http://t.co/dTrHF1PFGo .

  20. Hi all, I was trying to add an image field to `implements Module, ConfigurableModule ` . When uploading image I was getting error as TemplateFile: Invalid image<pre>#0 [internal function]: InputfieldFile->___processInputAddFile('fdd-1.jpg') #1 public static function getModuleConfigInputfields(array $data) { $inputfields = new InputfieldWrapper(); // $field = wire('modules')->get('InputfieldImage'); // $field->attr('name', 'logo'); // $field->label = __('Logo'); // $field->addOption('logo', 'logo'); // $field->attr('value', isset($data['logo']) ? $data['logo'] : ''); $field = wire('modules')->get('InputfieldFile'); $field->attr('name', 'logo'); $field->label = __('Logo'); $inputfields->add($field); return $inputfields; } I tried with file which gives me invalid extensions. Is there a way to fix it ? Basic idea is to extend a template which can have upload functionality of logo etc. Thank you.
×
×
  • Create New...