Jump to content

onlyME

Clients
  • Posts

    2,708
  • Joined

  • Days Won

    17

Reputation Activity

  1. Like
    onlyME got a reaction from wmarcy in Featured Content for IPS4.x+   
    Try to open /applications/featuredcontent/sources/Slider/Slider.php
    Find (line 830)
    $state[] = 'file_feature_flag=1'; Replace to
    $state[] = 'file_featured=1'; Save
     
  2. Like
    onlyME got a reaction from Morrigan in Featured Content for IPS4.x+   
    I will think about your idea.
  3. Like
    onlyME reacted to Morrigan in Featured Content for IPS4.x+   
    Thank you @onlyME that fixed it.
  4. Like
    onlyME got a reaction from Morrigan in Featured Content for IPS4.x+   
    Try to open /applications/featuredcontent/sources/Slider/Slider.php
    Find (line 830)
    $state[] = 'file_feature_flag=1'; Replace to
    $state[] = 'file_featured=1'; Save
     
  5. Like
    onlyME got a reaction from svit in Featured Content for IPS4.x+   
    Ok, I will think about this idea.
  6. Like
    onlyME got a reaction from Morrigan in Featured Content for IPS4.x+   
    Hi all, V4.1.1 is out
    Added 'all' checkbox for categories selection. New setting to for the default no-image. New option to get only specified contents (pinned, featured). Never get archived topics.  
  7. Like
    onlyME got a reaction from Wayne B in Featured Content for IPS4.x+   
    Hi all, V4.1.1 is out
    Added 'all' checkbox for categories selection. New setting to for the default no-image. New option to get only specified contents (pinned, featured). Never get archived topics.  
  8. Like
    onlyME got a reaction from wmarcy in Featured Content for IPS4.x+   
    Sure, I like the ideas from my clients to complete my app.
  9. Like
    onlyME got a reaction from wmarcy in Featured Content for IPS4.x+   
    Yes, I will add the 'all' checkmark and default image setting in the next version.
     
  10. Like
    onlyME got a reaction from Wayne B in Featured Content for IPS4.x+   
    Yes, I will add the 'all' checkmark and default image setting in the next version.
     
  11. Like
    onlyME got a reaction from Wayne B in Featured Content for IPS4.x+   
    Sure, I like the ideas from my clients to complete my app.
  12. Like
    onlyME got a reaction from Morrigan in Featured Content for IPS4.x+   
    Sure, I like the ideas from my clients to complete my app.
  13. Like
    onlyME reacted to Morrigan in Featured Content for IPS4.x+   
    You are the best!
  14. Like
    onlyME got a reaction from Morrigan in Featured Content for IPS4.x+   
    Yes, I will add the 'all' checkmark and default image setting in the next version.
     
  15. Like
    onlyME got a reaction from LinkMania in Featured Content for IPS4.x+   
    Sometimes you need to wait a few minutes to complete recache.
  16. Like
    onlyME got a reaction from Oprime in Videobox   
    Ok, it will be added in the next version.
  17. Like
    onlyME reacted to Joel R in Videobox   
    Congrats on the latest release of Videobox
  18. Like
    onlyME got a reaction from Wayne B in Featured Content for IPS4.x+   
    @Police Community you can try 4.0.19 now
     
  19. Like
    onlyME got a reaction from Wayne B in Featured Content for IPS4.x+   
    I'm finding a solution.
  20. Like
    onlyME got a reaction from Oprime in Videobox   
    No, don't remove anything. Just revert if you see the red/orange dot like this

     
     
  21. Like
    onlyME got a reaction from Joel R in Videobox   
    If you editted templates or css of videbox, you will see the red dot on the right of template name. Just click 'revert' button. If you didn't edit, skip this step.
  22. Like
    onlyME got a reaction from Oprime in Videobox   
    IPS  try to search 3 chars on this site.
  23. Like
    onlyME got a reaction from Oprime in Videobox   
    Ok, the language bit was missed. I will add in the next version.
  24. Like
    onlyME got a reaction from Oprime in Videobox   
    Open /applications/videobox/sources/Video/Video.php
    Find
    Find
    $return['content'] = new \IPS\Helpers\Form\Editor( 'videobox_content', $item ? $item->content : NULL, FALSE, array( 'app' => 'videobox', 'key' => 'Video', 'autoSaveKey' => 'videobox-new-video', 'attachIds' => ( $item === NULL ? NULL : array( $item->id ) ) ) ); Change to
    $return['content'] = new \IPS\Helpers\Form\Editor( 'videobox_content', $item ? $item->content : NULL, TRUE, array( 'app' => 'videobox', 'key' => 'Video', 'autoSaveKey' => 'videobox-new-video', 'attachIds' => ( $item === NULL ? NULL : array( $item->id ) ) ) ); Save
  25. Like
    onlyME got a reaction from Wayne B in Featured Content for IPS4.x+   
    I love your idea, I will try it.
×
×
  • Create New...