Author Topic: Site Suggestions  (Read 314914 times)

Offline Dan

  • Administrator
  • Dansdeals Lifetime 50K Diamond Elite
  • **********
  • Join Date: May 2008
  • Posts: 67599
  • Total likes: 16912
  • 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 #40 on: February 03, 2015, 11:43:47 PM »
I mean is there a link that I can use to access reseller on my phone without having to change my default theme.
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 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 #41 on: February 03, 2015, 11:52:54 PM »
I mean is there a link that I can use to access reseller on my phone without having to change my default theme.
no but
you can change only yours by going to your profile look & layout change theme you don't have to change the global settings
or you can view from your pc by clicking ctrl+shift+I emulate & then refresh
you can install switch permission mod register a dummy user with reseller as theme
(wondering why you wouldn't change your default theme you can always change back)
["-"]

Offline Dan

  • Administrator
  • Dansdeals Lifetime 50K Diamond Elite
  • **********
  • Join Date: May 2008
  • Posts: 67599
  • Total likes: 16912
  • 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 #42 on: February 03, 2015, 11:54:42 PM »
I don't care for the reseller on PC.  Wouldn't mind having it on my phone, but I'm not about to change that option every time I switch from PC to mobile.
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 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 #43 on: February 03, 2015, 11:59:28 PM »
I don't care for the reseller on PC.  Wouldn't mind having it on my phone, but I'm not about to change that option every time I switch from PC to mobile.
i agree with you there's a mod that detects & changes your theme if it's a mobile device, it should work with your version.
["-"]

Offline Dan

  • Administrator
  • Dansdeals Lifetime 50K Diamond Elite
  • **********
  • Join Date: May 2008
  • Posts: 67599
  • Total likes: 16912
  • 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 #44 on: February 04, 2015, 12:16:32 AM »
you gotta add your ddf stars
take away the avatar from mobile devices
in Themes/Reseller/css/index.css?fin20
Find:
Code: [Select]
.poster li.avatar
{
overflow: hidden;
padding: 0;
}

Add this below it:

Code: [Select]
@media (max-width: 992px)
{
.poster li.avatar
{
display: none;
}
}
the nav bar you can play around /fixed/fade etc
Done.

How do we change that symbol to DansDeals.com Hat Tips?
Can we switch the stars for elite title?
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 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 #45 on: February 04, 2015, 12:59:11 AM »
find in Display.template.php
      
Code: [Select]
// Show the member's custom title, if they have one.
if (!empty($message['member']['title']))
echo '
<li class="title">', $message['member']['title'], '</li>';
Add after:

   
Code: [Select]
// Show the member's primary group (like 'Administrator') if they have one.
if (!empty($message['member']['group']))
echo '
<li class="membergroup">', $message['member']['group'], '</li>';
Search:

   
Code: [Select]
// Show the stars if they are not in a group.
echo '
<li class="stars">', $message['member']['group_stars'], '</li>';
Add before:

      
Code: [Select]
// Show the post group if and only if they have no other group or the option is on, and they are in a post group.
if ((empty($settings['hide_post_group']) || $message['member']['group'] == '') && $message['member']['post_group'] != '')
echo '
<li class="postgroup">', $message['member']['post_group'], '</li>';
["-"]

Offline Dan

  • Administrator
  • Dansdeals Lifetime 50K Diamond Elite
  • **********
  • Join Date: May 2008
  • Posts: 67599
  • Total likes: 16912
  • 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 #46 on: February 04, 2015, 01:06:56 AM »
Title showing now, but so are the stars.

Any way to get rid of the stars?
Any way to get rid of signatures? Seems to clutter it up.

Looking good from my phone though!
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 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 #47 on: February 04, 2015, 01:07:34 AM »
Can we switch the stars for elite title?
you want to switch or add?
["-"]

Offline Dan

  • Administrator
  • Dansdeals Lifetime 50K Diamond Elite
  • **********
  • Join Date: May 2008
  • Posts: 67599
  • Total likes: 16912
  • 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 #48 on: February 04, 2015, 01:08:20 AM »
you want to switch or add?
Don't really need the stars, better with less clutter I think.
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 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 #49 on: February 04, 2015, 01:25:27 AM »
i didn't test these but they don't hurt, you can always take off the /* comment */
remove stars by adding /* ......... */
Code: [Select]
     /* // Show the stars if they are not in a group.
            echo '
                        <li class="stars">', $message['member']['group_stars'], '</li>'; */

more then half way through
 
Code: [Select]
  /*     // Show the member's signature?
            if (!empty($message['member']['signature']) && empty($options['show_no_signatures']) && $context['signature_enabled'])
               echo '
                           <div class="signature" id="msg_', $message['id'], '_signature">', $message['member']['signature'], '</div>'; */
["-"]

Offline bingit

  • Dansdeals Platinum Elite
  • ****
  • Join Date: Jan 2014
  • Posts: 316
  • Total likes: 2
  • DansDeals.com Hat Tips 0
    • View Profile
  • Location: bradley beach, NJ
Re: Site Suggestions
« Reply #50 on: February 04, 2015, 01:34:45 AM »
Why is it coming up in a different format when I go onto forums from my android phone? Is it a new thing or just a temporary glitch??

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 #51 on: February 04, 2015, 01:36:02 AM »
Why is it coming up in a different format when I go onto forums from my android phone? Is it a new thing or just a temporary glitch??
i guess it works
["-"]

Offline bingit

  • Dansdeals Platinum Elite
  • ****
  • Join Date: Jan 2014
  • Posts: 316
  • Total likes: 2
  • DansDeals.com Hat Tips 0
    • View Profile
  • Location: bradley beach, NJ
Re: Site Suggestions
« Reply #52 on: February 04, 2015, 01:47:59 AM »
Is there any way for me to see it In the good old format? This way is too cluttered. .....

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 #53 on: February 04, 2015, 01:56:29 AM »
Don't really need the stars, better with less clutter I think.
Ok the names have to go next to the post as it takes up too much space on top of each post and it ruins the flow
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 #54 on: February 04, 2015, 06:11:05 AM »
Is there any way for me to see it In the good old format? This way is too cluttered. .....
(is it really more cluttered or you're not used to it? it takes most text & transfers into small buttons or images. maybe you don't like that it's responsive, so you don't get to see the full page at once, but it's readable from any device, no need to pinch & zoom)
go to profile > look & layout > current theme > change >
choose SMF Default Theme - Curve, save
let me know if it made a difference

are you one of the 4 people using the old theme? does it say in the footer "by Daniiel" ?
« Last Edit: February 04, 2015, 07:52:08 AM by yesitsme »
["-"]

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 #55 on: February 04, 2015, 07:58:55 AM »
dan, last few edits where done server side if you want that from a desktop it should have sig, star, you can remove from mobile devices using css media query
« Last Edit: February 04, 2015, 10:16:59 AM by yesitsme »
["-"]

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 #56 on: February 04, 2015, 08:27:39 PM »
got tired?
["-"]

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 #57 on: February 04, 2015, 09:39:37 PM »
got tired?
Dono but there are few problems with that theme
1. Cant ignore topics
2. Mark as read
3. Mark all as read
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 #58 on: February 04, 2015, 10:15:27 PM »
please explain
["-"]

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 #59 on: February 05, 2015, 11:30:26 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
["-"]