Author Topic: Site Suggestions  (Read 314801 times)

Offline yesitsme

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Dec 2014
  • Posts: 5020
  • Total likes: 2237
  • DansDeals.com Hat Tips 4
  • Gender: Male
    • View Profile
Re: Site Suggestions
« Reply #60 on: February 08, 2015, 12:38:24 AM »
you can replace
Themes/Reseller/images/on.png
with attached to better differentiate between read/unread
["-"]

Offline yesitsme

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Dec 2014
  • Posts: 5020
  • Total likes: 2237
  • DansDeals.com Hat Tips 4
  • Gender: Male
    • View Profile
Re: Site Suggestions
« Reply #61 on: February 08, 2015, 11:45:28 PM »
to take care of your hat store
Display.template.php
Beginning on line 12:
find
Code: [Select]
// Is karma display enabled?  Total or +/-?
         if ($modSettings['karmaMode'] == '1')
            echo '
                        <li class="karma"><img src="',$settings['images_url'] ,'/karma.png" />  ', $message['member']['karma']['good'] - $message['member']['karma']['bad'], '</li>';
         elseif ($modSettings['karmaMode'] == '2')
            echo '
                        <li class="karma"><img src="',$settings['images_url'] ,'/karma.png" />  +', $message['member']['karma']['good'], '/-', $message['member']['karma']['bad'], '</li>';

         // Is this user allowed to modify this member's karma?
         if ($message['member']['karma']['allow'])
            echo '
                        <li class="karma_allow">
                           <a href="', $scripturl, '?action=modifykarma;sa=applaud;uid=', $message['member']['id'], ';topic=', $context['current_topic'], '.' . $context['start'], ';m=', $message['id'], ';', $context['session_var'], '=', $context['session_id'], '">', $modSettings['karmaApplaudLabel'], '</a>
                           <a href="', $scripturl, '?action=modifykarma;sa=smite;uid=', $message['member']['id'], ';topic=', $context['current_topic'], '.', $context['start'], ';m=', $message['id'], ';', $context['session_var'], '=', $context['session_id'], '">', $modSettings['karmaSmiteLabel'], '</a>
                        </li>';

replace with

Code: [Select]
// Is karma display enabled?  Total or +/-?
         if ($modSettings['karmaMode'] == '1')
            echo '
                        <li class="karma">', $modSettings['karmaLabel'], ' ', $message['member']['karma']['good'] - $message['member']['karma']['bad'], '</li>';
         elseif ($modSettings['karmaMode'] == '2')
            echo '
                        <li class="karma">', $modSettings['karmaLabel'], ' +', $message['member']['karma']['good'], '/-', $message['member']['karma']['bad'], '</li>';

         // Is this user allowed to modify this member's karma?
         if ($message['member']['karma']['allow'])
            echo '
                        <li class="karma_allow">
                           <a href="', $scripturl, '?action=modifykarma;sa=applaud;uid=', $message['member']['id'], ';topic=', $context['current_topic'], '.' . $context['start'], ';m=', $message['id'], ';', $context['session_var'], '=', $context['session_id'], '">', $modSettings['karmaApplaudLabel'], '</a>
                           <a href="', $scripturl, '?action=modifykarma;sa=smite;uid=', $message['member']['id'], ';topic=', $context['current_topic'], '.', $context['start'], ';m=', $message['id'], ';', $context['session_var'], '=', $context['session_id'], '">', $modSettings['karmaSmiteLabel'], '</a>
                        </li>';

