Jump to content

ChrisTERiS

Members
  • Posts

    195
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by ChrisTERiS

  1. I know that bombing a coder/designer with new features requests is always frustrated. Especially if he/she has to deal with many mods/styles. But there are sometimes, where, these requests, even not bugs, are important. eg With movies. At least in my opinion a simple addition to Movie Feed widget-> Short by-> RATING is very important. Most of the sites are using Movies for Reviews. If they don't have any option to show eg Top 10 Movies what to show? Random? Thank you Chris
  2. Ahaaa,,,,,,,,, Thank you. And I was wondering if I lost my visual at all. Now it makes sense. Thank you again. PS: I added !important; at the end and works fine.
  3. Here is the link. https://www.diziask.com/forums/topic/1-welcome/?tab=comments#comment-1 I want to find it in Button Colors settings
  4. Could you please tell me which button is in settings the "Share" button? Have changed almost all and can't find it. The bad is that I'm using similar shades or color and is difficult to locate it in settings by color.
  5. Simple question. If I buy Club Categories from the link below which indicates that is IPS 4.5 compatible, do I've to pay the full license ($20) or the renewal ($7.5) https://flashmodding.com/index.php?/files/file/53-club-categories/
  6. @optrexnz Must be on the file applications/competition/modules/admin/competition/competitions.php Before (Line 21): protected $nodeClass = '\IPS\competition\Competition'; Insert: public static $csrfProtected = TRUE; This way the final class should be: class _competitions extends \IPS\Node\Controller { public static $csrfProtected = TRUE; /** * Node Class */ protected $nodeClass = '\IPS\competition\Competition'; /** * Execute * * @return void */ public function execute() { \IPS\Dispatcher::i()->checkAcpPermission( 'competitions_manage' ); parent::execute(); \IPS\Output::i()->title = \IPS\Member::loggedIn()->language()->addToStack( 'menu__competition_competition_competitions' ); } } But I'm not getting any responsibility. I believe that @Andy Millne knows much better than me.
  7. This can be fix by adding: public static $csrfProtected = TRUE; But I need to re-download the file as I never used this mod. This is no way underestimates the value of this mod. I just changed the target of my community. By the way, as I don't remember anything, can this mod work like: AAA team VS BBB team? I mean to have 2 teams, or 2 persons, or what ever 2 competitors and the user to vote one of those 2?? Something like this:
  8. Even if I've Sticky Notes and some other Mods of you, I can wait. But Club Categories have been released in your site since Aug 31, and here we're still waiting. In person, I've did 2 posts in the Support Forum plus a PM. No response at all, even if I've seen you online here replying to other posts/forums.
  9. I think that we're just wasting our time waiting for updates for 4.5 https://flashmodding.com/index.php?/store/ I don't know if Sticky Notes has been updated, but Club Categories and some others that I've from him, have been updated there, but not here.
  10. I think that I wasted 2 months waiting the upgrade while it was there: https://flashmodding.com/index.php?/files/file/53-club-categories/ I believe that same will happen with some other mods that I've from this coder. 😞
  11. @V0RT3X666 Do you mean that the trick is to add: public static $csrfProtected = TRUE; before: protected $nodeClass = 'IPS\clubcats\Categories'; in applications/clubcats/modules/admin/main/categories.php ?
  12. I know what is CSRF protection from my vB4 addons, where it was a line at the top of php files: define('CSRF_PROTECTION', true); But I know nothing for IPS style of coding, so I can't risk to mess my installation. Have spent weeks to install and configure a dozen of mods and style. That said, most probably I'll wait the official release of this addon. I don't blame the developer. I accept his rights to upgrade it or not. Finally there is no any term that he'll continue upgrades for ever. But I was expecting a post here "Sorry, I don't plan to upgrade it".
  13. Take your time. It's not something so important. Just I was wondering if I miss something in settings. Or if I removed by mistake something from the templates. But the issue exists even in Default theme.
  14. Sorry no. It does not display any subcategory in sidebar. I can see subcaterories only in the main (left) section. I gave a look in the widgets, but there is nothing there, even if I believe that this is a predefined widget. And actually I can't understand why there no any widget for it. eg I want to have the categories structure in sidebar for fast navigation is seeing a movie page. https://www.diziask.com/movies/category/1-tv-series/
  15. Thank you. Seems that I started loosing my visual below the average 😞 I can swear that I look at that place when I found that option for Plugins. But didn't seen it.
  16. Thank you for your reply. Unfortunately with new Marketplace in Admincp is difficult to install Application manually. I found the way to install Plugins but not Applications. And with automatic installation is impossible. I'm getting message that this app is not compatible with my IPS version. Pitty that IPS don't adds such important feature is the core.
  17. This block is available only in Movies homepage?
  18. Can someone tell me if new IPS 4.5 supports Categories in Clubs? Have an addon for this, but seems that the author don't plan to update it to be 4.5 compatible and didn't found anything else. Thank you
  19. Again same error but for different field. Now is for field movie_episodes and I seen that API return NULL for this field I found in line 298 of the same file above $movie->episodes = $type == 'tv' ? $data['number_of_episodes'] : 0; TV Show: Rüzgarin Kalbi
  20. Data are updating periodically from TMDB, or they stay as is after the initial save? Actually I want to update number of episodes as many of them are wrong. I can do it directly to database, but I'm wondering if I'll loose these changes in a future data update from TMDB. PS: Fix works fine. Thank you.
  21. Yes I know....... I had such issues years ago. Actually, if I remember well, always was after running that "Support" option and selecting to Auto fix the problems.
  22. From what you're saying, this issue must be relevant to MySQL strict_mode. Don't know if it makes any sense but this was an insert from the "Add Movie" feature seeing the Crew tab of another movie. First 5-6 imports saved without any issue. For a moment I thought that maybe I had any custom field required. But checked in database and no one was required.
  23. ..hmmmmmm..... seems that most probably database messed. I tried with another one and I got the same error INSERT INTO `ips45_movies_movies` ( `movie_submitted`, `movie_updated`, `movie_mid`, `movie_ipaddress`, `movie_last_comment`, `movie_last_review`, `movie_cat`, `movie_open`, `movie_locked`, `movie_views`, `movie_pinned`, `movie_featured`, `movie_comments`, `movie_reviews`, `movie_unapproved_comments`, `movie_hidden_comments`, `movie_unapproved_reviews`, `movie_hidden_reviews`, `movie_title`, `movie_title_seo`, `movie_subtitle`, `movie_description`, `movie_tmdb_id`, `movie_imdb_id`, `movie_homepage`, `movie_runtime`, `movie_original_language`, `movie_revenue`, `movie_budget`, `movie_release_date`, `movie_status`, `movie_seasons`, `movie_episodes`, `movie_type`, `movie_genres` ) VALUES ( 1602235046, 1602235046, 1, '37.98.196.145', 1602235046, 1602235046, 4, 1, false, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Poyraz Karayel', 'poyraz-karayel', NULL, '', 65163, NULL, 'https://www.kanald.com.tr/poyraz-karayel', NULL, NULL, 0, 0, '2015-01-07', 'Ended', 3, 190, 'tv', '18,10759' ) IPS\Db\Exception: Column 'movie_runtime' cannot be null (1048) #0 /home/diziask/public_html/system/Db/Db.php(948): IPS\_Db->preparedQuery() #1 /home/diziask/public_html/system/Patterns/ActiveRecord.php(487): IPS\_Db->insert() #2 /home/diziask/public_html/applications/movies/modules/front/movies/view.php(315): IPS\Patterns\_ActiveRecord->save() #3 /home/diziask/public_html/system/Dispatcher/Controller.php(90): IPS\movies\modules\front\movies\_view->addMovie() #4 /home/diziask/public_html/system/Content/Controller.php(50): IPS\Dispatcher\_Controller->execute() #5 /home/diziask/public_html/applications/movies/modules/front/movies/view.php(37): IPS\Content\_Controller->execute() #6 /home/diziask/public_html/system/Dispatcher/Dispatcher.php(152): IPS\movies\modules\front\movies\_view->execute() #7 /home/diziask/public_html/index.php(13): IPS\_Dispatcher->run() #8 {main} And now seems that I messed everything. I tried from Admincp-> Support-> Something is not going well, and it found some database errors. Choosing "Fix Automatically", i redirected to a messed screen like below. Any time and with any browser I'm visiting admin area I'm getting the same: Public area works fine.
  24. Got an error trying to add a movie: Error code: EX1048 I understood what it says, most probably API didn't return movie_runtime value, but I don't know how to fix it. INSERT INTO `ips45_movies_movies` ( `movie_submitted`, `movie_updated`, `movie_mid`, `movie_ipaddress`, `movie_last_comment`, `movie_last_review`, `movie_cat`, `movie_open`, `movie_locked`, `movie_views`, `movie_pinned`, `movie_featured`, `movie_comments`, `movie_reviews`, `movie_unapproved_comments`, `movie_hidden_comments`, `movie_unapproved_reviews`, `movie_hidden_reviews`, `movie_title`, `movie_title_seo`, `movie_subtitle`, `movie_description`, `movie_tmdb_id`, `movie_imdb_id`, `movie_homepage`, `movie_runtime`, `movie_original_language`, `movie_revenue`, `movie_budget`, `movie_release_date`, `movie_status`, `movie_seasons`, `movie_episodes`, `movie_type`, `movie_genres` ) VALUES ( 1602234697, 1602234697, 1, '37.98.196.145', 1602234697, 1602234697, 4, 1, false, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Merhamet', 'merhamet', NULL, '', 53677, NULL, '', NULL, NULL, 0, 0, NULL, 'Ended', 2, 44, 'tv', NULL ) IPS\Db\Exception: Column 'movie_runtime' cannot be null (1048) #0 /home/diziask/public_html/system/Db/Db.php(948): IPS\_Db->preparedQuery() #1 /home/diziask/public_html/system/Patterns/ActiveRecord.php(487): IPS\_Db->insert() #2 /home/diziask/public_html/applications/movies/modules/front/movies/view.php(315): IPS\Patterns\_ActiveRecord->save() #3 /home/diziask/public_html/system/Dispatcher/Controller.php(90): IPS\movies\modules\front\movies\_view->addMovie() #4 /home/diziask/public_html/system/Content/Controller.php(50): IPS\Dispatcher\_Controller->execute() #5 /home/diziask/public_html/applications/movies/modules/front/movies/view.php(37): IPS\Content\_Controller->execute() #6 /home/diziask/public_html/system/Dispatcher/Dispatcher.php(152): IPS\movies\modules\front\movies\_view->execute() #7 /home/diziask/public_html/index.php(13): IPS\_Dispatcher->run() #8 {main}
  25. What can cause this issue? It does not takes the movie_type . It exists in the actions button down-left. Other details are ok. EDITED: Just a notice. This issue is not in all movies. Actually among 80, I noticed it only in one
×
×
  • Create New...