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

    Sorry, I missunderstood, but you can only use widget for Featured Videos.
  2. onlyME

    Videobox

    Can you show the code you want to add into this template bit?
  3. onlyME

    Videobox

    Yes Can you click the revert button?
  4. onlyME

    Videobox

    There is noway to prevent user edit a template bit. This problem causes by cache. Try to run support tool in step 2 to clear cache and try again. Or give me acp access I take a look.
  5. onlyME

    Videobox

    No, I didn't prevent. Maybe the bug with your site. Try to edit other to test.
  6. onlyME

    Videobox

    yes please send me 2 files /uploads/logs/latest.php and latest_sql.php or give me acp access so I can take a look.
  7. Yes, I will update it in the next version.
  8. onlyME

    Videobox

    I know css way but it is not a sulution. Image was cropped for a small size.
  9. onlyME

    Videobox

    I haven't found a solution to crop image in center yet. You should change the thumbnail size so it can match the ratio. Eg if you use image 720 x 405, you should set thumbnail size is 250 x 141 (horizontal rectangular).
  10. onlyME

    Videobox

    Hi, Go to Customization > Languages and search the key videobox_frontmenu
  11. onlyME

    Videobox

    That's is due to the old template bit of old IPS versions. I will apply this fix in the next version of Videobox. In Themes -> Videobox -> Global -> Menu Find {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}} {{if \IPS\Settings::i()->show_home_link}} <li data-role='navItem'><a href='{setting="home_url"}'>{lang="home_name_value"}</a></li> {{endif}} {{foreach \IPS\Application::allExtensions( 'core', 'FrontNavigation' ) as $id => $nav}} {{if $nav->canView()}} <li data-role='navItem'> <a id="elNavigation_app_{expression="strtok( $id, '_')"}" href='{$nav->link()}' {{if $nav->active()}}class='active'{{endif}} {{if $children = $nav->children()}}data-ipsMenu{{endif}}> {$nav->title()} {{if $children}} &nbsp;<i class='fa fa-caret-down'></i> {{endif}} </a> {{if $children}} <ul id="elNavigation_app_{expression="strtok( $id, '_')"}_menu" class="ipsMenu ipsMenu_auto ipsHide"> {template="navBarChildren" app="core" group="global" params="$children"} </ul> {{endif}} </li> {{endif}} {{endforeach}} {{endif}}Replace by {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}} {{$extensions = ( \IPS\Member::loggedIn()->language()->isrtl ) ? array_reverse( \IPS\Application::allExtensions( 'core', 'FrontNavigation' ) ) : \IPS\Application::allExtensions( 'core', 'FrontNavigation' );}} {{foreach $extensions as $id => $nav}} {{if $nav->canView()}} {{$tabId = uniqid();}} <li data-role='navItem'> <a id="elNavigation_app_{expression="strtok( $id, '_')"}_{$tabId}" href='{$nav->link()}' class='elNavigation_app_{$id}{{if $nav->active()}} ipsNavActive{{endif}}' {{if $children = $nav->children()}}data-ipsMenu data-ipsMenu-activeClass='ipsNavActive_menu'{{endif}}> {$nav->title()} {{if $children}} &nbsp;<i class='fa fa-caret-down'></i> {{endif}} </a> {{if $children}} <ul id="elNavigation_app_{expression="strtok( $id, '_')"}_{$tabId}_menu" class="ipsMenu ipsMenu_auto ipsHide"> {template="navBarChildren" app="core" group="global" params="$children"} </ul> {{endif}} </li> {{endif}} {{endforeach}} {{endif}}Save
  12. onlyME

    Videobox

    Yes, it's a small bug, I fixed for you.
  13. onlyME

    Videobox

    Any problem with Videobox? If the problem of Chatbox, please pm me.
  14. onlyME

    Videobox

    Did you run Get Support tools? If you ran this tool in steps 3 or 4 it will auto disabled your applications.
  15. Oh, It's a slider, so I don't think grid view interface is good.
  16. Hi all, V1.0.5 has been released
  17. Hi It can not, only supports image + title + url. Check your pm, I sent you access info to test site.
  18. onlyME

    Videobox

    It's not a bug, it only searchs videos. Turn it off if your site has blogs, gallery, downloads,...
  19. About 1 week.
  20. Not sure but I'll try.
  21. onlyME

    Videobox

    This is css background of videobox, can work for all themes
  22. onlyME

    Videobox

    Hi, Go to ACP -> Customization -> Themes -> click </> to edit your theme -> CSS -> videobox -> front -> videobox.css -> change the background color in .esnList_item_border { padding: 0px; margin: 0 5px 10px 5px; background: #fff; }
  23. I will update the popup background in the next version. About redirect to a topic, you should use HTML <a href...
  24. Please check your PM. I sent you this file while waitting for moderator feedback.
  25. Does it show error message? I also see your name in purchase list. @Charles
×
×
  • Create New...