Jump to content

wmarcy

Friends
  • Posts

    887
  • Joined

  • Last visited

Reputation Activity

  1. Like
    wmarcy got a reaction from LinkMania in Featured Content for IPS4.x+   
    I have Featured Content Sliders all over my forum, works like a charm.  
     
  2. Like
    wmarcy reacted to onlyME in 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).
  3. Like
    wmarcy reacted to onlyME in Videobox   
    Hi,
    Go to Customization > Languages and search the key videobox_frontmenu
  4. Like
    wmarcy reacted to Joel R in IPS Rules Application   
    Hi @Kevin Carwile,
    I just downloaded and installed the IPS Rules Lite and actually see the functionality behind IPS Rules.  Some immediate feedback:
    1) You have, hands-down, the cleanest and most educational introduction of any mod I've ever seen from the IPS Marketplace.  The fact that you offer "Learn About Rules" directly within the mod makes it so much easier to understand and get started (and you even have a fancy custom background!!).  This is the kind of thoughtful and detailed awesomeness that I like to see from a full-featured mod.        
    2) When it comes to your educational introduction, I'd like to suggest you break it into 3 separate tabs or sections.  The first section talks about the basicscomponents of Event / Conditions / Actions.  The second section talks about groups and sets.  The last section talks about advanced topics like custom actions, custom data fields, debugging, and scheduled actions.  Otherwise it's a lot to digest.  (By the way, I still don't understand Rule Sets whatsoever ... it sounds like the movie Inception of dreams within dreams and OMG Leonardo di Caprio needs to save meh!)  
    3) When it comes to the the basic ECA, I encourage you to walk through two very simple examples so people can see the coding in action.    
    4) I think you should preload 2 or 3 very simple or basic rules so users can immediately mimic or start to see how it works.  
  5. Like
    wmarcy reacted to Arai in Videobox   
    Thanks again, you always deliver 
    The best 3rd party support on the Marketplace that's for sure.
  6. Like
    wmarcy reacted to onlyME in 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
  7. Like
    wmarcy reacted to onlyME in Videobox   
    Yes, it's a small bug, I fixed for you.

  8. Like
    wmarcy reacted to onlyME in (BIM40) Easy Popup   
    Hi all,
    V1.0.5 has been released
     
  9. Like
    wmarcy reacted to PirateCaptain in Videobox   
    @arai it's villain from ipsf
     thanks a lot onlyME worked perfectly.. make more good stuff and ill buy it
  10. Like
    wmarcy reacted to onlyME in Videobox   
    This is css background of videobox, can work for all themes
  11. Like
    wmarcy reacted to onlyME in 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; }  
  12. Like
    wmarcy got a reaction from -RAW- in Who We Are - IP.Board 4.x   
    Very low hit on the server, almost negligible.    Much better than the 3.x version (Which had a tremendous number of queries and not written by -RAW-).
  13. Like
    wmarcy reacted to -RAW- in Change Post Author - IP.Board 4.x   
  14. Like
    wmarcy reacted to onlyME in (BIM40) Easy Popup   
    Please check your PM. I sent you this file while waitting for moderator feedback.
  15. Like
    wmarcy reacted to Wayne B in (BIM40) Easy Popup   
    Folks - great developer - I asked for a feature - within 24 hours they have sent me a version to test and it seems to work flawlessly - great support ... Really impressed.
  16. Like
    wmarcy reacted to onlyME in (BIM40) Easy Popup   
    Thank you. I'll update it as quick as possible.
  17. Like
    wmarcy reacted to Wayne B in (BIM40) Easy Popup   
    Perfect - just purchased on the strength of this 
  18. Like
    wmarcy reacted to GrooveOnBeat in Featured Content for IPS4.x+   
    What's really cool about this app is the flexibility. For most, people will use it to slide announcements or content. With edits and creativity, it can also be used to rotate banners, headers, backgrounds, etc. It can also be used to customize the forum index.
  19. Like
    wmarcy reacted to GrooveOnBeat in Videobox   
    Sold!
  20. Like
    wmarcy reacted to onlyME in Videobox   
    I will add it in the next version.
  21. Like
    wmarcy reacted to onlyME in Videobox   
    Yes, you can use multiple servers for each quality option and set the permission viewing for your members  about the subtitle, you ddon't need to name your vtt file, just add |en at the end of subtitle ID. Read the documentation for other subtitle language.
  22. Like
    wmarcy reacted to Chosen1 in Videobox   
    I just want to add that onlyME was super quick to fix my issue.  Great support.  Thanks again.
  23. Like
    wmarcy reacted to onlyME in Videobox   
    V 1.0.15 is updated for IPS 4.0.8 compatibility. 
  24. Like
    wmarcy reacted to onlyME in Featured Content for IPS4.x+   
    V 4.0.11 has been released:
    No get emoticons anymore. Fix bug that causes error if using wrong rss url. You can download in marketplace right now

  25. Like
    wmarcy reacted to onlyME in Featured Content for IPS4.x+   
    There is an option to use image rerize scripts to aspect ratio but I haven't updated my demo site yet. (go to acp featured content -> settings -> On-the-fly Image Resizing URL )
    About emoticons, I have a solution to ignore emoticons, I will update in the next version.
    Edit: Updated demo site, no stretching images
×
×
  • Create New...