Jump to content

Adriano Faria

Clients
  • Posts

    31,861
  • Joined

  • Days Won

    475

 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 Adriano Faria

  1. Can't reproduce. I'm able to create a new account: And I have the 4th parameter (error pointed) in the app: public static function _createMember( $values, $profileFields, $postBeforeRegister = NULL, &$form ) { try { $member = parent::_createMember( $values, $profileFields, $postBeforeRegister, $form ); You both probably still has the plugin installed, for some reason. It should have been uninstaled when the app is installed. This now is an application. Check your plugin pages and uninstall it if you find it there.
  2. Ok. I know what it is. Will release a new version now. Wait to IPS review it. 👍
  3. Which issue exactly? Any error in logs?
  4. I will tomorrow in the morning.
  5. Your board is fixed.
  6. Post above yours! Send a PM!
  7. You can choose to display below first post too.
  8. I’ll retest it later. It seems ok as there are a lot of downloads in latest few days. Have you clicked a few times in CHECK FOR UPDATE to see if the update shows up? It is a task and runs once per day, IIRC.
  9. Edit the template movies -> front -> view -> view. Find and remove: {{if $movie->subtitle}} <h3>{$movie->subtitle}</h3> {{endif}} {{if $movie->imdb_id OR $movie->homepage}} <ul class='ipsList_inline ipsSpacer_both ipsType_center'> {{if $movie->homepage}} <li><a title="{lang="movies_homepage_visit"}" data-ipsTooltip target="_blank" href="{$movie->homepage}"> <i class="fa fa-link fa-2x"></i></a></li> {{endif}} {{if $movie->imdb_id}} <li><a title="{lang="movies_imdb_profile_visit"}" data-ipsTooltip target="_blank" href="https://www.imdb.com/name/{$movie->imdb_id}/"> <i class="fa fa-imdb fa-3x"></i></a></li> {{endif}} </ul> <hr class='ipsHr'> {{endif}} <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size3"><strong>{lang="movie_status"}</strong></span> <span class="ipsDataItem_generic">{$movie->status}</span> </li> {{if $movie->type=='movie'}} <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size3"><strong>{lang="movie_original_language"}</strong></span> {{$language = \IPS\movies\Movie::getLanguageName( $movie->original_language );}} <span class="ipsDataItem_generic">{$language}</span> </li> {{if $movie->budget}} <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size3"><strong>{lang="movie_budget"}</strong></span> <span class="ipsDataItem_generic">{expression="\IPS\Member::loggedIn()->language()->formatNumber( $movie->budget, 2 )"}</span> </li> {{endif}} {{if $movie->revenue}} <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size3"><strong>{lang="movie_revenue"}</strong></span> <span class="ipsDataItem_generic">{expression="\IPS\Member::loggedIn()->language()->formatNumber( $movie->revenue, 2 )"}</span> </li> {{endif}} {{endif}} Save the template.
  10. Ok. 👍
  11. Change to squared thumbnails? No. You better edit the template in your install.
  12. Too large in mobile? The second image comes from where? Movies doesn’t use squared thumbnails.
  13. Yes, I’m aware and will be fixed in next version, next week. 👍 You can run these queries in PMA, if you have access to it.
  14. What, of course it has friendly URL! Run the support tool to rebuild your cache.
  15. You can't because you changed the lang bit. It's not recommended to edit template, anyway. Wait until next release; I can add a different lang bit for it.
  16. Yes, I worked a lot with @McAtze in the app design. He's helping a lot. 🙂 New verison should be out next week.
  17. Not sure you asked to me or to @V0RT3X666, anyway: 1: I'll take a look to fix it in next version, if it's centered. One thing I will do is align it on top with tabs, just like shows in the second image. 2: Change the lang bits movies_add_movie and movies_add_tv_show to + in the ACP -> Customization > Localization > Languages.
  18. Yes, it will upload the image provided by the API but you can simply delete that one and upload yours. Sure. Everything is managed in the language section of ACP.
  19. Note that you can’t upload movies. It grabs all data from the TMDB site: https://www.themoviedb.org/
  20. This is the @McAtze site. As far as I can see, stock install of the app.
  21. No. It always showed to moderators who can view IP addresses. If you want to change in your install, download and open applications/ipaddresses/extensions/core/Profile/IPAddresses.php and change the showTab() method to: /** * Is there content to display? * * @return bool */ public function showTab() { if( \IPS\Member::loggedIn()->isAdmin() ) { return TRUE; } return FALSE; } Save and reupload. You will have to do it everytme a new version is released.
  22. This is probably a issue in your translation. Does the same happens on English?
  23. 1: You will have to edit furl.json manually and redo it at every new version because of a Core bug: https://invisioncommunity.com/forums/topic/433280-error-with-furl-changes/?do=findComment&comment=2829579 In this same topic you will find how/what to change in furl.jaon.
×
×
  • Create New...