Jump to content

OptimusBain

Clients
  • Posts

    805
  • Joined

Reputation Activity

  1. Thanks
    OptimusBain reacted to All Astronauts in Kitchen Sink   
    I just woke up, didn't even know it was approved yet 😀. 
    Un momento por favor...
  2. Thanks
    OptimusBain reacted to All Astronauts in Kitchen Sink   
    Version 3.0.0 submitted, available ???
    4.7.0 Compatibility Sweep NEW! Added to Font Awesome 6 to the Font Awesome chooser. Font Awesome 5 remains as an option. A few CSS patches here and there. If you are using the Font Awesome chooser in KS, you are using FA5. This KS now supports FA6 and at a glance, it is more sizing-compatible with FA4 than FA5 was - that is, some FA5 fonts that swapped in for FA4, the sizes were a little off; that's no longer the case (mostly, have not looked at every FA instance). I'd switch the FA6 but I left the FA5 option in place as some of you might have "stuff" going on.
    Couple CSS changes I'd probably only notice.
    Uhhh... made sure everything was working? Tested on 4.7.1 107021, PHP 8.0.13. 
    Oh, and I forgot to change the version number on the internal language file so the ACP settings area will say 2.2.whatever. Already patched for the next release.
  3. Thanks
    OptimusBain reacted to DawPi in how many active subscriptions are possible?   
    I have mod for that to achieve it. 🙂
     


  4. Thanks
    OptimusBain reacted to opentype in how many active subscriptions are possible?   
    Yes, the regular subscriptions are meant like that. You pick ONE of the options. The Commerce product subscriptions can do more more. But they have no option to switch between “plans” as the products are independent. 
  5. Thanks
    OptimusBain got a reaction from Balto in error 500 after upgrading to PHP 8   
    Nothing. Same problem. My webmaster can't find why it's not possible to run PHP 8.0 with 4.7. It will give the 500 error. No luck. 
  6. Thanks
    OptimusBain reacted to Adriano Faria in [IPS4] Tutorials   
    Hello,
    There's nothing to fix. That's how it was designed and that's how it is for more than 10 years and it wouldn't be fair with the other clients to change it now as I would certainly forcing them to change their set-up because of you.
    If you have FTP access and wants to change it in your install, download and open applications / tutorials / Application.php and find:
    if( !$groupData['tutorials_view'] OR ( \IPS\Member::loggedIn()->member_id AND !$memberData['allowed_access'] ) ) Change to:
    if( !\IPS\Member::loggedIn()->inGroup( array( 3, 4, 29, 44, 79 ) ) OR ( \IPS\Member::loggedIn()->member_id AND !$memberData['allowed_access'] ) ) 3, 4, 29, 44 and 79 are the groups IDs allowed to use the app. Change to the proper IDs in your board.
  7. Thanks
    OptimusBain reacted to All Astronauts in Kitchen Sink   
    Now that 4.7.1 is out I should get along and update this.
  8. Like
    OptimusBain got a reaction from Fosters in Bookmarks - Support Topic   
    Both options suggested worked like a charm. I love the idea of having a small button. Much better.  Thanks so much.
    Will I lose this template change when a new version of Bookmark is installed?
    One more thing, if possible. As you can see, the QUOTE link is gone in my links. Once the Bookmark application is enabled, I won't the QUOTE, instead I will see the + multiquote icon. Any idea why that could happen? 
    Thanks 

     
  9. Thanks
    OptimusBain reacted to Fosters in Bookmarks - Support Topic   
    try to add following to your custom.css 
    span[data-controller="bookmark.front.bookmark.link"] { color: red; } to change the font color.
     
    Or you could edit the applications/bookmark/dev/html/global/bookmark/bookmarkLink template and add class="ipsButton ipsButton_verySmall ipsButton_primary" to the wrapping span element to make it look like a button.
     

    It's tricky to investigate this without access. You could take a look at the bookmark_items database table and delete everything where class = 'IPS\cms\Records46'
  10. Like
    OptimusBain reacted to annadaa in improve the checkout and subscription page   
    it would surely be possible to do something very interesting with Landing page of @Adriano Faria but still it is necessary I think that invision allow it to be possible to recover the page specific subscription and its checkout (with a code assigned to each?) to put them each in a personalized widget
    this would be especially requested for the sale of a product of great value, a digital product or subscriptions.
    I'm not talking about a shopping cart of different products randomly chosen and added which would be more complicated to implement.
    Just a specific checkout and subscription page that does not change too much to be able to reuse in a widget for example
    We could also use Thrive cart with Zapier but I feel like Zapier is not that powerful.
    Unlike the subscription and checkout page, it would be more complicated to place the client in a specific group etc.
    It is surely better to avoid going out to applications external to the site as much as possible.
    I think I see Zapier's weakness here a bit more
  11. Agree
    OptimusBain reacted to Randy Calvert in Search field...   
    It’s funny… some think it’s too wide and some not enough.  The lesson?  You can’t please everyone. 
  12. Thanks
    OptimusBain reacted to Ehren in Change Checked Default Search Option on Front Page   
    Hi @Demonland31
    There's no built in setting to control this but if you have access to the HTML of the page, add the following to the top of your existing code. If you used the page builder instead, you'll need to create a JS file and assign it to the page via the page settings.
    <script> // Change default search filter document.querySelector(".cSearchFilter__menu [value='all']").checked = true; document.querySelector('.cSearchFilter__text').innerText = document.querySelector('.cSearchFilter__menu input:checked + .cSearchFilter__menuText').innerHTML; </script>  
  13. Agree
    OptimusBain reacted to itlo in Mobile Navigation [Support Topic]   
    A very needed plugin
  14. Like
    OptimusBain got a reaction from shahed in Mobile Navigation [Support Topic]   
    I will try that. Thanks so much for your prompt reply. Much appreciated.
  15. Thanks
    OptimusBain reacted to shahed in Mobile Navigation [Support Topic]   
    No, as of now there is no option for height of main navigation. not a fan of having 2 line buttons in mobile view, but I think with option for height, it's possible to have multi-line titles as well. it will be add in next update 👍
    As of now, you can add this classes in your custom.css
    .mvnMobileNav_mobileContents { height: 60px !important; } .mvnMobileNav_mobileNavBcolor { bottom: calc(60px + 10px) !important; } You can change those 60px to higher numbers if that is needed.
  16. Like
    OptimusBain got a reaction from shahed in Mobile Navigation [Support Topic]   
    Let me work on it and I will let you know. Thanks a lot.
  17. Thanks
    OptimusBain reacted to shahed in Mobile Navigation [Support Topic]   
    Hi,
    As you mentioned, the new update for this plugin is now available. and with that, you can have any other links to display as default ones in main navigation as well.
    here the default links and arrangements for plugin:

     
    and here the totally customized links in their stead.

     
    To make customization is simple and not sure how you forced to still use default links. for example, when you deactivate default link 1 (or Home link), you see new options being shown to display alternative link. like in the screenshot that you send. Title, Link and a FontAwesome class. new alternative link will be replace to default one.
    Such options exist for every other link so as I posted last screenshot, I have totally different links and icons in main area.
  18. Thanks
    OptimusBain reacted to ReyDev in Menu PLUS [Support Topic]   
    @Koper74 @OptimusBain

    just wanted you know, i've uploaded the new version (Compatible with IPS 4.7.*). is pending approval.
  19. Thanks
    OptimusBain reacted to HeadStand in FAQ System (IPS v4)   
    It's compatible as is. No update required. I'm going to update the file in the MP now so that it's marked appropriately.
  20. Like
    OptimusBain reacted to Hambalie in Hump Day: Improved search bar UI   
    awesome.. hope you update the navigation design aswell
    thanks
  21. Agree
    OptimusBain reacted to AlexJ in Hump Day: Improved search bar UI   
    Thanks @Jordan Miller for sharing update. Changes look better then before. I agree with @AlexWebsites idea.. and if possible and option with multi-select - so users can search both Pages and Forum together OR forum and downloads, etc. 
  22. Agree
    OptimusBain reacted to Nathan Explosion in 4.7.1 Beta 2 - Future publishing - moderator options   
    A 'Publish immediately' moderator option could be useful - a decision may be made to make a number of topics (set for future publishing) immediately available. Select them in the topic list, click a button and confirm is quicker than editing them all manually

  23. Thanks
    OptimusBain reacted to Mark H in 4.7.1 Beta 2 - Future publishing - change topic start date to be the same as the publish date   
    Yes, publishing is done by a system task that runs periodically. (It's either 5 or 10 minutes.)
  24. Like
    OptimusBain reacted to AlexWebsites in Hump Day: Improved search bar UI   
    I like the simplicity. Is there a way to re-arrange the order or does that go by apps order? It would also be great if there was a custom search to add lets say a downloads category, specifically. 

  25. Thanks
    OptimusBain reacted to nodle in invision navigation to all client   
    If you're talking about the current theme, it is a custom theme done by @Ehren. He has a website with other themes and can-do custom ones as well.
    ipsfocus - Amazing IPS Themes for Invision Community
×
×
  • Create New...