Author Topic: Site Suggestions  (Read 322168 times)

Offline Yammer

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Aug 2015
  • Posts: 3727
  • Total likes: 217
  • DansDeals.com Hat Tips 1
    • View Profile
Re: Site Suggestions
« Reply #800 on: February 20, 2018, 05:59:44 PM »

Offline aygart

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: May 2008
  • Posts: 18350
  • Total likes: 14548
  • DansDeals.com Hat Tips 14
    • View Profile
    • Lower Watt Energy Brokers
  • Programs: www.lowerwatt.com
Re: Site Suggestions
« Reply #801 on: February 20, 2018, 06:00:38 PM »

Figured they are more likely to find it here.
Feelings don't care about your facts

Offline Dan

  • Administrator
  • Dansdeals Lifetime 50K Diamond Elite
  • **********
  • Join Date: May 2008
  • Posts: 68881
  • Total likes: 17250
  • DansDeals.com Hat Tips 16442
  • Gender: Male
    • View Profile
  • Location: CLE
  • Programs: UA GS, AA EXP, DL Dirt, Hyatt Glob, Fairmont Lifetime Plat, DD Diamond, Blocked By @NeriaKraus
Re: Site Suggestions
« Reply #802 on: February 20, 2018, 06:26:41 PM »
Figured they are more likely to find it here.
Updated.
Save your time, I don't answer PM. Post it in the forum and a dedicated DDF'er will get back to you as soon as possible.

Offline Dan

  • Administrator
  • Dansdeals Lifetime 50K Diamond Elite
  • **********
  • Join Date: May 2008
  • Posts: 68881
  • Total likes: 17250
  • DansDeals.com Hat Tips 16442
  • Gender: Male
    • View Profile
  • Location: CLE
  • Programs: UA GS, AA EXP, DL Dirt, Hyatt Glob, Fairmont Lifetime Plat, DD Diamond, Blocked By @NeriaKraus
Re: Site Suggestions
« Reply #803 on: February 20, 2018, 06:27:50 PM »
Not sure where to put this...

I wrote a little bit of CSS to align the orange NEW buttons to the right.

Screenshot:



The advantages are:
1) It looks nicer
2) I use an extension called LinkClump which allows me to drag a rectangle over a bunch of links and open them all in new tabs, so like this I can open all the new threads at once.

Here's the CSS:
Code: [Select]
a[id^="newicon"]  {
    float:right;
}

I pasted it into Stylish and set it to only run on websites that start with
Code: [Select]
http://forums.dansdeals.com/
Enjoy!
Gonna need @BAHayman or @whYME to figure out where to stick that.
Save your time, I don't answer PM. Post it in the forum and a dedicated DDF'er will get back to you as soon as possible.

Online Something Fishy

  • Global Moderator
  • Dansdeals Lifetime Presidential Platinum Elite
  • **********
  • Join Date: Jan 2011
  • Posts: 8859
  • Total likes: 6262
  • DansDeals.com Hat Tips 44
    • View Profile
    • Kosher Horizons
  • Location: Iceland
Re: Site Suggestions
« Reply #804 on: February 20, 2018, 06:32:51 PM »
I would hate that. Makes it difficult to see which thread you're clicking on.
Check out my site for epic kosher adventures: Kosher Horizons

Offline Yammer

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Aug 2015
  • Posts: 3727
  • Total likes: 217
  • DansDeals.com Hat Tips 1
    • View Profile
Re: Site Suggestions
« Reply #805 on: February 20, 2018, 06:36:47 PM »
Updated.
Should I try and have a mod delete?

Offline Yammer

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Aug 2015
  • Posts: 3727
  • Total likes: 217
  • DansDeals.com Hat Tips 1
    • View Profile
Re: Site Suggestions
« Reply #806 on: February 20, 2018, 06:40:16 PM »

Online etech0

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2013
  • Posts: 12915
  • Total likes: 3370
  • DansDeals.com Hat Tips 1
    • View Profile
  • Location: not lakewood
  • Programs: DDF
Re: Site Suggestions
« Reply #807 on: February 20, 2018, 06:48:21 PM »
I would hate that. Makes it difficult to see which thread you're clicking on.
Then how about this way?


Code: [Select]
a[id^="newicon"] {
    float: left;
    margin-right:4px;
}
Workflowy. You won't know what you're missing until you try it.

Offline whYME

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: May 2008
  • Posts: 3370
  • Total likes: 1241
  • DansDeals.com Hat Tips 3
  • Gender: Male
    • View Profile
Re: Site Suggestions
« Reply #808 on: February 20, 2018, 06:50:01 PM »
I would hate that. Makes it difficult to see which thread you're clicking on.
Is something like this better?



ETA: I see @etech0 beat me to it...

Online etech0

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2013
  • Posts: 12915
  • Total likes: 3370
  • DansDeals.com Hat Tips 1
    • View Profile
  • Location: not lakewood
  • Programs: DDF
Re: Site Suggestions
« Reply #809 on: February 20, 2018, 06:50:50 PM »
Can also include this to make the NEW buttons bigger so they're easier to click on:
Code: [Select]
a[id^="newicon"] {
    float: left;
    margin-right:4px;
}

a[id^="newicon"] img {
    height:14px;
}

Workflowy. You won't know what you're missing until you try it.

Online etech0

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2013
  • Posts: 12915
  • Total likes: 3370
  • DansDeals.com Hat Tips 1
    • View Profile
  • Location: not lakewood
  • Programs: DDF
