Jump to content

MrFisc

Friends
  • Posts

    184
  • Joined

  • Last visited

  • Days Won

    1

 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 MrFisc

  1. 4 hours ago, pixeldude said:

    This looks great and I’d love to buy it, but the renewal is pretty hefty at $40 per year IMO. Nice to have, but not an essential enough feature to justify the ongoing costs. ?

    The price was actually just dropped today for the renewal period to $15/6 months. ? 

  2. Version 1.0.20 released!

    Note: With this version comes a few Tasks that are used for caching the Profile Display.

    It is highly recommended that under System->Settings->Advanced Configuration you enable either `Use Cron` or `Use Web Service` for the Task Method and set it up as instructed. This way, your Tasks are not relying on traffic to your site.

    Change Log:

    1. Added profile display status caching
    2. Added Server Settings section
    3. Fixed some minor bugs.
  3. Version 1.0.19 released!

    What's New in Version 1.0.19  

    NOTE: When installing this new version you need to make sure you completely uninstall the old version first. 
    Don't upload this as a new version of the old application. 

    Change Log:

    1. Overhauled the Group Association section
    2. Added Ban and Ban List functionality
    3. Added functionality for multiple UUID's for each member.
      • Members can mange this by going to their member menu on the top right and then 'TeamSpeak Settings'.
    4. Added 'Banned' status to profile display
    5. Updated Lang file to house almost all strings associated with the application.
    6. Fixed the bug on "Send Global Message" page related to a type in the Checkbox class name.
    7. Updated the TSViewer input box to use proper syntax highlighting. 
    8. Added option to select either "Poke" or "Message" in "Send Global Message".
    9. Updated portions of the UI to look more polished.
    10. Added update URL to application so you can stay up to date.
  4. 14 hours ago, RoHAdmin said:

    having installed your app and getting the server connected to the forums.  I'm trying to associate the forum groups with TS3 groups but every time I push the save button, the group associate page reverts to all -1's 

    additionally, The Global Messages tab in admincp gives the following error

     

    We're sorry, but a temporary technical error has occurred which means we cannot display this site right now. 

    Class 'IPS\Helpers\Form\CheckBox' not found
     

    I sent you a PM

  5. 362682190_teamspeak-brands(1).png.bdb729ea8d18fff1d3fd38e0000794ac.png

     

    It's no secret that the current primary TeamSpeak Integration application is beginning to fade.

    With no updates in almost a year and a ridiculous price point of $60, it's time for something new.

     

    Click here for Something New

     

    Features

    • Display members TeamSpeak status on their profile.
      • Caching available for this feature.
    • Send global messages to TeamSpeak clients.
    • Automatically synch TeamSpeak server groups using both Profile Fields and Member Groups.
    • Integrate a TSViewer as a widget.
    • Multiple UUIDs for members.
    • TeamSpeak Ban/Unban from ACP.
    • Edit the TeamSpeak Server information from ACP.
    • Manage member UUIDs through ACP.

    Coming Soon

    • Synch forum bans with TeamSpeak bans.
    • Integrate Reputation into the TeamSpeak Server
    • TeamSpeak 5 Integration (once it's out)
    • Option to require a TeamSpeak UUID to use the forum

    Notes

    1. It is highly recommended that under System->Settings->Advanced Configuration you enable either `Use Cron` or `Use Web Service` for the Task Method and set it up as instructed. This way, your Tasks are not relying on traffic to your site.
       
    2. Members can add their TeamSpeak UUIDs by going to their member menu on the top right, and clicking 'Account Settings'. Their TeamSpeak UUIDs can be found under the 'TeamSpeak Settings' tab.

    Additional Information

    You can access the TeamSpeak Query Admin class from anywhere using the following code.

    // Connect to the TeamSpeak Server
    // (
    //   If a connection has already been established
    //   during this PHP execution session, the current
    //   connection will be used instead of a new one.
    // )
    if (! \IPS\ts3integration\TsAdmin\TsAdmin::connectIPS()) {
        $tsError = \IPS\ts3integration\TsAdmin\TsAdmin::$tsError;
        // end execution
    }
    
    // Example
    \IPS\ts3integration\TsAdmin\TsAdmin::$tsAdmin->clientGetIds("osNiXxOSdfgl5nVJdtBipg/a+E4=");

    (See http://ts3admin.info/manual/classts3admin.html for documentation)

    Attribution

×
×
  • Create New...