Forum changes, requests and features

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Forum changes, requests and features

Re: Forum changes, requests and features

Post by SOTE » 22 Jul 2019, 03:38

ahk7 wrote:
19 May 2019, 03:31
What problems does it solve is probably a better question. It is none of Google's (or other third party) business that people visit this website I think - and visitors should be informed (in Europe it would be required to do so + given the option to opt-out). Perhaps it came as default with the cloudflare script. Perhaps you can "opt-out" of those defaults there and only use the script code you need for cloudflare - I see no point at all for a google translate script being loaded to be honest. Hardenize seems new as well? (such info cloudflare/hardenize etc should be in a websites privacy statement). I'm guessing there are quite a few European visitors. Just an observation. Edit: I can understand the need for security measures needed against certain users of course.
tank wrote:
20 May 2019, 09:30
I have ALWAYS tracked every visit as it is built into this and most other bulletin boards, so did poly, so did Chris. If you think other sites dont you are naive. but with google analytics i get helpful insights on legit and ill-legit traffic. If you dont like translations that is fine but i have to be able to read all forums. i suspect others do as well. it hurts nothing and at least helps a few. you can always disable it. Hardenize isn't tracking, it scans the site for weaknesses and is a helpful tool for me to keep you safe.
On the point of Google Translate, I kind of thought that was a good idea, since this website has multiple languages. To include that it's use is optional. There appears to be almost no getting around Google anyway, because websites will want to optimize their presence on Google.

I think people understand if visiting the AutoHotkey website, there are cookies or other features that might do tracking. However, most people are probably concerned about 3rd party IP addresses and companies that are performing tracking and data collection. Google and Cloudfare (which the AutoHotkey website uses) is one thing, but other companies (particularly involved in tracking and data collection) would be something else.

Re: Forum changes, requests and features

Post by joedf » 19 Jul 2019, 16:23

Agreed... Oh wait, my bad. I thought they were simply not defined so all I did was append the rules somewhere, so they must be still overwritten somewhere.
I dont have much time now, I'll come back to this. thanks for reporting! :+1:

EDIT: updated digi postlink styles!

Re: Forum changes, requests and features

Post by Flipeador » 18 Jul 2019, 16:41

Well, IMO with one dark theme and one light theme is enough. I only use Digi, the other dark ones look very ugly to me.
ok, the change should be live
Did you write .postlink:visited and .postlink:hover again?, you just had to change the content. I'm asking because the color of .postlink:visited doesn't seem to have changed... :crazy: I'm sorry, I just don't understand much about this... :) You're the expert. :thumbup: :salute:

Re: Forum changes, requests and features

Post by joedf » 18 Jul 2019, 16:06

okay, i just find digi updates a little annoying... because I have to update 6 themes manually...

Edit: ok, the change should be live :+1:

Re: Forum changes, requests and features

Post by Flipeador » 18 Jul 2019, 15:09

@joedf It's OK. The important thing is the second code (related to this).

Re: Forum changes, requests and features

Post by joedf » 18 Jul 2019, 15:04

@swagfag It's always been like that. I dont know if that's the intended behaviour. I didn't make spoiler3 myself...
@Flipeador errr.... I mean.. I can add it if you really want me to, but I think this is somewhat out of scope. This should be done w/ the Stylish extension or something... ?

Re: Forum changes, requests and features

Post by Flipeador » 17 Jul 2019, 15:01

Image

Code: Select all

/* https://stackoverflow.com/questions/6008324/fade-effect-on-link-hover */
a, li, button
{
    background-color: transparent;
    -o-transition:color .4s ease-out, background 1s ease-in, border .4s ease-in;
    -ms-transition:color .4s ease-out, background 1s ease-in, border .4s ease-in;
    -moz-transition:color .4s ease-out, background 1s ease-in, border .4s ease-in;
    -webkit-transition:color .4s ease-out, background 1s ease-in, border .4s ease-in;
    /* ...and now override with proper CSS property */
    transition:color .4s ease-out, background .4s ease-in, border .4s ease-in;
}