then design
css/index.css
find
Code: [Select]
.poster li.karma
{ font-size: 1.6em;
   border-bottom: 1px solid rgba(51,51,51,0.1);

replace with

Code: [Select]
.poster li.karma
{ margin: 0;
   padding: 5px 0;
   border: none;
   border-radius: 0 0 0 0;
   background: #3a3a3a;
   color: #7CFC00;
 }
["-"]

Offline yesitsme

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Dec 2014
  • Posts: 5020
  • Total likes: 2237
  • DansDeals.com Hat Tips 4
  • Gender: Male
    • View Profile
Re: Site Suggestions
« Reply #62 on: February 08, 2015, 11:52:07 PM »
there's another way you could get to your hat store W/O reserving karma for admin
by adding custom profile, permissions set to edit admin, all groups can view display on post with icons,
you get the same result and you gain the likes everyone asks for
« Last Edit: February 09, 2015, 12:06:26 AM by yesitsme »
["-"]

Offline yakov116

  • Dansdeals Lifetime Platinum Elite
  • *******
  • Join Date: May 2014
  • Posts: 1556
  • Total likes: 205
  • DansDeals.com Hat Tips 1
  • Gender: Male
    • View Profile
Re: Site Suggestions
« Reply #63 on: February 11, 2015, 02:47:57 PM »
Dono but there are few problems with that theme
1. Cant ignore topics
2. Mark as read
3. Mark all as read

can you please confirm if your problem was solved or not

Thanks, everything looks good.
Money talks...mine says goodbye!

Offline yesitsme

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Dec 2014
  • Posts: 5020
  • Total likes: 2237
  • DansDeals.com Hat Tips 4
  • Gender: Male
    • View Profile
Re: Site Suggestions
« Reply #64 on: February 22, 2015, 01:29:07 AM »
when you load forums.dansdeals.com/ om a mobile device does it look look like the check or the X ?  ;)
["-"]

Offline avadah

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Sep 2012
  • Posts: 2516
  • Total likes: 38
  • DansDeals.com Hat Tips 0
    • View Profile
  • Location: Jerusalem
Re: Site Suggestions
« Reply #65 on: February 22, 2015, 04:26:02 AM »
How do I see a list of topics I'm subscribed to?

Offline TimT

  • Dansdeals Lifetime 20K Presidential Platinum Elite
  • ********
  • Join Date: Dec 2013
  • Posts: 22077
  • Total likes: 7130
  • DansDeals.com Hat Tips 12
    • View Profile
Re: Site Suggestions
« Reply #66 on: February 22, 2015, 07:42:14 AM »
How do I see a list of topics I'm subscribed to?
For a list of notifications, profile-account settings-modify profile-notifications

Offline lubaby

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Jun 2010
  • Posts: 5335
  • Total likes: 736
  • DansDeals.com Hat Tips 12
    • View Profile
Re: Site Suggestions
« Reply #67 on: February 22, 2015, 10:12:49 AM »
For a list of notifications, profile-account settings-modify profile-notifications
And for the simple way, here's a link:
http://forums.dansdeals.com/index.php?action=profile;area=notification

Online username

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Jul 2008
  • Posts: 4530
  • Total likes: 602
  • DansDeals.com Hat Tips 14
  • Gender: Male
    • View Profile
  • Location: C Heights
  • Programs: ┌──────────────────┐ │───> Ữ₴ΣЯИΛΜӘ <─── │ └──────────────────┘
Re: Site Suggestions
« Reply #68 on: February 22, 2015, 01:06:18 PM »
Is there anyway to search a specific user's post. Like i know that Dan posted something recently about United, is there any way to search his posts?
^^^

Offline TimT

  • Dansdeals Lifetime 20K Presidential Platinum Elite
  • ********
  • Join Date: Dec 2013
  • Posts: 22077
  • Total likes: 7130
  • DansDeals.com Hat Tips 12
    • View Profile
Re: Site Suggestions
« Reply #69 on: February 22, 2015, 01:08:55 PM »
Is there anyway to search a specific user's post. Like i know that Dan posted something recently about United, is there any way to search his posts?
Click on his username

Online username

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Jul 2008
  • Posts: 4530
  • Total likes: 602
  • DansDeals.com Hat Tips 14
  • Gender: Male
    • View Profile
  • Location: C Heights
  • Programs: ┌──────────────────┐ │───> Ữ₴ΣЯИΛΜӘ <─── │ └──────────────────┘
