Thread Closed 

Suggestion for a way to make @mentioning easier
#11
(10-11-2021, 06:41 AM)Kyng Wrote: Indeed, I should also thank @ loves2chat for suggesting it... I was going to have to do this anyway at some point, but he gave me the small push I needed to do it :lol: !
Yesss! Thank you for suggesting this @ loves2chat !
Commissions open! | My bases! | My art/writing! | My AMA!
Sealand E mare libertas!
Latest art piece:
[Image: 100px-Argenta_2024.png][Image: 100px-Naomi-Argenta.png]
NO DMs, PLEASE. I'M NOT ACTIVE ENOUGH.
[-] The following 1 user Likes Detective Osprey's post:
  • loves2chat

#12
Just as an update: last week got a bit busy for me (with my sister being at home), but I still intend to do this in the near future :P . The main thing I haven't done yet is fixed the opening/closing quotes bug, which I simply haven't had a chance to do properly. But once I've done that and got the fix working on the test board, I'll probably transfer it all across :) .
[Image: XJXXxYq.png]

Board Information and Policies
Affiliation | Coffee Credits | Ranks and Awards | Name Changes
Account Deletion | BBCode Reference


Moonface (in 'Woman runs 49 red lights in ex's car')' Wrote: If only she had ran another 20 lights. :hehe:

(Thanks to Nilla for the avatar, and Detective Osprey for the sig!)

#13
Just had another look at this.

Unfortunately, I could not find a way to solve the opening/closing quotes bug (on mobiles), so we may just have to bring the new system over with that bug still in place, and tell mobile users that typing out their mentions manually won't work (i.e. they'll have to use the auto-complete pop-up).
[Image: XJXXxYq.png]

Board Information and Policies
Affiliation | Coffee Credits | Ranks and Awards | Name Changes
Account Deletion | BBCode Reference


Moonface (in 'Woman runs 49 red lights in ex's car')' Wrote: If only she had ran another 20 lights. :hehe:

(Thanks to Nilla for the avatar, and Detective Osprey for the sig!)

#14
Thanks for the update and the hard work you do behind the secenes to keep this place running smoothly. :)
Some people make the world more special just by being in it. :D
[-] The following 2 users Like loves2chat's post:
  • Detective Osprey, Kyng

#15
Don't worry: I haven't forgotten about this :lol: . I did mean to implement it eventually, but those plans obviously got thrown into disarray by my break.

Nevertheless, I'll see if I can put it up soon. I'll be off work for all of next week, and I should be able to slot it in somewhere :) .
[Image: XJXXxYq.png]

Board Information and Policies
Affiliation | Coffee Credits | Ranks and Awards | Name Changes
Account Deletion | BBCode Reference


Moonface (in 'Woman runs 49 red lights in ex's car')' Wrote: If only she had ran another 20 lights. :hehe:

(Thanks to Nilla for the avatar, and Detective Osprey for the sig!)

#16
(12-22-2021, 09:45 PM)Kyng Wrote: Don't worry: I haven't forgotten about this :lol: . I did mean to implement it eventually, but those plans obviously got thrown into disarray by my break.

Nevertheless, I'll see if I can put it up soon. I'll be off work for all of next week, and I should be able to slot it in somewhere :) .

No worries and understand given that you have been on a break. All you do behind the scenes and for the community as a whole is really appreciated. :)
Some people make the world more special just by being in it. :D

#17
@ Kyng: I don't know how useful this is, but try playing around with this to help position the mention me menu better:
 
Code:
$('#cke_1_contents iframe').contents().find('html').keyup(function() {
    if ($('div.mentionme_popup').is(':visible')) {
        $(this).on('mousemove', function(e) {
            var x = e.clientX;
            var y = e.clientY;
            $('div.mentionme_popup').css({
                'left': x + 'px',
                'top': y + 'px'
            });
        });
    }
});
[Image: jCodesAdBar.png]

#18
This is an excellent suggestion, @ loves2chat.

Mentions on mobile have always been terribly annoying and the reason for which I seldom used them.
Coffee Coffee ~~Powered by C8H10N4O2~~ Coffee Coffee

[Image: F1s-VRh7-X0-AAXZc5.webp]

#19
@ Cory: Thanks :) . I'll look into that if I have any trouble with the positioning of the mentions box on the new code.

@ Moonshroom: Yeah, this should definitely make mentioning easier on mobile. Sorry that I haven't implemented it yet: it's one of those things that I completely forgot about :( !
[Image: XJXXxYq.png]

Board Information and Policies
Affiliation | Coffee Credits | Ranks and Awards | Name Changes
Account Deletion | BBCode Reference


Moonface (in 'Woman runs 49 red lights in ex's car')' Wrote: If only she had ran another 20 lights. :hehe:

(Thanks to Nilla for the avatar, and Detective Osprey for the sig!)
[-] The following 1 user Likes Kyng's post:
  • Moonshroom

#20
I had a bit of time this morning - so, this has now been implemented:

https://tch-forum.com/showthread.php?tid=11810

If you have any further feedback, then it should go either in the linked announcement thread, or in the Bugs/Issues thread. But, now that the suggestion itself has been implemented, I'll lock this thread.

Thanks for the suggestions, everyone :) !
[Image: XJXXxYq.png]

Board Information and Policies
Affiliation | Coffee Credits | Ranks and Awards | Name Changes
Account Deletion | BBCode Reference


Moonface (in 'Woman runs 49 red lights in ex's car')' Wrote: If only she had ran another 20 lights. :hehe:

(Thanks to Nilla for the avatar, and Detective Osprey for the sig!)


Thread Closed 


Forum Jump:


Users browsing this thread: 1 Guest(s)