Jump to content

Mac1

Clients
  • Posts

    60
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

693 profile views

Mac1's Achievements

  1. Yeah it's not showing until i added in my custom.css opacity to 1.0 of cover CSS class
  2. Yes, on default theme it doesn't work too. I have tried this on my test instance of IPS community where is the same configuration of web server, packages etc.. The same database but 24h older and the same files. It works on testing instance but not on production instance. And I want to share what i have investigated is that, an image appears but its opacity is set to 0%. When i change its opacity to "unset" for example, it displays of course but still cover positioning doesnt work. Just like there:
  3. The position of the background cannot be changed from the new update. There is no option. Only two buttons appears. I have tried to manually add third button in HTML but it doesn't work. I have moved from 4.6.11 into 4.7.2.1 Additionally.. dataAction = "toggleCoverPhoto" does not work so we can't click on cover to make it bigger
  4. Hello, im the only developer on my IPS community and i don't want to permit people with ACP to see an error messages with "debug textarea". How to disable these messages to them? These windows contain information and file locations that I wouldn't want to be seen by other people..
  5. When a user unlinks their accounts, Brilliant Discord Integration automatically kicks them from your Discord server, effectively preventing such abuse. Unlinking != Disabling authorization. When i disable auth to app on Discord profile settings, i'm still on Discord Server and i can write something without syncing roles with groups on IPS Forum
  6. I have a role set in settings but.. When for example an user has "Admin" role and Admin group on forums, he is suddenly disabling Authorisation with my Bot/App and for example after a month that user is loosing admin permissions by me manually and a group in forums changes but a Discord role not.. Everything because of disabled Authentication. So how to get rid of it?
  7. This app has no sense when user stops his Authorisation in Discord user settings 😞 roles are still present after that.. I have many people which are getting banned on forums and i want to change their role to "Banned" on Discord. And after disabling authorisation a role still presents and Banned player on forums can still write on Discord beacause of disabled auth. 😞
  8. 1. Is there an option to automacially kick an user from Discord Server which has been moved to other group? 2. Is there an option to join manually to Discord Server but a role can be managed by your app?
  9. Hello. After i updated my IPS Forums from 4.5.4.2 to 4.6.6 every page looks very awful. I'm saying that, the dates has been changed and i can't see now "Today at 20:00" but "October 1, 2021 about 20:00" which looks very bad for me and my community. As far as i can see in release notes there is: Added an option to disable relative dates. But where is that option.. To enable or disable? Maybe in my language pack? I have updated language pack also but I can't find this in settings.. In language pack .xml there is no setting like date change or something.
  10. Why datetime function doesn't show "Today at 10:00" but only "19 December"... Past time works good, function is rendering "yesterday" properly.
  11. Thank you for response. I'm writing literally about making a serach index extension in my app which needs unfortunately a databaseTable as appname_tablename. Problem is in IPS Development "rules" and i think your solution won't help. Search index doesn't work when i'm trying to refresh it in Admin CP if my databaseTable is "tablename" without a prefix. Of course it works when i type appname_tablename in extension config file. It works very well with appname_tablename but i need to make only tablename Can I ask for help in solving this from the technical side? I would be very happy if Invision Community Team would help me to make it work without pushing prefix in config.
  12. Hello, i'm developing an app which has some IPS sources extension that are not listed in Developer Center. I'm creating an extension in sources directory which has ActiveRecord. Everything works fine but there is a problem while i'm telling IPS about database table name. IPS needs making database name as appname_tablename formula. My problem is i can't use appname_tablename but tablename instead. This is how it works fine: public static $databaseTable = 'myapp_tablename'; <-- this is working but i can't use that prefix This is how i need to do it: public static $databaseTable = 'tablename'; And of course tablename without myapp prefix doesn't work.. This is annoying and I don't know how to make it possible. (I can't change table name - this is important because i'm rewriting my app from IP.Board 3 where it was possible of course..)
  13. @xtech thanks. Do you know solution to do this without IP Pages?
  14. Hi. I need to output one site in my app (some module) as blank page. How to do this? Currently an IPS renders of course a whole theme but i don't need that. This page would be viewed by some bot. Thanks
×
×
  • Create New...