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

Everything posted by onlyME

  1. The code will show the slider when viewing a club, and show(1) is slider's id. If you want to show slider in all clubs or clubs global page, just remove the condition \IPS\Request::i()->controller == "view"
  2. Yes, it's the code below the name. It's not {oisikata happy ... @kmk just let you know I will update the selection for clubs in the next version
  3. YEs, you can try this code above <div id='ipsLayout_mainArea'> {{if \IPS\Request::i()->module == "clubs" && \IPS\Request::i()->controller == "view"}} <div style="width: 500px; align: center; margin: 0 auto;"> {expression="\IPS\Application::load('featuredcontent')->show(1)" raw="true"} </div> {{endif}}
  4. It depends on where you want to add the slider.
  5. 1 image, it's has the extension is jpg or png, gif....
  6. You gave the wrong image url, it's not the page url. I will find a solution in the next version.
  7. The categories in club are hidden, so they are not listed in the setting. You can use the custom content to add images & urls.
  8. Did you enable the app in its settings? And did you create a slider?
  9. Thank you for your purchase, pm me if you need help.
  10. Yes, the widget has 100% width, if you don't want to use widget, you can use the slider's code in your templates. Example <div width="500px"> {expression="\IPS\Application::load('featuredcontent')->show(1)" raw="true"} </div> The code in {expression....} is slider's code that you can find in Slider Manager.
  11. It's fit in its container. Take a look Https://ipsviet.com/page/featuredcontent4
  12. Do you mean the 100% full width ?
  13. Yes, it supports widgets in top, bottom and sidebar. It also has the embed code so you can put it into templates.
  14. onlyME

    Videobox

    V 2.0.1 Fixes blank player and chat of mixer.com if the stream is offline. Fixes using big images for mixer's thumbnails. Adds "Default sort order" option for categories. Adds "Promote" feature. Improves faster updating task for Smashcast. Supports reactions for comments & reviews.
  15. onlyME

    Videobox

    @FGN it's so complex. You should use the blocks of IP.pages or this plugin to add the player on your home by html code
  16. onlyME

    Videobox

    I know, but Videobox has the sliders with different layout, you need to edit the css and template for your custom style.
  17. onlyME

    Videobox

    Hi, I don't support for theme customization. You can edit css & templates to make your own layout.
  18. onlyME

    Videobox

    You should wait for the next version. I will release it asap.
  19. 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
  20. onlyME

    Videobox

    Which url did you use?
  21. onlyME

    Videobox

    It can not, so complex.
  22. onlyME

    Videobox

    I don't understand
  23. onlyME

    Videobox

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

    Videobox

    I don't have any solution for this idea.
×
×
  • Create New...