Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

LowEndTalk v3 Discussion - Bye OSQA, Back to Forums Again

12346»

Comments

  • I'm fairly certain it was intentional, @drmike. If offers/sales threads could be bumped back up to the top, providers could easily circumvent the "once every X days" rule simply by commenting in their own threads.

  • @Aldryic said: I'm fairly certain it was intentional, @drmike. If offers/sales threads could be bumped back up to the top, providers could easily circumvent the "once every X days" rule simply by commenting in their own threads.

    I haven't thought about that. +1

  • Well then how about a new posts option then?

    We have providers already bumping their own threads even with the current setup.

    Just hard to find all of the new threads and discussions.

  • jenokjenok Member, Host Rep

    @Aldryic said: I'm fairly certain it was intentional, @drmike. If offers/sales threads could be bumped back up to the top, providers could easily circumvent the "once every X days" rule simply by commenting in their own threads.

    How about
    1. Thread bumped up when thread starter reply own thread after 14 days, otherwise it stay there.
    2. Thread bumped up when other user reply on the thread.

  • @LowEndAdmin, I;m getting 503 Bad Gateway errors on the old v2 site:

    http://v2.lowendtalk.com/

  • @drmike yeah me too.. but with 502 Bad Gateway errors.. :P

    @drmike said: @LowEndAdmin, I;m getting 503 Bad Gateway errors on the old v2 site:

  • It's back! The good ol' v2...

    Thanked by 3djvdorp drmike jamson
  • This is going to sound silly and I don;t know if it's an option but for whomever is coming in, being able to do up a (for example) @buyvm mention and have it show up in @Francisco queue would be a huge plus.

  • @drmike, only if we can say your name and see the name of your company too.

  • @Naruto said: @drmike, only if we can say your name and see the name of your company too.

    You start to be annoying, @Naruto

    Thanked by 1yomero
  • @Naruto said: only if we can say your name and see the name of your company too.

    No, I mean it would be easier to reference the name of the company and have the person representing that company get the notice.

  • @drmike said: No, I mean it would be easier to reference the name of the company and have the person representing that company get the notice.

    I'll make this happen for you. Watch me.

  • NarutoNaruto Member
    edited January 2012

    @LowEndAdmin, please go into /applications/conversations/models/class.conversationmessagemodel.php

    Find line 266. You will see the following:

    +++++++++++++++++++++++++++

         foreach ($NotifyUserIDs as $NotifyUserID) {
            if ($Session->UserID == $NotifyUserID)
               continue; // don't notify self.
    
            // Notify the users of the new message.
            $ActivityID = $ActivityModel->Add(
               $Session->UserID,
               'ConversationMessage',
               '',
               $NotifyUserID,
               '',
               "/messages/{$ConversationID}#{$MessageID}",
               FALSE
            );
    

    +++++++++++++++++++++++++++

    Change it to this:

    +++++++++++++++++++++++++++

         foreach ($NotifyUserIDs as $NotifyUserID) {
            if ($Session->UserID == $NotifyUserID)
               continue; // don't notify self.
    
            //Start Naruto's Edit
            //Francisco's userid is 12.
            //buyvm is not a user, register it, replace ### with it's userid.
            if ($NotifyUserID == '###') {
               $NotifyUserID = '12';
            }
            //End Naruto's Edit
    
            // Notify the users of the new message.
            $ActivityID = $ActivityModel->Add(
               $Session->UserID,
               'ConversationMessage',
               '',
               $NotifyUserID,
               '',
               "/messages/{$ConversationID}#{$MessageID}",
               FALSE
            );
    

    +++++++++++++++++++++++++++

    You're welcome. I used Window's Grep and looked up "activity" in a /vanilla/ folder I unzipped. Dat easy.

  • FranciscoFrancisco Top Host, Host Rep, Veteran

    That seems excessive code wise, maybe there's a way to have alias/notifications of sorts?

    Granted, it'd need something quirky, or block a user named 'buyvm' from signing up.

    Francisco

  • I could code that too, @Francisco. LEA would have to be willing to:

    1) Add the field 'alias' to his user tables.

    2) Add in modifications that use the string instead of the UserID, but check if that string has a UserID via an added set of MySQL queries I could throw in there. If the string has a UserID, notify the user as usual.

    If it does not have a UserID, check the 'alias' fields for the string with a different set of MySQL queries. Upon a match it grabs the user's ID and notifies them as usual.

    We could also edit the account settings pages to include a field called "Alias:" with an input area that submits the alias string to the field using another MySQL query.

    Those two simple steps. I could setup a test vanilla forum and get it working 100% then submit the changes to him if he'd like me to. He could even try it out on mine first.

  • @LowEndAdmin please make it so we can change our avatars without signing up for gravatar. Like this.

  • Y'know, the guy did say that one of the reasons he was stepping out was from lack of time. Bombarding him with projects and change requests on the eve of his final bow is kindof a dick move =\

  • NarutoNaruto Member
    edited January 2012

    I'll show you a dick move.

  • @Francisco said: That seems excessive code wise, maybe there's a way to have alias/notifications of sorts?

    And this was not just for them. Just saying in general. Say for like Hostigation as well.

    @Aldryic said: Y'know, the guy did say that one of the reasons he was stepping out was from lack of time.

    That's why I said for the new admin.

  • Then maybe we need corp. membership with keywords alert :) Or not.

Sign In or Register to comment.