Damien 1,514 Report post Posted May 23, 2016 @PaasHaaSIt means you're required to have text in the editor, that's all. I think I've fixed the issue with ad blockers. Quote Share this post Link to post Share on other sites
PaasHaaS 81 Report post Posted May 23, 2016 @Damien Fixed indeed! No more comments for now then ^^ Quote Share this post Link to post Share on other sites
Damien 1,514 Report post Posted May 23, 2016 @PaasHaaSThanks a lot for the help :) Quote Share this post Link to post Share on other sites
PaasHaaS 81 Report post Posted May 24, 2016 (edited) @Damien It's a new day so err, hello?! When making a new thread, the text editor only shows very limited options: Just the 5 most basic ones in bold/italic/underline/emoticon/link. When you submit the thread and edit it afterwards however, you do get the full range of text editor options. The text editor is also quit narrow when making a new thread, until you start typing text into the editor that goes beyond its initial length, then the text box grows until you reach its maximum allowed width. Edited May 24, 2016 by PaasHaaS '" Quote Share this post Link to post Share on other sites
Damien 1,514 Report post Posted May 24, 2016 @PaasHaaSIs that on mobile or desktop? Quote Share this post Link to post Share on other sites
PaasHaaS 81 Report post Posted May 24, 2016 @Damien That's on desktop, using Firefox. Quote Share this post Link to post Share on other sites
Damien 1,514 Report post Posted May 24, 2016 @PaasHaaSCan you please screenshot both the initial editor toolbars and those you subsequently get after editing? (you can post them as attachments to your reply :p) Quote Share this post Link to post Share on other sites
PaasHaaS 81 Report post Posted May 24, 2016 @Damien Screenshots: Quote Share this post Link to post Share on other sites
Damien 1,514 Report post Posted May 24, 2016 That's kind of weird. Where do you click to start the new topic? Are there any javascript errors? Quote Share this post Link to post Share on other sites
PaasHaaS 81 Report post Posted May 24, 2016 @Damien Both the Create, Topic button at the far top of the page and the 'start new topic' button when inside a sub-forum give the limited text editor. I can't see any javascript errors. Quote Share this post Link to post Share on other sites
PaasHaaS 81 Report post Posted May 25, 2016 (edited) Just noticed something even stranger with the new topic text editor: If you click to submit topic with an error (empty title or content), you suddenly gain 3 new text editor buttons! (Quote, UL, OL) So you start off with just 5 buttons, trying to save and getting an error pushes you up to 8 buttons and after submitting and editting you get all the buttons. The same behaviour on Mobile, Firefox and Chrome. (I'm not trying IE.) Looking for errors I see 6x a ReferenceError: ADTECH is not defined and a failed link to https://www.icy-veins.com/forums/applications/core/interface/ckeditor/ckeditor/plugins/anchor/icons/anchor.png?t=G498 Edited May 25, 2016 by PaasHaaS Quote Share this post Link to post Share on other sites
Oltier 471 Report post Posted May 26, 2016 @Damien The same thing happens to me, when I resize my window's width. It looks to me, that there is an error in the responsive stylesheet, which would be responsible for replacing the toolbar into a new line on window resize. This also explains why we can only see 5 buttons on smartphone. Quote Share this post Link to post Share on other sites
Damien 1,514 Report post Posted May 27, 2016 @Oltier @PaasHaaS So, there was an issue in the CSS (part of the default CSS, that I overrode to make the Icy Veins theme). Now, the editor should have a proper width and therefore proper toolbars. I can actually define the mobile toolbars. Right now, they're at their default values, which is why they're very bare (there's a small size with 5 buttons and a middle size with 8 buttons). Which buttons do you think could be useful on mobile and tablets? (all of them?) Quote Share this post Link to post Share on other sites
Damien 1,514 Report post Posted May 27, 2016 @PaasHaaS Could you please click the ADTECH error in the console to see where exactly it comes from in the HTML. I've put stuff in place to prevent them, so it's weird that they still happen. Quote Share this post Link to post Share on other sites
PaasHaaS 81 Report post Posted May 27, 2016 9 minutes ago, Damien said: @PaasHaaS Could you please click the ADTECH error in the console to see where exactly it comes from in the HTML. I've put stuff in place to prevent them, so it's weird that they still happen. if (icy_veins_force_desktop) { ADTECH.config.placements[2766977] = { adContainerId: "index_takeover", sizeid: 16, params: { alias: '', target: '_blank' }}; ADTECH.loadAd(2766977); } else { ADTECH.config.placements['index_takeover'] = { responsive: { useresponsive: true, bounds: [ { id: 3783978, min: 0, max: 1069 }, { id: 2766977, min: 1070, max: 9999 } ] } }; ADTECH.loadAd('index_takeover'); } The error comes from the ADTECH.config.placements['index_takeover'] line. Quote Share this post Link to post Share on other sites
PaasHaaS 81 Report post Posted May 27, 2016 Oh and @Damien, as is always the case: Fix something, break something else: The side bar on the right on forums main page has dropped to below all the subforums. Quote Share this post Link to post Share on other sites
Damien 1,514 Report post Posted May 27, 2016 @PaasHaaS So I'm back where I started :p Do you get the ADTECH errors on the main site or on the forums? Quote Share this post Link to post Share on other sites
Damien 1,514 Report post Posted May 27, 2016 @PaasHaaS Ok, I fixed it now :) Quote Share this post Link to post Share on other sites
PaasHaaS 81 Report post Posted May 27, 2016 @Damien All fixed indeed! This is exactly why I will happily stick to software development though, webdesign issues like this would just suck the life right out of me. Quote Share this post Link to post Share on other sites
Damien 1,514 Report post Posted May 27, 2016 @PaasHaaS It does, it's super annoying. It does look like I've fixed most of the problems so far, though. Quote Share this post Link to post Share on other sites
Krazyito 521 Report post Posted May 27, 2016 Anyway, you can make it so that any link that points outside of the Icy Veins domain opens a new tab instead of current tab? Not sure how many people would actually like that or not. Quote Share this post Link to post Share on other sites
PaasHaaS 81 Report post Posted May 30, 2016 (edited) Happy monday! The text editor shows 4 buttons without image, to the right of the 'Insert Heroes Link'. Buttons are fimg, fdesc, nimg, ndesc. They all seem related to posting news articles, so I assume they're not supposed to be visible. Edited May 30, 2016 by PaasHaaS A letter. Quote Share this post Link to post Share on other sites
Damien 1,514 Report post Posted May 30, 2016 On 27 May 2016 at 9:42 PM, Krazyito said: Anyway, you can make it so that any link that points outside of the Icy Veins domain opens a new tab instead of current tab? Not sure how many people would actually like that or not. Is that not already the case? 13 hours ago, PaasHaaS said: Happy monday! The text editor shows 4 buttons without image, to the right of the 'Insert Heroes Link'. Buttons are fimg, fdesc, nimg, ndesc. They all seem related to posting news articles, so I assume they're not supposed to be visible. No, they weren't supposed to show up, lol :p Quote Share this post Link to post Share on other sites
drumsmani 47 Report post Posted May 31, 2016 Is it possible to have a link to "Go to first unread post" within a thread with the new forums? I think the tracking itself exists for this (if I click on the link which points to next unread topic, it takes me to the first unread post within the topic), it would just make navigating slightly easier on multi-page threads. Quote Share this post Link to post Share on other sites
Damien 1,514 Report post Posted June 1, 2016 17 hours ago, drumsmani said: Is it possible to have a link to "Go to first unread post" within a thread with the new forums? I think the tracking itself exists for this (if I click on the link which points to next unread topic, it takes me to the first unread post within the topic), it would just make navigating slightly easier on multi-page threads. It's already there, you just need to click on the indicator on the left of the thread's name (either a star if you've contributed to the topic or a disc if you haven't). It'll get you to the first unread post in the thread. Did I make sense? :p 1 Quote Share this post Link to post Share on other sites