. .
ShallHelp

×


| Home | home
| Consumers |
| Quote |
| Licensed Professionals |
| Clients |

| EXPLORE |
| Community / Forum |
| Articles / Blogs |
| Members Chat |

| MY ACCOUNT | person
| Sign In or Register |
| Missions |
| Tech Team |

7 thoughts on “Session: Oct. 2 2020, Friday

  1. Group Chat : Welcome to the Chat Forum! Chat sessions are automatically erased every 60 minutes. Just select the REFRESH link above to go to the latest chat session. We are glad you are here!

    SysAdmin6.49

    SysAdminIt should auto delete 7.09

    SysAdminbut i forced refreshed it

    SysAdminso it might be 7.49

    DBAwho else is here? Can u put the online members?

    DBAhi

    DBAThe script of CW is erroring out

    SysAdminrefresh

    SysAdminIt should auto delete 7.09

    SysAdminearlier, it was 13 hours, i checked CW codes on the functions file. But this version of the chat is lower than the one at SH

    SysAdminand even lower than the one at CLG

    SysAdminbell

    DBA7.05

    DBA7.06

    DBA7.07

    DBA7.08

    DBAmaybe its 7.49

    DBAits 7.09 now

    DBAdo u have to do a cron for this?

    DBA7.10

    DataBaseAdministratorI changed my Display Name

    AmateurDataBaseAdministratormade it longer testing

    Amateur Data Base Administratornow with spaces

    Amateur Data Base AdministratorWe have to put a limit on the display name characters

    SysAdminok I put 12

    SysAdmin12

    Amateur Data Base AdministratorSee if it cuts ot3

    Amateur Data Base Administratorit

    1234567890 234567890ow about now

    1234567890 234567890not doing anythiong bro

    1234567890 234567890 1234567890 234567890this is dangerous testing

    SysAdmin7.46

    SysAdminshould b 7.49

    SysAdminMaybe the 360 chat limit can help

    SysAdminit s set at 360

    DBA7.58 hello!

    DBAit didn’t refresh. Maybe we should up the chat version

    12345678901234567850it’s not cutting

    12345678901234567850 12345678901234567850 12345678901234567850 12345678901234567850crazy dangerous

    DBAback

    SysAdminasasdsd

    12323435q34qwvqwerbwerbWR etsfa sdfawrabsdbt

    12323435q34qwvqwerbwerbWR etQWEqweQVWEqwr

    DBAYikes

    SysAdminnot refreshing!!!

    1234567890 1234567890zdgdg

    SysAdminThis did not refresh at all!

    SysAdminI guess we just use the MAIN?

    DBAOne last check! Maybe the other DEVs can help

    DBAI’ll change my Display name again to a ridiculously long name for a screenshot

    BruteSquadHahaha! Nice Display Name!

    CrisW And a Ridiculously Long Name that is more than 84 characters long and countinghow about this?

    BruteSquadLOL!

    TestingUI like my name …

    ModeratorWe should put our avatars or pictures here. This will get confusing real real quick! With CrisW ridiculously long name!

    PrayerHostMod, that will use up CW’s character limit here! Hahahaha!

    ShallHelpYes, I’m confused already…

    CrisWLooks like the alphabet now!!! LOL!

    ConsultantThat’s right!!!! Cris, remember your program that converts DNA to RNA? LOL!

    ConsultantWe need our avatars!

    ConsultantI am the nicer looking shade of green

    Bible.StudyI am the better looking B !

    DeveloperI see CW now scratching her head ….

    DeveloperWho is going to copy this conversation into a post?

    DeveloperSys, can u up the number for the Avatars?

    SysAdmin : upped

    Developer : Ok. I’ll copy paste this then. Maybe CW took another worship break

    CrisW And a Ridiculously Long Name that is more than 84 characters long and counting : Still here…

    CrisW And a Ridiculously Long Name that is more than 84 characters long and counting : DEV, copy this. M taking screenshots

    CrisW And a Ridiculously Long Name that is more than 84 characters long and counting : dangerous ….

    DBACOOL!

  2. I was at another site and I noticed that there were spammers spamming, and then I thought about how they were able to get through the spam filters. So I thought we also need to test ours. Once I noticed it’s a definite vulnerability I shut down registration HERE, and the other portals. I’ll note what else I find out on this thread.

    I have written some code snippets for the past 48 hours, which chops down the characters. But on the chat, that’s a different code snippet I need to figure out.

  3. I also put SH under maintenance. The other software I put in there, automatically caught the other hacker that follows me around. I made it in such a way that they cannot even VIEW the website. LOL!

  4. So, for a possible solution, I’ll ask help from the other Devs. 🙂

    It’s all a form and need to be able to put a limit on form itself.

    On the chat box, I put a limit of 360 characters, and that setting works. Anything above that, if u r chatting on a mobile phone, won’t appear. And the other users get pushed up and out of the chat box.

    I just have to figure out how or where to change the setting on the forum, and also on the chat for the username fields.

    There are thousands upon thousands of lines of code. And I have to “read” it to see and understand the functionality of every function and code dependencies.

    Thanks all for helping!!!

    Taking screenshots now because I will change my Display Name

  5. Title (so it can get crawled): Long Display Name will break the design of the forum.  (Workaround I will share with other Admins)

    Disclaimer:  We found out this issue & this is the tested solution I came up with.  It works on OUR site, it might not work on yours (we have very minimal plugins on our site and a very simple WP theme). Just thought I would share it here with other admins.  🙂 

    How to fix the Post Author Box, for those who might use super long Display Names. 

    Here’s the code I used and have tested to work for our site:

    Go to: 

    1. Forum Dashboard

    2. Settings

    3. On the Styles tab, in the Custom CSS Code box, use the code below:

    /*Automatically adjust long Display Names to responsively fit - PROFILE PAGE*/

    div.profile-display-name{
    white-space: wrap !important;
    max-width: 80% !important;
    width: 80% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    }

    4. Scroll down and click the Update Options button. 

    5. Go to the Front End of the Forum, press Control Key + F5 to refresh the page. 

    I will also attach the BEFORE and AFTER code screenshots. 

    Hope this helps someone.  Good luck and God bless you! 🙂   

  6. How to fix the Profile Account Page, for those who might use super long Display Names. 

    Here’s the code I used and have tested to work for our site:

    Go to: 

    1. Forum Dashboard

    2. Settings

    3. On the Styles tab, in the Custom CSS Code box, use the code below:

    /*Automatically adjust long Display Names to responsively fit - PROFILE PAGE*/

    div.profile-display-name{
    white-space: wrap !important;
    max-width: 80% !important;
    width: 80% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    }

    /*Avatar on - PROFILE PAGE*/
    div.h-picture{
    white-space: wrap !important;
    max-width: 40% !important;
    width: 40% !important;
    }

    4. Scroll down and click the Update Options button. 

    5. Go to the Front End of the Forum, press Control Key + F5 to refresh the page. 

    I will also attach the BEFORE and AFTER code screenshots. 

    Hope this helps someone.  Good luck and God bless you! 🙂   

Comments are closed.