Jump to content

Mac1

Members
  • Posts

    60
  • 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 Mac1

  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
  15. @Adriano Faria but how to name a directory when i'm trying to implement JS in "Profile Extension"? This is not a controller in my case but an extension and "/controllers/" would not work 😞
  16. Thanks. I'm gonna try it. I don't why IPS made it so complicated..
  17. I didn't Still it doesn't work 😞
  18. Wow, i'm trying this but doesn't work. I have pushed JS to Applocation.php in init() and it works, but i don't want to do this that way. Now it looks like: dev/js/front/controllers/shop/ips.shop.something.js \IPS\Output::i()->jsFiles = array_merge( \IPS\Output::i()->jsFiles, \IPS\Output::i()->js( 'ips.shop.js', 'appTest', 'front' ) ); and every similar combination i tried..
  19. It seems not to work in my case. I'm using it in IN_DEV and remove that mode. JS doesnt work..
  20. Hello, when im disabling IN_DEV mode, my custom loaded JS doesn't work.. What is a reason? I'm loading they in my apps modules and in IN_DEV everything is good. For example: \IPS\Output::i()->jsFiles = array_merge( \IPS\Output::i()->jsFiles, \IPS\Output::i()->js( 'somthing.js', 'appTest', 'front' ) ); File is located in: appTest>dev>front>somthing.js
  21. I want to disable a breadcrumb on forums index and in users profile. How can i do this? Maybe i need to write some hook? Breadcrumb:
  22. This would be very nice if in forums configuration would be a "Yes/No" form where user can set Image icons in forum titles Fontawesome font text Because now it doesn't work. I think there are people who will prefer font instead uploading images. My plan is to hide that talking icon on the left, but fontawesome doesn't work at all.. Someone can say that's wrong for SEO. I remember that old IPB 3 did it very well because SEO parser didnt take < > formatting
  23. Hello, how to make "search" in my own custom application? Just like "Downloads". Is there any Extension to make it? Maybe im blind..
  24. My ips node is converting data from 3.4.9 to 4.5. When i log in to ACP there appears: It is only in default page of ACP, members or forums pages are working good. How to get rid of it?
×
×
  • Create New...