Jump to content

ChrisTERiS

Members
  • Posts

    195
  • Joined

  • Last visited

3 Followers

Profile Information

  • Gender
    Male
  • Location
    Thessaloniki, Greece

Recent Profile Visitors

2,182 profile views

ChrisTERiS's Achievements

  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.
×
×
  • Create New...