Jump to content

onlyME

Clients
  • Posts

    2,721
  • Joined

  • Days Won

    17

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by onlyME

  1. onlyME

    Videobox

    You should wait for the next version. I will release it asap.
  2. onlyME

    Videobox

    I found that problem when the stream is offline because of the empty data in api of mixer. I will fix it in the next version or you can fix it by editting file \applications\videobox\Application.php Find $data = $this->mixerData($request[0]); Replace by $data = $this->mixerData($request[0], $name); Find public function mixerData($sdata) Replace by public function mixerData($sdata, $name) Find 'media' => "//mixer.com/embed/player/". $sdata['id'], 'chat' => "//mixer.com/embed/chat/". $sdata['id'], Replace by 'media' => "//mixer.com/embed/player/". $name, 'chat' => "//mixer.com/embed/chat/". $name, Save
  3. onlyME

    Videobox

    Which url did you use?
  4. onlyME

    Videobox

    It can not, so complex.
  5. onlyME

    Videobox

    I don't understand
  6. onlyME

    Videobox

    You can find the id of server by its url in acp
  7. onlyME

    Videobox

    I don't have any solution for this idea.
  8. onlyME

    Videobox

    I also had the similar idea "Favorite", but I think it's not necessary, IPS has "Follow" button and users can use it to mark the contents they love.
  9. Can you give me acp access so I can take a look?
  10. onlyME

    Videobox

    No, it can not.
  11. Sorry, I only support in this topic or you can pm me and let me know what issue. But I see your license has been expired on September 26, 2015 so I think you are using the old version. You should renew the app and download 4.1.29 version if you use IPS 4.1.x, or download 4.2.0 version if using IPS 4.2.x
  12. onlyME

    Videobox

    Medium size: 320x180 Thumbnail size: 100x100 Featured: 1277x498 After changing the sizes, you need to run "Rebuild thumbnails".
  13. About Fcontent, if your hosting doesn't enable allow_url_fopen, you should disable "Resize and crop thumnails" in settings. About topic thumbnail, do you use 2.0 version but your ips is 4.1.x ?
  14. onlyME

    Videobox

    Hi, It does not have this feature.
  15. onlyME

    Videobox

  16. onlyME

    Videobox

    The status is updated every 5 minutes by a task runs in background, there is no way to make updating immediately.
  17. onlyME

    Videobox

    It depends the "number to show" option, did you set it to 30?
  18. onlyME

    Videobox

    There is an option in Customizable Widget Currently I don't have a solution.
  19. onlyME

    Videobox

    Try to test when posting a new topic and see if the editor can be shown. Or try on the default theme. Edit: I remember there is a known issue with the special characters in collection's name. It may cause your problem, try to edit your collection and make sure you don't use special characters in the name. If it still does not work, give me ACP access so I can take a look.
  20. onlyME

    Videobox

    It's an issue with your site, not videobox. Try to go ACP and run the "get support" to clear the badly cache.
  21. onlyME

    Videobox

    The videobox 2.0 will be released in some next days, and it supports Ips 4.2, clubs, reactions, mixer.com....
  22. onlyME

    Videobox

    I'm still working for the videobox 2.0 that supports clubs, reactions,... but I don't release for IPS 4.2 beta.
  23. onlyME

    Videobox

    As I said, the new update only fixed the hitbox stream. I haven't update it for the 4.2 yet. It will be ready when the 4.2 FINAL is out.
  24. onlyME

    Videobox

    Thank you for your suggestions. But I have no plan for new streaming services.
  25. onlyME

    Videobox

    No, Im not
×
×
  • Create New...