Re: Site Suggestions
« Reply #810 on: February 20, 2018, 06:59:17 PM »
Is something like this better?



ETA: I see @etech0 beat me to it...
Just saw your ETA, but I like yours better!
Workflowy. You won't know what you're missing until you try it.

Offline whYME

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: May 2008
  • Posts: 3370
  • Total likes: 1241
  • DansDeals.com Hat Tips 3
  • Gender: Male
    • View Profile
Re: Site Suggestions
« Reply #811 on: February 20, 2018, 07:15:11 PM »
I like yours better!
Me too :)
Although I do like your idea of making the link a little bigger

Online etech0

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2013
  • Posts: 12915
  • Total likes: 3370
  • DansDeals.com Hat Tips 1
    • View Profile
  • Location: not lakewood
  • Programs: DDF
Re: Site Suggestions
« Reply #812 on: February 20, 2018, 07:50:41 PM »
Me too :)
Although I do like your idea of making the link a little bigger
:)

Can you post your CSS so I can try it out?
Workflowy. You won't know what you're missing until you try it.

Offline whYME

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: May 2008
  • Posts: 3370
  • Total likes: 1241
  • DansDeals.com Hat Tips 3
  • Gender: Male
    • View Profile
Re: Site Suggestions
« Reply #813 on: February 20, 2018, 08:04:26 PM »
Can you post your CSS so I can try it out?

I don't remember exactly but it was something like this. (I don't remember the values I used and I'm too lazy to look up the actual element ids/classes)
Code: [Select]
linkContainer {
    position: relative;
    padding-left: 50px;
}
link {
    position: absolute;
    left: 6px;
    top: 10px;
}

Online Something Fishy

  • Global Moderator
  • Dansdeals Lifetime Presidential Platinum Elite
  • **********
  • Join Date: Jan 2011
  • Posts: 8859
  • Total likes: 6262
  • DansDeals.com Hat Tips 44
    • View Profile
    • Kosher Horizons
  • Location: Iceland
Re: Site Suggestions
« Reply #814 on: February 20, 2018, 08:10:49 PM »
Then how about this way?


Code: [Select]
a[id^="newicon"] {
    float: left;
    margin-right:4px;
}

Infinitely better.
Check out my site for epic kosher adventures: Kosher Horizons

Online etech0

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2013
  • Posts: 12915
  • Total likes: 3370
  • DansDeals.com Hat Tips 1
    • View Profile
  • Location: not lakewood
  • Programs: DDF
Re: Site Suggestions
« Reply #815 on: February 20, 2018, 10:43:38 PM »
I don't remember exactly but it was something like this. (I don't remember the values I used and I'm too lazy to look up the actual element ids/classes)
Got it!
Code: [Select]
.subject.windowbg2 div{
    position: relative;
    padding-left: 50px;
}

a[id^="newicon"] {
    position: absolute;
    left: 6px;
    top: 10px;
}

a[id^="newicon"] img {
   height:14px;
}

Workflowy. You won't know what you're missing until you try it.

Offline mmgfarb

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Dec 2015
  • Posts: 8394
  • Total likes: 1110
  • DansDeals.com Hat Tips 4
    • View Profile
Re: Site Suggestions
« Reply #816 on: February 20, 2018, 11:17:03 PM »
Got it!
Code: [Select]
.subject.windowbg2 div{
    position: relative;
    padding-left: 50px;
}

a[id^="newicon"] {
    position: absolute;
    left: 6px;
    top: 10px;
}

a[id^="newicon"] img {
   height:14px;
}


That looks great!
"JS [is] a fetid cesspool of unvarnished linguistic manure, with lots of useless drivel and post-padding." -Moishebatchy

Offline Dan

  • Administrator
  • Dansdeals Lifetime 50K Diamond Elite
  • **********
  • Join Date: May 2008
  • Posts: 68881
  • Total likes: 17250
  • DansDeals.com Hat Tips 16442
  • Gender: Male
    • View Profile
  • Location: CLE
  • Programs: UA GS, AA EXP, DL Dirt, Hyatt Glob, Fairmont Lifetime Plat, DD Diamond, Blocked By @NeriaKraus
Re: Site Suggestions
« Reply #817 on: February 21, 2018, 12:07:38 AM »
Now, where do I stick that code  ???
Save your time, I don't answer PM. Post it in the forum and a dedicated DDF'er will get back to you as soon as possible.

Offline davidrotts63

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: May 2017
  • Posts: 7250
  • Total likes: 979
  • DansDeals.com Hat Tips 26
  • Gender: Male
    • View Profile
  • Programs: Hertz Gold, Hyatt Member, BA Blue, Ebay banned, Amazon Prime
Re: Site Suggestions
« Reply #818 on: February 21, 2018, 12:08:15 AM »
Now, where do I stick that code  ???
+1
(Quit) pulling out the flowers, and watering the weeds. -Peter Lynch

Online etech0

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2013
  • Posts: 12915
  • Total likes: 3370
  • DansDeals.com Hat Tips 1
    • View Profile
  • Location: not lakewood
  • Programs: DDF
Re: Site Suggestions
« Reply #819 on: February 21, 2018, 12:14:47 AM »
For yourself?

Install the Chrome extension called Stylish: https://chrome.google.com/webstore/detail/stylish-custom-themes-for/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en

Create a new script that looks like this:



(Copy and paste the code from my post upthread)

For the entire DDF community, you'll have to ask someone who knows how SMF works.
« Last Edit: February 21, 2018, 12:53:22 AM by etech0 »
Workflowy. You won't know what you're missing until you try it.