Unanswered forum topics https://iflychat.com/forum/unanswered/feed?forum=All en Block Direct Messaging From Certain Users https://iflychat.com/forum/general-discussion/block-direct-messaging-certain-users <section class="field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above view-mode-teaser clearfix"> <h2 class="field-label">Forums:&nbsp;</h2> <ul class="field-items"> <li class="field-item even" rel="sioc:has_container"> <a href="/forums/general-discussion" typeof="sioc:Container sioc:Forum" property="rdfs:label skos:prefLabel" datatype="">General discussion</a> </li> </ul> </section> <div class="field field-name-body field-type-text-with-summary field-label-hidden view-mode-teaser"><div class="field-items"><div class="field-item even" property="content:encoded"><p>Is it possible to block receiving direct messages from certain users based on their name or defined role? I am using the Wordpress plug-in.</p> </div></div></div> Fri, 03 Apr 2015 02:17:19 +0000 sanglucci 670 at https://iflychat.com bug report https://iflychat.com/forum/report-bug/bug-report <section class="field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above view-mode-teaser clearfix"> <h2 class="field-label">Forums:&nbsp;</h2> <ul class="field-items"> <li class="field-item even" rel="sioc:has_container"> <a href="/forums/report-bug" typeof="sioc:Container sioc:Forum" property="rdfs:label skos:prefLabel" datatype="">Report a Bug</a> </li> </ul> </section> <div class="field field-name-body field-type-text-with-summary field-label-hidden view-mode-teaser"><div class="field-items"><div class="field-item even" property="content:encoded"><p>in group chat when i put my username colour it wont stay it just back to black</p> </div></div></div> Sat, 21 Feb 2015 15:31:15 +0000 snitch567 660 at https://iflychat.com Emebed the mobile chat in a WordPress page https://iflychat.com/forum/general-discussion/emebed-mobile-chat-wordpress-page <section class="field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above view-mode-teaser clearfix"> <h2 class="field-label">Forums:&nbsp;</h2> <ul class="field-items"> <li class="field-item even" rel="sioc:has_container"> <a href="/forums/general-discussion" typeof="sioc:Container sioc:Forum" property="rdfs:label skos:prefLabel" datatype="">General discussion</a> </li> </ul> </section> <div class="field field-name-body field-type-text-with-summary field-label-hidden view-mode-teaser"><div class="field-items"><div class="field-item even" property="content:encoded"><p>Hi, it's possible to embed the chat as it appears on mobile version inside a page and to disable the automatica chat button on mobile so I can add a link to the previous page? I would like to create a bottom page menu bar (like in mobile apps) with few links, one to the chat page.<br /> If possible the chat page should be a wordpress page so I can have the top bar.<br /> Thank you!</p> </div></div></div> Sat, 03 Jan 2015 18:00:08 +0000 periodofertile 652 at https://iflychat.com Bugs In Server/Developer Console https://iflychat.com/forum/report-bug/bugs-serverdeveloper-console <section class="field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above view-mode-teaser clearfix"> <h2 class="field-label">Forums:&nbsp;</h2> <ul class="field-items"> <li class="field-item even" rel="sioc:has_container"> <a href="/forums/report-bug" typeof="sioc:Container sioc:Forum" property="rdfs:label skos:prefLabel" datatype="">Report a Bug</a> </li> </ul> </section> <div class="field field-name-body field-type-text-with-summary field-label-hidden view-mode-teaser"><div class="field-items"><div class="field-item even" property="content:encoded"><p>I was alerted by one of my techs today about two separate issues in developer console.<br /> 1- I am getting a server error. </p> <p> Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at <a href="http://api2.iflychat.com/chat/261/6ctc61m6/xhr_str">http://api2.iflychat.com/chat/261/6ctc61m6/xhr_str</a>... This can be fixed by moving the resource to the same domain or enabling CORS. </p> <p>  </p></div></div></div> Thu, 02 Oct 2014 19:35:23 +0000 kalypso_oneroi 613 at https://iflychat.com messages grouped by name rather than id https://iflychat.com/forum/report-bug/messages-grouped-name-rather-id <section class="field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above view-mode-teaser clearfix"> <h2 class="field-label">Forums:&nbsp;</h2> <ul class="field-items"> <li class="field-item even" rel="sioc:has_container"> <a href="/forums/report-bug" typeof="sioc:Container sioc:Forum" property="rdfs:label skos:prefLabel" datatype="">Report a Bug</a> </li> </ul> </section> <div class="field field-name-body field-type-text-with-summary field-label-hidden view-mode-teaser"><div class="field-items"><div class="field-item even" property="content:encoded"><p>If 2 users have the same name and and they post messages tot he chat, the aggregation function in the chat agregates them together as if they wer ethe same user. The messages kept seperate, because if one changes their name later the are no longer co-mingled.<br /> This could be a problem because it would allow a normal user to spoof an admin.</p> </div></div></div> Mon, 10 Feb 2014 05:28:31 +0000 TheGameCrafter 447 at https://iflychat.com Possible Bug: reversed attributes https://iflychat.com/forum/report-bug/possible-bug-reversed-attributes <section class="field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above view-mode-teaser clearfix"> <h2 class="field-label">Forums:&nbsp;</h2> <ul class="field-items"> <li class="field-item even" rel="sioc:has_container"> <a href="/forums/report-bug" typeof="sioc:Container sioc:Forum" property="rdfs:label skos:prefLabel" datatype="">Report a Bug</a> </li> </ul> </section> <div class="field field-name-body field-type-text-with-summary field-label-hidden view-mode-teaser"><div class="field-items"><div class="field-item even" property="content:encoded"><p>In the Drupal 7 module there are these entries:<br /> 'clear' =&gt; $form_state['values']['drupalchat_allow_single_message_delete'],<br /> 'delmessage' =&gt; $form_state['values']['drupalchat_allow_clear_room_history'],<br />  <br /> It seems that drupalchat_allow_single_message_delete should go with delmessage and  drupalchat_allow_clear_room_history should go with clear, whereas now they are reversed. Am I correct in my assumption?</p> </div></div></div> Mon, 10 Feb 2014 02:25:33 +0000 TheGameCrafter 445 at https://iflychat.com Notify https://iflychat.com/forum/request-feature/notify <section class="field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above view-mode-teaser clearfix"> <h2 class="field-label">Forums:&nbsp;</h2> <ul class="field-items"> <li class="field-item even" rel="sioc:has_container"> <a href="/forums/request-feature" typeof="sioc:Container sioc:Forum" property="rdfs:label skos:prefLabel" datatype="">Request a Feature</a> </li> </ul> </section> <div class="field field-name-body field-type-text-with-summary field-label-hidden view-mode-teaser"><div class="field-items"><div class="field-item even" property="content:encoded"><p>I'd want to have a sound notify when there is a new user on chat and also an other sodun when someone open my private chat and not only when he write something.<br /> Thank You</p> </div></div></div> Wed, 22 Aug 2012 10:24:42 +0000 barretta 79 at https://iflychat.com block user https://iflychat.com/forum/request-feature/block-user <section class="field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above view-mode-teaser clearfix"> <h2 class="field-label">Forums:&nbsp;</h2> <ul class="field-items"> <li class="field-item even" rel="sioc:has_container"> <a href="/forums/request-feature" typeof="sioc:Container sioc:Forum" property="rdfs:label skos:prefLabel" datatype="">Request a Feature</a> </li> </ul> </section> <div class="field field-name-body field-type-text-with-summary field-label-hidden view-mode-teaser"><div class="field-items"><div class="field-item even" property="content:encoded"><p>After the request to can ban some users it would be usefull that there could be the possibility to not receive private messages from a specific user for example.</p> <p> </p> </div></div></div> Tue, 21 Aug 2012 11:03:17 +0000 barretta 77 at https://iflychat.com chat group https://iflychat.com/forum/request-feature/chat-group <section class="field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above view-mode-teaser clearfix"> <h2 class="field-label">Forums:&nbsp;</h2> <ul class="field-items"> <li class="field-item even" rel="sioc:has_container"> <a href="/forums/request-feature" typeof="sioc:Container sioc:Forum" property="rdfs:label skos:prefLabel" datatype="">Request a Feature</a> </li> </ul> </section> <div class="field field-name-body field-type-text-with-summary field-label-hidden view-mode-teaser"><div class="field-items"><div class="field-item even" property="content:encoded"><p>I'd like to have the possibility to chat not only one to one and in public but to create a new chat room on that i can invite who i want .<br /> So after this operation there will be an other chat room on the box except the public chatroom by default</p> </div></div></div> Tue, 21 Aug 2012 11:01:25 +0000 barretta 76 at https://iflychat.com Bot in chat https://iflychat.com/forum/request-feature/bot-chat <section class="field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above view-mode-teaser clearfix"> <h2 class="field-label">Forums:&nbsp;</h2> <ul class="field-items"> <li class="field-item even" rel="sioc:has_container"> <a href="/forums/request-feature" typeof="sioc:Container sioc:Forum" property="rdfs:label skos:prefLabel" datatype="">Request a Feature</a> </li> </ul> </section> <div class="field field-name-body field-type-text-with-summary field-label-hidden view-mode-teaser"><div class="field-items"><div class="field-item even" property="content:encoded"><p>Iìd like to have a bot on chat that answer at specific question or keywords to have a better activity of my site with the users.</p> </div></div></div> Tue, 21 Aug 2012 10:47:35 +0000 barretta 73 at https://iflychat.com