Jump to content
DevFuse Forums

Michael

Management
  • Posts

    4,467
  • Joined

  • Last visited

  • Days Won

    424

Reputation Activity

  1. Like
    Michael got a reaction from media in Main Page Embeded Video viewing not counted in total view?   
    I apologies, this got lost in the update and should of been re-set to "Pending". I've confirmed again and will be added next version.
  2. Thanks
    Michael reacted to Loren in Form rule color selection   
    Works fine for me on 3 different sites.
  3. Like
    Michael got a reaction from ForeverPontiac in Image Editing/Deleting   
    Thanks, working on Collections update now so will be patched soon.
  4. Thanks
    Michael got a reaction from kado' in [Basic Points] Option to remove "weekly" tab from sidebar widget.   
    I'll confirm for now as I want to see if I can add options to enable/disable this in a future version. In the meantime, I've replied to your support ticket regarding a temporary patch for your own use.
  5. Thanks
    Michael reacted to Loren in Two new bugs   
    Just change false to TRUE.
  6. Like
    Michael got a reaction from media in Main Page Embeded Video viewing not counted in total view?   
    Changed Status to Fixed
  7. Like
    Michael got a reaction from media in Main Page Embeded Video viewing not counted in total view?   
    Views updating now if a video is loaded through the featured video toggle.
  8. Like
    Michael reacted to media in Permission problem: If Add Comment unchecked they cannot see comments too   
    OMG, thank you... I did not see those settings at all.. ALL GOOD
  9. Like
    Michael reacted to cybernck in Error with deleting pics   
    What the... I could swear it wasn't there, I even tried searching for "Title". Spooky :-).
    Yes. That seems to have done the job!
    I can't believe no-one has ever tried to change a default image or delete one (from the image list panel anyway).
    Thanks.
  10. Thanks
    Michael reacted to cybernck in Error with deleting pics   
    Default photo fix:
    PHP Fatal error:  Class 'IPS\collections\Item\IPS\collections\Item' not found in /x/applications/collections/sources/Item/Image.php on line 81
    Replace line 81:
    return IPS\collections\Item::load( $this->item_id ); with
    return \IPS\collections\Item::load( $this->item_id );  
  11. Like
    Michael got a reaction from media in IPB 4.2 features   
    Make sure the "contentImages"  function is added at the same time. Link it to thumbnail images.
  12. Like
    Michael got a reaction from MrOneCall of FGN in Featured Videos Slider   
    It should be showing at random 5 videos, regardless of how many total videos are featured. Are all the videos you featured approved?
    Yes it should be auto sliding to each video, this is part of IPB itself and uses the same featured slider that features in the Downloads app for example.
  13. Like
    Michael reacted to Vy Low in Video Sorting doesnt work   
    thank you it worked!
  14. Like
    Michael got a reaction from Vy Low in Video Sorting doesnt work   
    Let me know if you have any issues with this.
    Manual Patch
    Open applications/videos/modules/front/videos/browse.php
    Find (first instance only):
    /* Set default sort */ if( !\IPS\Request::i()->sortby ) { $table->sortBy = 'date'; } Add BELOW:
    /* Use default category sort */ if( !\IPS\Request::i()->sortby AND ( isset( $category->options->sort_by ) AND $category->options->sort_by ) ) { $table->sortBy = $category->options->sort_by; $table->sortDirection = $category->options->sort_order; } Save.
×
×
  • Create New...