Jump to content

Arahnid

Members
  • Posts

    23
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Arahnid reacted to CheersnGears in Current stable release: 4.5.1 - Error ACP Admin   
    It changes everything to dynamic, which is the latest default for Barracuda anyway.  If your other CMS can handle dynamic, there shouldn't be any harm in allowing those rows to go dynamic.
  2. Like
    Arahnid reacted to CheersnGears in Current stable release: 4.5.1 - Error ACP Admin   
    For those of you who have SSH access, I've created a bash script.
    You'll need your database name, database user, and database password.
    Unzip this file, edit the file to replace the database name (without quotes), username (with quotes) and password (with quotes)
    Upload it to a directory and run ./compact2dynamic.sh
    delete the file when it is finished.
    Some tables will take a significant amount of time to complete. My Search Index table took 20 minutes.
    After it is complete, run an Optimize Table on all tables (I use phpMyAdmin for this) and all should be well. 
    This script worked just fine on my setup and removed the warning in the control panel about the compact row types.  As always Caviar Empty... or whatever.
    compact2dynamic.zip
  3. Thanks
    Arahnid reacted to Scrinn in TDB Posts (41x)   
    Will this be updating to 4.5? Really enjoyed this plugin 😄
  4. Thanks
    Arahnid reacted to Victormax in TDB Posts (41x)   
    +1
  5. Like
    Arahnid reacted to Mousie in TDB Posts (41x)   
    Hey @TDBF! Love this mod. Way better than the stock topic feed!
    Some things I would love to see in a future version:
    Exclude forums to pull topics from (for when you've only got a small number of forums you don't want to appear in the result, and a LOT that you do!) List topics containing a particular tag (for when the tag is more important than the forum container) List topics with less than X replies (for singling out topics that haven't had enough love yet) Thanks for your awesome work so far!
  6. Like
    Arahnid reacted to TheJackal84 in Chat Application ( Support Topic )   
    most of my stuff get's extended constently, bare in mind I have over 30 apps and plugins I need to maintain not just 1, so far about 8 new features have been added for this app but I don't release apps with 1 silly addition just to make people keep visiting the file and re-downloading it, Once I am happy it's worth a update they will get released
  7. Thanks
    Arahnid reacted to TheJackal84 in Chat Application ( Support Topic )   
    it uses the IPS stuff so that if installing on different themes, as long as they stick to the IPS styles there will be no black theme with a white chatroom etc, there are always many ways to do it via custom.css example if you wanted to edit rows you can use
    ul#ajaxRefresh > li { // YOUR STUFF HERE } that will allow you to edit the message rows
    or you could do
    body[data-pageapp="chatapp"] li.ipsColumns.ipsBox { // YOUR CODE HERE } the code above will only be activated on the chat application pages
    so use
    body[data-pageapp="chatapp"] before any code and it will only be used on the chat application pages
  8. Thanks
    Arahnid reacted to Claudia999 in Chat Application ( Support Topic )   
    Hi @TheJackal84
    many thanks for your work.
    1) Do you plan a counter in the menu how much members are in chatrooms as described by @AlexWebsites?

    2) I think all users should be in the "Who's online"-list. Could you implement a setting if users can be anonym in chatroom or not?
    3) We don't want to have chat messages in search, activity and so on. Is it possible?
    4) If an user enters a chatroom all old messages should be killed. The chatroom should be empty. Is it possible?
     
  9. Like
    Arahnid reacted to TheJackal84 in Chat Application ( Support Topic )   
    it's something I can look into to add to a update if that's a feature you would like, I can add a setting so if others don't want to use it, it can be enabled / disabled
×
×
  • Create New...