Jump to content

Kirill Gromov

Clients
  • Posts

    515
  • Joined

  • Last visited

  • Days Won

    7

 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 Kirill Gromov

  1. New version is pending approval:

    • Choosing groups for negative votes. If no groups is selected, negative votes will work automatically.
    • After the voting is closed, the status remains displayed and changeable.
    • Fixed bug with latest ideas RSS-feed.
    • Added missing language strings.
    • Some bug fixes.
  2. 5 hours ago, Emaxo said:

    Hi @Kirill Gromov,

    First thank you so much for this plugin is great!

    I have a question however, when a normal user posts an idea, he can choose if another user can vote negatively (see image), is it possible to disable this option? I would like that all ideas can be rated negatively regardless of the user's will, or maybe leave this option only to certain roles

    image.png.ad2904239ccaac6946494a040fc91665.png

    Hello, ok I will add this to the next version.

  3. 5 hours ago, Dark Marik said:

    I gave up
    Can anyone make me a guide on how to use this app?
    I tried everything but I can not create ideas
    I thought it might open a category and forum dedicated to it but probably not
    I do not see any button or option to open a new idea, how does it work?
    please help

    Hello, after installing the app, you need to create at least one category there:

    ideas.thumb.png.8b460e9d61de848e8090fc0495f53634.png

    Then you need to add an item to the menu:

    menumanager.thumb.png.ffd00b4dc027245e4df3a51cdce5f507.png

    This completes the setup.

  4. Hello.

    I have some HTML from ips.ui.dialog doc page:

    <a href='' data-ipsdialog data-ipsdialog-remotesubmit data-ipsdialog-extraClass='myDialog' data-ipsDialog-size='wide'>Some button</a>
    
    <div id='elementWithDialog' class="ipsHide">
    	<div>Text for test</div>
    </div>

    ANd controller:

    		initialize: function () {
    			this.on( document, 'submitDialog', this.submitMyDialog );
    		},
    
    		/**
    		 * Um, set up...
    		 */
    		submitMyDialog: function (e, data) {
    
    		var dialog = ips.ui.dialog.create( {
    					content: '#elementWithDialog',
    					size: 'wide',
    					extraClass: 'myDialog_finish',
    				} );
    				setTimeout(function (){
    
    						dialog.show();
    
    				}, 500);
    		},

    What I do: I need to launch the second dialog immediately after the first one is closed with text "Text fro test".

    Problem: After closing the first dialog, the second one opens, there is no problem with this. But if you repeat the procedure again, after closing the first, two second dialogs will open. Accordingly, after the third time, three dialogs will be open and so on indefinitely.

     

  5. 16 hours ago, toms_ said:

    Any forum where i could see live demo?

    Hello. Here: https://invisionbyte.ru/ideas

    11 hours ago, abobader said:

    Hi,

    We could use that for our voting system instead of like (reputations)  as we used now, but:

    1 - How it look on threads view?

    2 - Can be sorted in threads view like high vote, completed .. etc.

    3 - Can be only used in selected forums?

    Thanks in advance.

    Hi,

    1) https://invisionbyte.ru/forums/topic/919-pozhertvovaniya-za-posty/

    2) When you browse a topic, you see posts. This is a common topic.

    3) No, not planned yet

    😉 

  6. 21 hours ago, Askancy said:

    It would be really very nice, if it would be possible to comment on the tasks, this would allow to have a greater colleboration between teams. otherwise if not introduce a system of comments in the tasks, create a topic for each task (section chosen at the time of opening the task), a bit 'as it does with downloads and support topics.

    Do you already have plans for such an implementation?

    Hello, there are no further development plans yet. Perhaps I will include your request in the next version.

  7. 4 minutes ago, OptimusBain said:

    Большое спасибо. Я добавил / tasks после моего .com / домена. Я получил ошибку «Запрошенная страница не существует». Я проверил, есть ли у администратора права на просмотр задач и всего остального. Все выглядит хорошо, но я все равно получаю эту ошибку 😞

    Perhaps in your case the url will be like this

    site.com/index.php?/tasks

     

  8. 1 hour ago, OptimusBain said:

    Thanks a lot for this great new application. Dummy question, sorry 😞  How can I use it on the front-end? I can't see any option. I created a task board but I don't where and how I can add a new task on the front-end. Is there any instructions on how to do it? Thanks for everything.

    Hello, you can add an item to the menu in the ACP > Menu Manager > Add item > Tasks, or just go to the url: site.com/tasks

  9. 3 hours ago, SourenM said:

    Это все конечно классно, но как ограничить доступ со стороны?

    Admin CP → System → Applications → Task Manager → Module Task boards → Permissions

  10. On 8/2/2021 at 10:40 AM, Darth Vortex said:

    The bot token is correct. 

    Web login is currently available on domain.com for ApexBot

    Also tried...

    https://domain.com/
    https://domain.com/oauth/
    https://domain.com/oauth/callback/

    Hello, I checked the work on the test site - it works correctly. Step by step, the setup looks like this:

    1. Send to Botfather: /newbot and give it a name.
    2. Next, it will ask for the name of the bot. For example: site_bot.
    3. Next /setdomain to Botfather and enter the name of the site, for example: https://site.com
    4. Copy bot name and HTTP API.

     

×
×
  • Create New...