Jump to content

GrooveOnBeat

Members
  • Posts

    861
  • Joined

Reputation Activity

  1. Like
    GrooveOnBeat got a reaction from Arai in Videobox   
    In CSS one way is to set a background position to center/center like
    background-position: center center;For later browser support maybe background-size ("cover" to crop while "contain" to keep aspect ratio within container dimensions), and "object" properties, but I don't recommend using those just yet since they're not widely a standard.
  2. Like
    GrooveOnBeat 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
  3. Like
    GrooveOnBeat reacted to onlyME in Videobox   
    This is css background of videobox, can work for all themes
  4. Like
    GrooveOnBeat got a reaction from Jed Rosenzweig in Advanced Tags & Prefixes - IPS 4.x   
    A few bugs...
    Advanced Tags & Prefixes version: 3.0.4
    Install type: Fresh install
    IPB version: 4.0.7
    1. When there is only 1 prefix created, it does not save when adding it into a forum.
    2. When a topic prefix is set, and you edit the post, the prefix automatically adds in the Tags. If I edit 3 times, the same prefix is added in Tags 3 times. It only can be removed manually. Even after the Tags are removed, if you edit the post again, the Prefix is added into Tags.
    3. Not sure if this is a bug or not, but forums that do not have Prefixes show the Prefix drop down. The drop down should not be shown if there are no prefixes. It occurs regardless of prefix setting open or closed.
     
  5. Like
    GrooveOnBeat reacted to Ryan H. in Advanced Tags & Prefixes - IPS 4.x   
    I couldn't reproduce this in testing. If you want me to look into it, send me credentials again and I'll get to it when I can.
    @GrooveOnBeat, all of your issues should be fixed. Thank you. #1 looks like an IPS core bug, but I found a workaround.
    What's New in Version 3.0.5
    Fixed JS snippets not being loaded on some admin forms. (You can preview your formatting again! yay! I didn't realize it only worked on my dev site...) Fixed prefix input showing up despite no prefixes being configured. Fixed prefix being added to the tags input on edit. Fixed being unable to save the prefix on a forum if only one prefix exists. Changed 'lowercase' tool to be more exhaustive.
  6. Like
    GrooveOnBeat reacted to Ryan H. in Advanced Tags & Prefixes - IPS 4.x   
    I'll look into those. Thanks for the detailed run-down.
  7. Like
    GrooveOnBeat got a reaction from wmarcy 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.
  8. Like
    GrooveOnBeat got a reaction from SiLink in Featured Content for IPS4.x+   
    I normally don't do reviews, but I made an exception. It's possibly my first ever review lol.
  9. Like
    GrooveOnBeat reacted to onlyME in Featured Content for IPS4.x+   
    Thank you GrooveOnBeat 
  10. Like
    GrooveOnBeat got a reaction from onlyME in Featured Content for IPS4.x+   
    I normally don't do reviews, but I made an exception. It's possibly my first ever review lol.
  11. Like
    GrooveOnBeat got a reaction from onlyME in Featured Content for IPS4.x+   
    Featured Content + resizing script = fun and powerful 
     
  12. Like
    GrooveOnBeat reacted to onlyME in Featured Content for IPS4.x+   
    When you leave the URL to the script blank, it will not use cimage. The URL to the script in setting should be:
    http://mysite.com/cimage/webroot/img.php?src={url}&w={width}&h={height}&cf&q=90not
    http://mysite.com/cimage/webroot/img.php?src=http://mysite.com/cimage/img/car.jpg&w=200&h=200Please give me the ACP so I can take a look if you can not make it works.
  13. Like
    GrooveOnBeat got a reaction from wmarcy in Videobox   
    Sold!
  14. Like
    GrooveOnBeat reacted to onlyME in Videobox   
    Yes, It's an application that runs on IPS core (like Forums, Downloads, Blogs, Gallery...). On demo site I only installed IPS core and Videobox.
  15. Like
    GrooveOnBeat reacted to Joel R in Advanced Tags & Prefixes - IPS 4.x   
    Suggestions:
    1. When you add / delete a tag in the Tag Editor, I think it would be much more efficient to do it in a smaller modal window AND you stay on the same page. Each page refresh takes you back to the very beginning, which can be cumbersome if you're on later pages.
    2.  Prefixes - Allow a grouping or category of prefixes.  For example, some prefixes may be for the "marketplace" (buying, selling, for sale, proposal) and others might be general discussion (politics, business, world news, humor, tech).   
    3.  Allowed Prefixes in Categories - The ability to easily add ALL prefixes or grouping of prefixes.  
     
  16. Like
    GrooveOnBeat got a reaction from chilihead in Advanced Tags & Prefixes - IPS 4.x   
    I'm in favor of prefix sorting option.

  17. Like
    GrooveOnBeat reacted to Ryan H. in Advanced Tags & Prefixes - IPS 4.x   
    Yes, to an extent (though note, I haven't tested anything beyond forums, I don't own other apps). All apps that support tags/prefixes should make use of the prefix formatting, and should have the separate prefix dropdown input, no changes needed. They will not have all of the special forum settings (tag mode, default tags/prefix, require, etc). I have plans to extend those settings to all tag-enabled containers, but that will be some time down the road.
    The app does not change sorting/filtering options at all. It'll behave the same way it does in a vanilla install. You can click tags and prefixes, and it will take you to a search for all content having that tag/prefix. It will not filter or sort within the forum directly.
    This app allows you to override the tag mode on a per-forum basis, so you can have it closed in one place and open in another, and it adds a 'prefixes only' mode. Currently it does not let you change the minimum/maximum tags per forum, but I'll take that into consideration.
    Thanks for the feedback.
  18. Like
    GrooveOnBeat reacted to chilihead in Advanced Tags & Prefixes - IPS 4.x   
    Looks great. Does this work with all apps including Blogs? And can you sort by tags and/or prefixes easily by clicking them and is there a sort menu somewhere?
    In IPS the open and closed system is global as well as the minimum and maximum. With this can I have a closed system with one tag max in one forum, and an open system with 5 tags in another?
    Mandatory prefixes is great.
    Thanks 
  19. Like
    GrooveOnBeat got a reaction from onlyME in Featured Content for IPS4.x+   
    I love the support! 
  20. Like
    GrooveOnBeat 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

  21. Like
    GrooveOnBeat got a reaction from onlyME in Featured Content for IPS4.x+   
    ​Thank you for the expression code to display everywhere.
  22. Like
    GrooveOnBeat reacted to onlyME in Featured Content for IPS4.x+   
    In the next version I will add a short code to display everywhere.
  23. Like
    GrooveOnBeat reacted to onlyME in Featured Content for IPS4.x+   
    ​Yes, you can !

     
  24. Like
    GrooveOnBeat reacted to Kevin Carwile in IPS Rules Application   
    @GrooveOnBeat,
    The EX2 error turned out to be a bug. It's been corrected in the latest release. Go grab that.
    As far as the conditions to check if the member has logged in only 1 time, there is not a login counter built into IPS core that you can check with a condition, so in order to accomplish this you will have to create your own counter. That is why the configuration gets a little more complicated, but just by a little.
    Add a custom "integer" data field attached to member via rules ACP Create a rule that is triggered when a member logs in. In the rule, add an action that increments the custom data field you created in step 1. Then in your other rule which does the redirect, you can check this custom data field to check if the counter is under your threshold of logins.
  25. Like
    GrooveOnBeat reacted to Kevin Carwile in IPS Rules Application   
    Not sure what you mean here. The action will redirect to any url you give it.
    The way I set that rule up is pretty basic. It redirects on login if the member was registered within the last 24 hours... regardless of the number of times they have logged in. If you want to only redirect one time and one time only, you will need a slightly more advanced rule which tracks if the redirect has been done for them yet.​
    Yeah. Each rule has the enable/disable button on it. Just click it to enable/disable.
×
×
  • Create New...