Forums

RS-Linkify Thread is sticky

Quick find code: 261-262-33-65181208

Indecent Act

Indecent Act

Posts: 7,456 Rune Posts by user Forum Profile RuneMetrics Profile
@Chives, the main forum page will reload the page, this is intentional but not permanent (it's a temporary measure to get around some limitations I was having).

Aside from that, the only way I can reproduce what you describe is buy clicking links before the page has fully loaded. If the page hasn't 100% loaded then RS-Linkify hasn't had a chance to do it's thing and you'll get the normal page load.

Basically pages can be interactive yet not fully loaded, this is a problem for me since RS-Linkify waits for the full loading of the page.

I have some room to play with so I can get RS-Linkify to attach a little sooner, I'll see if that makes a difference. I can't be 100% sure that's the cause of what you describe but it's a good place to start.

As for character limit, I wasn't aware it wasn't working consistently so I'll take a look at that.

Thanks very much for trying it out and for your feedback, it will definately go into improving things :)

17-Nov-2013 23:35:19

Ryan M
May Member 2008

Ryan M

Posts: 3,095 Adamant Posts by user Forum Profile RuneMetrics Profile
Char limit doesn't seem to be working all the time for me. It only works on a hard refresh. Whenever a thread dynamically loads, for some reason the post forgets about certain objects. Like how it hides the emoticons (setting I'm not seeing?).

Temporary fix (?):

$(
"#charlimit_text_a"
).keyup(function(){
$(
"#charlimit_count_a"
).text(2000 - $(this).val().length);
});

17-Nov-2013 23:43:22

Indecent Act

Indecent Act

Posts: 7,456 Rune Posts by user Forum Profile RuneMetrics Profile
@Ryan M, Oh wow I didn't notice the emoticons. Okay I know what to do, I had to solve the issue with the BB code buttons.

I have to re-inject the scripts, since extensions are sandboxed that might be my issue, or I need to append the elements and not use innerHTML. Not sure but I'll work it out.

I'll have a fix for this later today, thanks very much for mentioning that, I can't believe I missed it.

Edit: Character limit is working but only with custom avatars. Bad oversight on my part since I use custom avatar. I'll have that sorted with the along with the emoticons later today :)

18-Nov-2013 00:33:53 - Last edited on 18-Nov-2013 00:51:13 by Indecent Act

Gecko

Gecko

Posts: 10,976 Opal Posts by user Forum Profile RuneMetrics Profile
@Indecent Act just a little suggestion but maybe for the rs linkify an addition could be added to give us an option to allow us to input a colour code to make our words as such on the forum an automatic colour.
such as
would automaticly show up as the code so we can post like it

The little add on would be for the rs-linkify chrome extention

Also i hope you don't mind but if been posting the rs linkify thing on my twitter account and more people have been install and using it. :)

18-Nov-2013 00:52:38 - Last edited on 18-Nov-2013 00:54:20 by Gecko

Indecent Act

Indecent Act

Posts: 7,456 Rune Posts by user Forum Profile RuneMetrics Profile
Gecko said :
@Indecent Act just a little suggestion but maybe for the rs linkify an addition could be added to give us an option to allow us to input a colour code to make our words as such on the forum an automatic colour.
such as [limegreen][/limegreen] would automaticly show up as the code so we can post like it

The little add on would be for the rs-linkify chrome extention

Also i hope you don't mind but if been posting the rs linkify thing on my twitter account and more people have been install and using it. :)



I do have some plans similar to what you suggest, it was discussed briefly a while ago. I plan on giving the option to choose/customise colours I have an example here

A possible method exists to auto add colours (depends on size of signature) see here

I can provide an option to insert the colour tags automatically and I'll work on this very soon.

And of course I don't mind you posting RS-Linkify on your twitter, tbh I'm honoured that you do :)

18-Nov-2013 02:09:38

Charles
Dec Member 2023

Charles

Posts: 9,155 Rune Posts by user Forum Profile RuneMetrics Profile
Charles said :
nvm fixed
Indecent Act said :
^
That was easy!

Though I'm curious what it was :)


Whenever I had the new Linkify Sidebar open, any post I submitted was getting my custom avatar code injected into it, even though I had it disabled.

My fix was to completely remove the avatar code number from the text box, preventing it from accessing it.

18-Nov-2013 02:11:46

Indecent Act

Indecent Act

Posts: 7,456 Rune Posts by user Forum Profile RuneMetrics Profile
Oh thanks Charles, I'll have a look at that and make it behave :)

Edit: Hmmm I'm not getting that behaviour but I'm currently using a test version so I guess next update it should be sorted :)

18-Nov-2013 02:40:29 - Last edited on 18-Nov-2013 02:41:41 by Indecent Act

Indecent Act

Indecent Act

Posts: 7,456 Rune Posts by user Forum Profile RuneMetrics Profile
^ I just did an update, pages load faster for me too :)

Version 2.0.8.6

- Return of the smiley button
- Fixed character limit
- Fixed a minor bug with disabled avatar codes
- Fixed some other little things, can't remember them but that were trivial

18-Nov-2013 06:25:21

Quick find code: 261-262-33-65181208 Back to Top