mIRC Home    About    Download    Register    News    Help

Active Threads | Unanswered Past 24 hours | Past 48 hours | Past Week | Past Month | Past Year
General Discussion Jump to new posts
Request for padding in post composition textarea Iire Yesterday at 08:56 PM
Hey Khaled, I have a quick request regarding the forum's styling:

Could you add a little bit of padding via CSS to the #texteditor textarea element where posts are composed please? As it is right now, if the text cursor is at the beginning of the line, it will be flush with the left border of the textarea, making it impossible to tell which line you're writing at until you start typing or move the cursor forwards. This is especially problematic when trying to write, for example, longer posts with empty lines between paragraphs.

To demonstrate, there is no way to tell which line my text cursor is at here: [Linked Image from i.postimg.cc]
Until I type, say, a few spaces: [Linked Image from i.postimg.cc]

Hopefully, this would be an an easy fix to implement. Thank you.
0 25 Read More
Scripts & Popups Jump to new posts
BADNICK JOIN/NICKCHANGE Fernet 13/03/25 12:26 PM
I found an addon that on nick join/nick change , check the nick and if a nick has a badword receive a kick:

Code
  if ($regex($nick,/(BADWORD|BADWORD|BADWORD|BADWORD|BADWORD|and so on...)/)) { mode # +bb $+(*,$regml(1),*!*@*) $address($nick,2) | kick # $nick bad nickname  detected } 

I wish it to check a file badnick.txt, so no need to add a lot of words in addon. Something like:

Code
  if ($regex($nick,($read(bnicks.txt,%x) iswm $nick))) { mode # +bb $+(*,$regml(1),*!*@*) $address($nick,2) | kick # $nick bad nickname  detected } 

What do You think?
Thanks
0 53 Read More