Re: Site Suggestions
« Reply #70 on: February 22, 2015, 01:12:53 PM »
Click on his username
I am aware of that. but is there anyway to search it after i am viewing his posts?
^^^

Offline Achas Veachas

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Jul 2012
  • Posts: 4399
  • Total likes: 114
  • DansDeals.com Hat Tips 3
    • View Profile
    • Torah && Tech
Re: Site Suggestions
« Reply #71 on: February 22, 2015, 01:30:49 PM »
In the advanced search options there's an option to search posts from a certain user.

Offline avadah

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Sep 2012
  • Posts: 2516
  • Total likes: 38
  • DansDeals.com Hat Tips 0
    • View Profile
  • Location: Jerusalem
Re: Site Suggestions
« Reply #72 on: February 22, 2015, 01:42:37 PM »

Offline nocknock

  • Dansdeals Platinum Elite
  • ****
  • Join Date: Jun 2012
  • Posts: 463
  • Total likes: 8
  • DansDeals.com Hat Tips 4
    • View Profile
Re: Site Suggestions
« Reply #73 on: February 22, 2015, 08:05:49 PM »
I doubted that's possible. That you should be able to check what tips the username gave.

Offline benjie1305

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Dec 2013
  • Posts: 5844
  • Total likes: 17
  • DansDeals.com Hat Tips 15
  • Gender: Male
    • View Profile
  • Location: NY Area
Re: Site Suggestions
« Reply #74 on: February 22, 2015, 08:12:50 PM »
I doubted that's possible. That you should be able to check what tips the username gave.

Not really but I guess you could search here or do an advanced search in that thread by Username if you know who's tips you are looking for.
Work hard, Play harder!

Offline Achas Veachas

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Jul 2012
  • Posts: 4399
  • Total likes: 114
  • DansDeals.com Hat Tips 3
    • View Profile
    • Torah && Tech
Re: Site Suggestions
« Reply #75 on: February 22, 2015, 08:22:12 PM »
I doubted that's possible. That you should be able to check what tips the username gave.
Search the Main Site for the users name (works only if he never changed his name in the past...

Offline 3yummyboys

  • Dansdeals Lifetime Platinum Elite
  • *******
  • Join Date: Apr 2013
  • Posts: 1736
  • Total likes: 32
  • DansDeals.com Hat Tips 0
    • View Profile
Re: Site Suggestions
« Reply #76 on: February 27, 2015, 11:31:29 AM »
I thought you can't change your username?

Offline Achas Veachas

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Jul 2012
  • Posts: 4399
  • Total likes: 114
  • DansDeals.com Hat Tips 3
    • View Profile
    • Torah && Tech
Re: Site Suggestions
« Reply #77 on: February 27, 2015, 11:33:40 AM »
I thought you can't change your username?
In the olden days you were able to.

Offline etech0

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2013
  • Posts: 12861
  • Total likes: 3316
  • DansDeals.com Hat Tips 1
    • View Profile
  • Location: not lakewood
  • Programs: DDF
Re: Site Suggestions
« Reply #78 on: April 20, 2015, 01:50:39 PM »
It would be great to have a keyboard shortcut to go to the next page of a thread. Not sure if that's possible, but I'm just saying.

PS: Thanks to Dan and Mods for a great forum!
Workflowy. You won't know what you're missing until you try it.

Offline yesitsme

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Dec 2014
  • Posts: 5020
  • Total likes: 2237
  • DansDeals.com Hat Tips 4
  • Gender: Male
    • View Profile
Re: Site Suggestions
« Reply #79 on: April 20, 2015, 02:28:50 PM »
It would be great to have a keyboard shortcut to go to the next page of a thread. Not sure if that's possible, but I'm just saying.

PS: Thanks to Dan and Mods for a great forum!
it's definitely possible
and here its actually done # 0 (wap browsers)
« Last Edit: April 20, 2015, 02:57:29 PM by yesitsme »
["-"]