Code: Select all

 .postlink:visited {
  border-bottom-color: #a4a7ab;
  color: #7D94BD; }

.postlink:hover {
  background-color: #20242D;
  padding: 0px 1px;
  border-radius: 2px;
  color: #c35824; }

Re: Forum changes, requests and features

Post by swagfag » 17 Jul 2019, 11:42

is spoiler3's click supposed to be toggleable? right now it gets stuck in the open state if u click it once
Image

Re: Forum changes, requests and features

Post by joedf » 17 Jul 2019, 11:11

Updated! :+1:

Also, i've fixed spoiler3 :)

Re: Forum changes, requests and features

Post by Flipeador » 16 Jul 2019, 15:58

@joedf Thank you, now the text is visible. :thumbup:
I think it would look better like this (fits better with the forum theme):
Image
:wave:

Re: Forum changes, requests and features

Post by joedf » 16 Jul 2019, 09:38

ok, updated. You might not like the colours... just suggest some if it bothers you. thanks :+1:

Re: Forum changes, requests and features

Post by Flipeador » 12 Jul 2019, 14:43

Please fix spoilers (Digi theme), the button text is not visible, and the height should be reduced.
Also, the the inline code tag still looks bad...
Attachments
2019-07-12_163806.jpg
2019-07-12_163806.jpg (2.36 KiB) Viewed 6582 times

Re: Forum changes, requests and features

Post by joedf » 01 Jun 2019, 18:41

I reduced the height of the inline code tags :+1:

Re: Forum changes, requests and features

Post by tank » 20 May 2019, 09:30

I have ALWAYS tracked every visit as it is built into this and most other bulletin boards, so did poly, so did Chris. If you think other sites dont you are naive. but with google analytics i get helpful insights on legit and ill-legit traffic. If you dont like translations that is fine but i have to be able to read all forums. i suspect others do as well. it hurts nothing and at least helps a few. you can always disable it. Hardenize isn't tracking, it scans the site for weaknesses and is a helpful tool for me to keep you safe.

Re: Forum changes, requests and features

Post by ahk7 » 19 May 2019, 03:31

What problems does it solve is probably a better question. It is none of Google's (or other third party) business that people visit this website I think - and visitors should be informed (in Europe it would be required to do so + given the option to opt-out). Perhaps it came as default with the cloudflare script. Perhaps you can "opt-out" of those defaults there and only use the script code you need for cloudflare - I see no point at all for a google translate script being loaded to be honest. Hardenize seems new as well? (such info cloudflare/hardenize etc should be in a websites privacy statement). I'm guessing there are quite a few European visitors. Just an observation. Edit: I can understand the need for security measures needed against certain users of course.

Re: Forum changes, requests and features

Post by swagfag » 16 May 2019, 17:36

margin 1px, border-radius 2px, padding 1px 2px

Re: Forum changes, requests and features

Post by tank » 16 May 2019, 16:41

what problems are they causing

Re: Forum changes, requests and features

Post by ahk7 » 16 May 2019, 12:47

Is it me or are there now Google scripts (analytics, tagmanagers etc) loaded via Cloudflare - there didn't used to be afaik - no tracking/stats until recently. Don't enjoy Google scripts very much.

Re: Forum changes, requests and features

Post by Flipeador » 16 May 2019, 08:15

Could the height of the inline code tag be reduced?. I'm using the Digi board style. I would also appreciate an answer regarding the above.
Attachments
2019-05-16_101049.jpg
2019-05-16_101049.jpg (6.1 KiB) Viewed 5693 times

Re: Forum changes, requests and features

Post by Drugwash » 01 May 2019, 04:47

What's with that google translate toolbar iframe at the top? I don't wanna see ANYTHING google on my computer(s)! Either make it optional (through user's control panel) or remove it altogether. Whoever needs translation can send/paste a link in their own browser's context-menu/toolbar/bookmark/whatever.
And no, disabling it permanently in the "options" won't work because I NEVER keep cookies from one session to another.

Top