Homepage bugz December 31, 2013, 09:10:20 am Mainly for @Spuds The boxes on the homepage are not equal in width (blame me ), this should fix it:Code: (home.css) [Select].box div { width: 100%;}
Re: Homepage bugz Reply #1 – December 31, 2013, 09:16:22 am https://github.com/elkarte/elkarte.net emanuele whistles innocently And we need two addons:1) mark as solved,2) topics labels. (Or I could just finish the tags addon I was working on )
Re: Homepage bugz Reply #2 – December 31, 2013, 09:56:36 am Quote from: TE – December 31, 2013, 09:10:20 amMainly for @Spuds The boxes on the homepage are not equal in width (blame me ), this should fix it:Code: (home.css) [Select].box div { width: 100%;}All updated. I also had to add the additional browser box-sizing tags, at least in FF the layout was, well not box sized. Should be all good now. Still chasing around a few bugs from the directory moves, probably need to add in a redirect directive for all the links that are now wrong
Re: Homepage bugz Reply #3 – December 31, 2013, 10:01:54 am Quote from: emanuele – December 31, 2013, 09:16:22 amhttps://github.com/elkarte/elkarte.net emanuele whistles innocently And we need two addons:1) mark as solved,2) topics labels. (Or I could just finish the tags addon I was working on )It was never clear to me what that was for So that should reflect what we have installed on the site? (so adding in the new home page and css should be done in that repo?) Do you know if those mods licensed so we can convert them?
Re: Homepage bugz Reply #4 – January 01, 2014, 04:50:58 am Quote from: Spuds – December 31, 2013, 09:56:36 amAll updated. I also had to add the additional browser box-sizing tags, at least in FF the layout was, well not box sized. Should be all good now. great.Quote from: emanuele – December 31, 2013, 09:16:22 amhttps://github.com/elkarte/elkarte.net emanuele whistles innocently And we need two addons:1) mark as solved,2) topics labels. (Or I could just finish the tags addon I was working on )yep, both addons would help a lot.. "topic solved" is from @[SiNaN] (still have a copy here), we should ask him regarding the license elkarte.net repo: Totally forgot that repo but it is completely outdated anyway. I think we'd need something which automatically synchronizes that repo with the server website. Dunno if Github (api) or the server supports that?
Re: Homepage bugz Reply #5 – January 01, 2014, 06:51:38 am @Spuds yes, I think the idea was to have it sync'ed with the live site providing a way to easily replicate it.@TE we have to improve the @ thingy not to stop when non-alphabetic chars are used, otherwise [SiNaN] will never get the notification...
Re: Homepage bugz Reply #6 – January 01, 2014, 09:04:23 am Quote from: emanuele – January 01, 2014, 06:51:38 am@Spuds yes, I think the idea was to have it sync'ed with the live site providing a way to easily replicate it.Should be possible with the API or just the basic commands I would think. A site to github, one way thing.Quote from: emanuele – January 01, 2014, 06:51:38 am@TE we have to improve the @ thingy not to stop when non-alphabetic chars are used, otherwise [SiNaN] will never get the notification... Do you know if the restriction is in our code or in the atwho code? Quotetopic solved" is from @[SiNaN] (still have a copy here), we should ask him regarding the license In looking around I've found ones from [SiNaN], Grudge, Jay Bachatero, even a Simpledesk version ... They seem to have a common base and then each offer some different options. Anyway I've started on our version, hope to have the basics addon done soon so we can play with it, then we can decide what other features it may need.
Re: Homepage bugz Reply #7 – January 01, 2014, 09:14:19 am Quote from: Spuds – January 01, 2014, 09:04:23 amQuote from: emanuele – January 01, 2014, 06:51:38 am@TE we have to improve the @ thingy not to stop when non-alphabetic chars are used, otherwise [SiNaN] will never get the notification... Do you know if the restriction is in our code or in the atwho code? I think atwho... but it should be possible to "hook" into the filter... or not, I did it a while ago and already forgot almost everything. lolQuote from: Spuds – January 01, 2014, 09:04:23 amAnyway I've started on our version, hope to have the basics addon done soon so we can play with it, then we can decide what other features it may need.You are darn too fast! BTW, that would be a good way to find out if Elk needs more hooks or things like that.
Re: Homepage bugz Reply #8 – January 01, 2014, 09:46:08 am Just to note, I think I had told emanuele that he could do whatever he wanted with the Topic Solved mod and that still stands, in case you need it or a part of it.
Re: Homepage bugz Reply #9 – January 01, 2014, 10:53:32 am Quote from: [SiNaN] – January 01, 2014, 09:46:08 amJust to note, I think I had told emanuele that he could do whatever he wanted with the Topic Solved mod and that still stands, in case you need it or a part of it.Thank you !!
Re: Homepage bugz Reply #10 – January 01, 2014, 11:17:39 am :+100:Yes, now that you said I remember! (Is it not yet time for Johnny Mnemonic's technology? )
Re: Homepage bugz Reply #11 – January 01, 2014, 01:26:01 pm No problem. Just make the mentioning thing work with my name and we'll be even.
Re: Homepage bugz Reply #12 – January 01, 2014, 05:07:02 pm Done!https://github.com/emanuele45/Dialogo/commit/0267c4335dd7ef1bdf1f9fc667cba3d2002c1287
Re: Homepage bugz Reply #13 – January 01, 2014, 06:39:16 pm Thanks! I'll test it once you guys update the site.
Re: Homepage bugz Reply #14 – January 02, 2014, 05:16:58 pm QuoteBTW, that would be a good way to find out if Elk needs more hooks or things like that. It did need a few, and a few fixes / tweaks in a couple of areas ... https://github.com/elkarte/Elkarte/pull/1210The first pass of the addon is here: https://bitbucket.org/spuds_/solved-topics. Not sure what other features we want, sooooo