Jump to content

Adriano Faria

Clients
  • Joined

Everything posted by Adriano Faria

  1. You can also probably hide via custom CSS ( li cCreate ).
  2. The app is installed since Monday on my board. I couldn't find anything in the logs related to it.
  3. Adriano Faria replied to Adriano Faria's post in a topic in Marketplace
    What's New in Version 1.4.3: Fix an exception when trying to create comments using a cron job.
  4. I couldn't find anything related to this resource in the logs in the 3 boards. I just installed it on my live board and will leave it there for a couple of days to see if I catch it there.
  5. Adriano Faria replied to Adriano Faria's post in a topic in Marketplace
    Ok. Open applications/books/modules/front/books/view.php and find: $page = \IPS\Http\Url::external( $buyUrl )->request( 3 )->get(); if( $page->httpResponseCode == 200 ) { $showBuyButton = TRUE; } You can increase the 3 there or simply remove it all and leave only $showBuyButton = TRUE;. That will make the button always to show up, even if the link is not accessible.
  6. Support topic:
  7. Adriano Faria replied to Adriano Faria's post in a topic in Marketplace
    The error is clear and it is about the URL taking more than 3 seconds to load for some reason. That’s why the BUY THIS BOOK button doesn’t show up in this book. Let me know if you want to increase the seconds in your install. I won’t change it in the app.
  8. By having a theme only. Actually, you can have several as long as only one is available to to you then the selector won’t show up.
  9. Localhost or online board? If online, same server. Will check the logs from the sites I know are using it.
  10. Have you ran the support tool? Got this running in 4.6.12.1 in 3 boards without any issue.
  11. Adriano Faria replied to Adriano Faria's post in a topic in Marketplace
    Provide the ISBN for these books so I can test. The script checks it the URL is a valid URL and if it doesn't return a HTTP response 200, it won't show the button.
  12. Club is just a “container” for the content items (topics, files, blog entries, images, etc) and these are already available in the search. You probably have to enable the club setting to display content throughout the community then search will probably add club content in search. Not sure as I don’t use clubs.
  13. Yes, also know as settings. Once the plugin is installed, go to any Downloads category in front end and the grid will be there.
  14. Basically, there's no image for Yandex on IPS4 (applications/core/interface/logos/browsers): This resource users uses these images.
  15. What's New in Version 1.3.2 Add a new setting to admin choose the PROMOTE TO ARTICLE link: Below post content Inside post menu controls
  16. Tks, will take a look.
  17. Tks, will take a look.
  18. You probably already did. Just comment the following line in the hook file: $this->rowsTemplate = array( \IPS\Theme::i()->getTemplate( 'plugins', 'core', 'global' ), 'newCatLayout' );
  19. Adriano Faria replied to Adriano Faria's post in a topic in Marketplace
    Will try to reproduce. Books settings:
  20. I’ll take a look when I have to update the resource.