Jump to content

onlyME

Clients
  • Posts

    2,707
  • Joined

  • Days Won

    17

 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 onlyME

  1. 21 minutes ago, Saurabh Jain said:

    possible to import videos from channel?

    i also have another video app  can we migrate?

    No, it doesn't have the feature to import videos from other applications.

  2. 1 hour ago, Optic14 said:

    Hi @onlyME sorry for late reply, hectic schedule at the moment.

    I replaced 3x instances of that line in the above file, also cleared cache just in case.

    But unfortunately, no change, still same result. 😞

    Please give me acp access so I can take a look.

  3. @Optic14 try to edit file \applications\videobox\modules\front\video\browse.php

    Find

    $table->sortDirection = 'desc';

    Replace by

    $table->sortDirection = $table->sortBy == 'v_title' ? 'asc' : 'desc';

     

  4. @yameth when uploading a song and filling artist name, it will create a new artist automatically, and who has permission to edit artists can edit all artists. It doesn't have feature to allow member own artists. The purpose of 'artist' feature to list all songs and playlists by an artist. 

  5. 1 minute ago, TDBF said:

    Would it be possible that you could move the JS and CSS Input code from the Hook to the Widget init() please?

    The current method means that the JavaScript code and CSS styles get loaded each time regardless if there are Featured Blocks on the page or not.

    Thanks 🙂

    I will consider it.

  6. 16 minutes ago, kurosaki ichigo said:

    hello! i dont whay but all my embed bb code no one works, any time i have blank page!

    and its possible please to hve test to add this embed :

    <iframe src="https://openload.co/embed/yb8HGw3wHLU/" scrolling="no" frameborder="0" width="700" height="430" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>

    thanks! i writed you soma pms but you dont reply me 😞

    i need support please ...

    Sorry, but I didn't get any pm from you.

    Did you add Media Tag for openload?

  7. @Lenny Warren Try to edit your theme > core > global > plugins > bim_tthumb_showThumb

    Find

    <div class="bim_tthumb_wrap">

    Replace by

    <div class="bim_tthumb_wrap {{if $topic->unread()}}tthumb_unread{{endif}}">

    And then add this code to custom.css

    .bim_tthumb_wrap {
    	opacity: 0.5;
    }
    .tthumb_unread {
    	opacity: 1 !important;
    }

     

  8. 6 hours ago, Lenny Warren said:

    Hi there,

    I'm sure I asked this before, butu haven't used my Invision forum for ages...

    Standard IPB theme will grey out the forum icon if all the posts are read. Is there a way to do this with topic thumbnails?

    So, icon is normal if new posts, but greyed out if all posts are read?

    The thumbnails are not grey. In the past, I got some complains about this feature so I removed it. I will consider it again.

  9. 26 minutes ago, Optic14 said:

    Hey @onlyME, tried that but no effect 😞

    I am back on desktop and see a strange console error, but only when trying to add a new title:

    console-error.thumb.png.74e31b573b2c90d1e9b35656de6525f8.png

    please give me acp access I will take a look. 

  10. Just now, Optic14 said:

    HI @onlyME very strange behaviour recently, can’t seem to upload thumbnail or featured image manually anymore .. am using IPS 4.3.5

    I am on mobile but will try to check for console errors when I get to a desktop.

    C43E3369-D63C-402F-BA4E-C50EF568EEF4.png

    Try to run Get Support to clear cache.

  11. 16 hours ago, Unlucky said:

    Hi,

    Re this - Auto get contents from IPS applications: Pages, Forums, Gallery, Downloads, Clubs.

    Where is the setting to get content from clubs and what image is used?

    Thanks

    In Categories selection http://prntscr.com/kqfqsk

    13 minutes ago, Unlucky said:

    Bug report

    If you use popup option and the download has more than 1 image, it breaks the popup.

    I can pm screenshot if required

    Also I have noticed when enabled it has an impact on page speed load.

    Is there any recommendations on a configuration that enables it to load as fast as possible if it is picking content from a large content base.

    Thanks

    Do you mean IP.Downloads images?

    Enable this option doesn't have any effect to page speed because there are no more contents are loaded until you click on the link.

  12. 12 hours ago, Joel R said:

    IPS 4.3.5 don't see topic thumbnails in Activity Streams

    I confirm this problem, it will be fixed in the next version.

    Did you enable "Show thumbs in streams & search results"?

×
×
  • Create New...