Beiträge von Tim

    Hallo,


    ich habe aktuell, noch immer, keine zeitlichen Ressourcen für den Chat und wie mehrfach erwähnt wird sich das auf absehbare Zeit auch nicht ändern.

    Hallo,


    wenn dir die userID reicht, dann kannst du das userList-Template bearbeiten:


    Smarty
    {if $user.userID == 1 || $user.userID == 2}
        <span class="icon icon24 fa-XXX jsTooltip" title="XXX"></span>
    {/if}

    hinter:

    Smarty
                    {if !$user.permissions.canWritePublicly}
                        <span class="icon icon24 fa-remove jsTooltip" title="{lang}chat.room.userList.mute{/lang}"></span>
                    {/if}

    Hi


    first: In case you were not aware, you can quote passages from by reply by highlighting the text with your mouse (as if you wanted to copy it) and then using the small tooltip that pops up. By replying inline with bold text you're making it hard for me to reply you, because that feature is disabled within quotes.


    NOTED! Frankly not quite sure where we got that impression - except for users being accustomed to using them as typical IRC Chat commands. ?(

    So to be clear: the capability to invite another user who may be on a different chatroom to the room you're in is not available?

    Depends on what exactly you expect from an invitation. I'll tackle the reply differently and explain what works:

    1. The whisper command works even across chat rooms. So you can simply message the person, asking them to join you.
    2. Using /where you can get a list of users within the different rooms.
    3. You can join multiple rooms within different browser tabs.

    :?:To explain why we were trying to use the /invite command: We have certain rooms that have restricted access, but occasionally would like to invite a non- authorized user in for a discussion without having to change their overall user permissions. Is there an alternative way to accomplish this?

    Not without creating a custom plugin for the chat. Invitations are only available for the creator of temporary rooms. Extending that to the regular permanent rooms comes with some large question marks regarding the correct behavior. Should the extra permissions be removed automatically? Does the moderator need to do this explicitely? Should the permission be granted only for a single use? That's why it's not there.

    We are using the correct syntax for the /whisper command and it worked well until recently. :/Also, the same error occurs if you click on a user's name while they are in the same chatroom and select 'Whisper'. Will get a screengrab if the problem persists and post here to illustrate.

    Ideally both a screenshot with the error message and the exact message as entered within the text box.

    We were using the incorrect syntax for /temproom - (we were including it in "quotes" as one would do for the /whisper command; thank you for providing the proper syntax for that

    Quotes are required for whispering only when the username contains spaces to clear any ambiguity (/whisper Tims Chat is great, am I whispering to the User 'Tim' the message 'Chat is great' or to the user 'Tims Chat' the message 'is great'?). When the username does not contain spaces you can simply write the name without quotes.

    :thumbup:Thank you again Tim for a great plug-in. Our little community would be lost without it! Keep up the good work:thumbup:

    Thank you, I appreciate it!

    Hi

    For example when trying to use these commands

    /invite

    /join

    we get error messages such as: That command does not exist

    These commands do not exist. Where did you get the impression that they do?

    We cannot create temp rooms or use the whisper command, and get an error message

    /whisper

    /temproom

    The syntax of these commands is:

    Code
    /whisper "Username" Message to be whispered
    /temproom create
    /temproom invite "Username" (this is from within the temporary room to grant access to another User)
    /temproom delete (this is from within the temporary room to delete it; the room will automatically be deleted when empty for a certain amount of time)


    Upon checking to see what commands are available (by typing / and hitting the tab key) only a few commands are listed as available:

    The chat only shows the first 5 matching completions. Type more characters to refine the selection. By the way: It can also complete the command parameters!

    Hallo,


    die Situation unverändert. Meine Aktivität in Bezug auf Pluginentwicklung läuft derzeit (und auf absehbare Zeit) auf absoluter Sparflamme. Arbeit, Studium, andere Hobbys …


    Der Chat war schon immer ein Plugin, dass ich aus eigener Notwendigkeit entwickelt habe. Zur Verfügung stellen war da einfach sinnvoll, er war ja eh da. Diese Funktion ist aber eine, die ich selbst (bzw. die Community in der sie eingesetzt wird) nicht benötige. Der Chat an sich läuft aber so weit stabil, dass da keine Änderungen notwendig sind.

    Hallo,


    ich habe mich nicht damit beschäftigt. Aus dem Stegreif heraus kann ich aber sagen, dass es äußerst unwahrscheinlich ist, dass diese Funktion kommt.

    Hallo,


    du musst eine veraltete Version der Sprachdateien haben. Der Fehler existiert in der aktuellen Version des Chats (RC 3) nicht mehr.