Jump to content

OblivionNW

Members
  • Posts

    38
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

OblivionNW's Achievements

  1. Hello, can you provide the developer tools necessary to enable developer tools with this addon enabled? I would like to make my own custom version of this, and yes I have purchased it
  2. My apologies for keeping you up. If I cannot add anew language label in my code, how did you add them with yours?
  3. I read that it says it will look for a lang with that same key and use that but I created a fcc_description <word> in the lange file in featured content application and its still not working.. does this file get published to the core or something?
  4. heh i know php man, i've been making php applications for years, just never used invision before. I'm asking is IF the label is being passed into that constructor, and if so, which property is it, where does it get it from
  5. I will try but Im more interested in understanding where/how its pulling yours in? are the labels being passed into the constructors for the Helper classes on the form? $form->add( new \IPS\Helpers\Form\Text( 'fcc_title', $item ? $item['fcc_title'] : NULL, FALSE, array(), NULL, NULL, NULL, 'fcc_title' ) ); $form->add( new \IPS\Helpers\Form\Text( 'fcc_title', $item ? $item['fcc_title'] : NULL, FALSE, array(), NULL, NULL, NULL, 'fcc_title' ) ); for example
  6. @onlyME Thanks so much! its working perfectly, the only thing I havent got working now is the form label. it still just says fcc_description (my new db column). The data is persisting and all that is working, just the label I dont know where to define it.. I added a line to the lang file but that didnt seem to help
  7. Could you give some quick direction on where Id go to add another field to the form, I want to add a 'description' .. I've already migrated the database with a new column, im not new with invision and its templating engine and structure, im not where where id go to add another field to this dialog for a 'description field' ..
  8. Oh i see I thought you could manage it from the back end.. thats odd.. possibly to make it editable from the admin panel?
  9. HI, I've just purchased this but cant figure out how to use it, some of the screens on your screenshots Im not sure how to get to? The edit/add content ones specifically. I have the application installed, but in Customization in the featured content section we only have Settings and Slide Manager, and from the Slide Manager i see now way to actually add slides, or upload images, thanks.
×
×
  • Create New...