Jump to content

Durango

Clients
  • Posts

    536
  • Joined

  • Last visited

  • Days Won

    1

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Durango

  1. Hi Mike

    We have a problem today

    we have the following error when trying to submit a new video :

    "EX1048 Something went wrong. Please try again."

    i went to admincp / system / errors logs and saw a line about a sql error : 2015_07_06_sql.php

    i sent you the detail by MP

    We didnt touch to anything and we could add plenty of videos the last three days...

    the app is the last version 313

    Tx for your help ;) 

     

    Ok found the error

    If you disable in settings :

    Enable thumbnail uploads

    and

    Enable thumbnail urls

    then you got the error when posting a video

    i just reactivating both and it works even if dont need thumbnail uploads

    so i added in the css those lines to keep only the necessary when adding a video :

    li#video_type{
      display:none;
    }
    
    li#media_upload_url{
      display:none;
    }
    
    li#thumbnail_type{
      display:none;
    }
    
    li#thumbnail_upload{
      display:none;
    }
    
    li#thumbnail_upload_url{
      display:none;
    }

     

  2. v3.1.3 didn't include a fix for that yet. See a list of the fixed bugs here.

    Do you mean through the "New Videos" block or through the videos widget? The videos widget does allow you to restrict to selected categories.

    But if you've got further suggestions for the new videos block, I'm open to ideas.

    Hi Mike

    Actually i am trying to build on the Videos homepage :

    Last videos :

    10 last videos

    Last videos from category 1

    4 videos

    Last videos from category 2

    4 videos

     

    For the last videos block, no problem, its perfect, nice thumbnails

    But for the last videos from categories with the widget videos, it doesnt show well, with some very small thumbnails 40px*40px whereas the thumnbails in the last videos block are 200px*140px

    It should look the same

    Actually your "videos feed" widget is perfect when inserting the widget in the sidebar, but not in the main area

    So the solution would be to create a new widget for people wanting to insert videos feeds in the main area with the same look as the last videos block

    So that they can build a nice homepage

    and also insert this at the end of the pages of their forum, showing large thumbnails

    Last point : when inserting this widget in the main area, we should be able to customize the title of the block

    As now if inserting "videos feed" widgets in the main area : they will all have the same title "Last videos" instead of :

    Last videos of category xxx etc

     

    Tx a lot for your help, your app is awesome ;)

     

  3. Ok fixed for us

    For those who have the same issue, chmod all the files / folders of your theme (recursively)

    Great app tx Mike

    I see we can only show the last videos on the video homepage

    would be great to be able to show categories too

    like the five last videos of category 1

    the five last videos of category 2

    etc

    how can we do that ?

    tx a lot

  4. Hi Mike

    We just bought your application

    Installed the tar as you say

    but then this error message is showing when we visit the /video/ page :

     

     

    Sorry there is a problem

    Something wrong happened. Please try again

    Error code  EX0

    we tried to reinstall the app, but no change

    no problem to configure the settings, add video categories etc but only this error showing in "front"

    What can we do ?

    tx for your help,

×
×
  • Create New...