Jump to content

Mac1

Clients
  • 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

Posts posted by Mac1

  1. 13 minutes ago, Marc Stridgen said:

    Please could I ask if you have tried this on a default unaltered theme, with all 3rd party items disabled? I am unable to replicate the issue here on my stock instance

    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.

    Could contain: Text, Alphabet, Scoreboard

    Just like there:
     

     

  2. 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

     

     

  3. On 3/29/2022 at 12:38 AM, SoftwareFactory said:
    On 3/13/2022 at 12:15 AM, Mac1 said:

    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. 😞

    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

  4. 8 hours ago, Schaken said:

    May I suggest you use the role under the settings. when they link their account on your site, you can assign them a role instantly with this. and as soon as they unlink the connection, it will remove that role as well.

    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?

  5. 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. 😞

  6. 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.

  7. 2 hours ago, Daniel F said:

    You can create a second database instance to access your own tables.

    To gain easy access to it, just override the db() method in your own AR implementation.

    See also https://invisioncommunity.com/forums/topic/436728-custom-database-table-issue-with-ipsdbi/?do=findComment&comment=2684300 🙂

     

    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. 

    image.png.68ea1ab18cde9cbbdd74d6290e1e418d.png

    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.

  8. 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..)

  9. 27 minutes ago, desti said:

    appTest>dev>js>front>controllers>folder>ips.folder.function.js

    \IPS\Output::i()->jsFiles = array_merge( \IPS\Output::i()->jsFiles, \IPS\Output::i()->js( 'front_folder.js', 'appTest', 'front' ) );

    // corrected

    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..

     

  10. 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

     

  11. 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.

    image.png.62361da4cd69e3116f92495ccf5784cf.png
    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 

×
×
  • Create New...