Author Topic: Site Suggestions  (Read 312144 times)

Offline whYME

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: May 2008
  • Posts: 3213
  • Total likes: 1240
  • DansDeals.com Hat Tips 3
  • Gender: Male
    • View Profile
Re: Site Suggestions
« Reply #460 on: September 05, 2016, 05:37:40 PM »
If you code it, it will come
If I have time tonight I'll look at the plugin and see what I can do...

Offline Work-for-ur-muny

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Dec 2014
  • Posts: 3086
  • Total likes: 326
  • DansDeals.com Hat Tips 34
    • View Profile
Re: Site Suggestions
« Reply #461 on: September 05, 2016, 05:39:27 PM »
Original/C44E19:


V1/99ccff


V2/b3d9ff

Less obtrusive.

Offline Dan

  • Administrator
  • Dansdeals Lifetime 50K Diamond Elite
  • **********
  • Join Date: May 2008
  • Posts: 67555
  • Total likes: 16848
  • 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 #462 on: September 05, 2016, 05:41:03 PM »
That was the goal.
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 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 #463 on: September 05, 2016, 05:42:33 PM »
That was the goal.
Still think it should be moved to the other side
Money talks...mine says goodbye!

Offline etech0

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2013
  • Posts: 12855
  • Total likes: 3302
  • DansDeals.com Hat Tips 1
    • View Profile
  • Location: not lakewood
  • Programs: DDF
Re: Site Suggestions
« Reply #464 on: September 05, 2016, 05:43:10 PM »
Still think it should be moved to the other side
+1, but that's more complicated
Workflowy. You won't know what you're missing until you try it.

Offline Dan

  • Administrator
  • Dansdeals Lifetime 50K Diamond Elite
  • **********
  • Join Date: May 2008
  • Posts: 67555
  • Total likes: 16848
  • 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 #465 on: September 05, 2016, 05:44:27 PM »
Still think it should be moved to the other side
If you code it, it will come
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 whYME

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: May 2008
  • Posts: 3213
  • Total likes: 1240
  • DansDeals.com Hat Tips 3
  • Gender: Male
    • View Profile
Re: Site Suggestions
« Reply #466 on: September 05, 2016, 05:46:08 PM »

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 #467 on: September 05, 2016, 05:50:47 PM »

Ask yesitsme, i will ask him to post it
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 #468 on: September 05, 2016, 10:05:37 PM »
maybe change "(2 people liked this)" to just "(2 likes)"

ETA: or maybe even better just the number itself, just have "(2)"

ETA #2: when displaying the like button it should just have the number, when the button is not being displayed it should also have the word likes.
If you code it, it will come

Pretty straight forward
Location = Themes/default/languages/LikePosts.english.php:
Modify as you wish.
Code: [Select]
<?php

/**
* @package manifest file for Like Posts
* @version 2.0.5
* @author Joker (http://www.simplemachines.org/community/index.php?action=profile;u=226111)
* @copyright Copyright (c) 2014, Siddhartha Gupta
* @license http://www.mozilla.org/MPL/MPL-1.1.html
*/

/*
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Initial Developer of the Original Code is
*  Joker (http://www.simplemachines.org/community/index.php?action=profile;u=226111)
* Portions created by the Initial Developer are Copyright (C) 2012
* the Initial Developer. All Rights Reserved.
*
* Contributor(s): Big thanks to all contributor(s)
* emanuele45 (https://github.com/emanuele45)
*
*/

global $txt;

//front end strings strings
$txt['lp_string_you_liked'] = 'You liked this';
$txt['lp_string_you'] = 'You &amp;';
$txt['lp_string_other_people_liked'] = '%1$d other person liked this';
$txt['lp_string_other_multiple_people_liked'] = '%1$d other people liked this';
$txt['lp_string_people_liked'] = '%1$d person liked this';
$txt['lp_string_multiple_people_liked'] = '%1$d people liked this';

$txt['lp_like'] = 'Like';
$txt['lp_unlike'] = 'Unlike';
$txt['lp_total_likes'] = 'Total likes';
$txt['like_show_notifications'] = 'Show Likes notification';

//Admin panel strings
$txt['lp_menu'] = 'Like Posts';
$txt['lp_admin_panel'] = 'Like Posts admin panel';
$txt['lp_general_settings'] = 'General Settings';
$txt['lp_general_settings_desc'] = 'You can make all global settings for like posts from here.';
$txt['lp_permission_settings'] = 'Permission Settings';
$txt['lp_permission_settings_desc'] = 'You can make all group based permission settings for like posts from here.';
$txt['lp_recount_stats'] = 'Recount Like Stats';
$txt['lp_recount_stats_desc'] = 'Recount stats of like for forum.';
$txt['lp_mod_enable'] = 'Enable Like Post mod';
$txt['lp_mod_enable_desc'] = 'Global permission to enable/disable mod';
$txt['lp_stats_enable'] = 'Enable stats for like posts';
$txt['lp_stats_enable_desc'] = 'Global permission to enable/disable mod stats';
$txt['lp_notification_enable'] = 'Enable notification for like posts';
$txt['lp_notification_enable_desc'] = 'Global permission to enable/disable mod notification';
$txt['lp_per_profile_page'] = 'No. of likes in profile';
$txt['lp_per_profile_page_desc'] = 'No. of likes to show in profile per page';
$txt['lp_in_notification'] = 'No. of likes in notification';
$txt['lp_in_notification_desc'] = 'No. of likes to show in notifications';
$txt['lp_show_like_on_boards'] = 'Show like button on board index';
$txt['lp_show_like_on_boards_desc'] = 'Global settings to show like button board index';
$txt['lp_show_total_like_in_posts'] = 'Show total likes in posts';
$txt['lp_show_total_like_in_posts_desc'] = 'Show total likes in posts under user avatar';
$txt['lp_regular_members'] = 'Regular Members';
$txt['lp_perm_lp_can_like_posts'] = 'Can like posts';
$txt['lp_perm_lp_can_view_likes'] = 'Can view likes';
$txt['lp_perm_lp_can_view_others_likes_profile'] = 'Can view likes of other users in their profiles';
$txt['lp_perm_lp_can_view_likes_stats'] = 'Can view like stats';
$txt['lp_perm_lp_can_view_likes_notification'] = 'Can view like posts notifications';
$txt['lp_board_settings'] = 'Board Settings';
$txt['lp_board_settings_desc'] = 'Select on which boards you want to activate the mod';
$txt['lp_recount_likes'] = 'Check likes table';
$txt['lp_check_likes'] = 'Optimize and remove likes from deleted topics';

$txt['lp_recount_likes'] = 'Check likes table';
$txt['lp_check_likes'] = 'Optimize and remove likes from deleted topics';

$txt['lp_remove_duplicate_likes'] = 'Remove duplicate likes';
$txt['lp_remove_duplicate_likes_desc'] = 'Removes duplicate entries from like table';

$txt['lp_recount_total_likes'] = 'Recount members total likes';
$txt['lp_reset_total_likes_received'] = 'Reset members total likes received';

// For our beloved guests
$txt['lp_guest_permissions'] = 'Permissions for guests';
$txt['lp_perm_lp_guest_can_view_likes_in_posts'] = 'Can view like posts in topics';
$txt['lp_perm_lp_guest_can_view_likes_in_boards'] = 'Can view like posts in boards';
$txt['lp_perm_lp_guest_can_view_likes_in_profiles'] = 'Can view like posts in profiles';
$txt['lp_perm_lp_guests_can_view_likes_stats'] = 'Can view like stats';

// Profile area strings
$txt['lp_you_liked'] = 'Likes given';
$txt['lp_liked_by_others'] = 'Likes received';
$txt['lp_like_you_gave'] = 'Posts you liked';
$txt['lp_like_you_obtained'] = 'Your posts liked by others';
$txt['lp_post_info']  = 'Post info';
$txt['lp_no_of_likes'] = 'No. of Likes';

$txt['lp_tab_title'] = 'See likes';
$txt['lp_tab_description'] = 'See likes given/taken';

// Like posts stats strings
$txt['lp_stats'] = 'Like stats';
$txt['like_posts_stats_desc'] = 'Stats related to like posts';
$txt['lp_tab_mlm'] = 'Most liked message';
$txt['lp_tab_mlt'] = 'Most liked topic';
$txt['lp_tab_mlb'] = 'Most liked board';
$txt['lp_tab_mlmember'] = 'Most Liked Member';
$txt['lp_tab_mlgmember'] = 'Most Like Giving user';
$txt['lp_generic_heading1'] = 'like(s) so far';

// For message
$txt['lp_users_who_liked'] = 'users who liked this post';

// For topic
$txt['lp_most_popular_topic_heading1'] = 'The most popular topic has received';
$txt['lp_most_popular_topic_sub_heading1'] = 'The topic contains';
$txt['lp_most_popular_topic_sub_heading2'] = 'different posts. Few of the liked posts from it';

// For board
$txt['lp_most_popular_board_heading1'] = 'has received';
$txt['lp_most_popular_board_sub_heading1'] = 'The board contains';
$txt['lp_most_popular_board_sub_heading2'] = 'different topics, out which';
$txt['lp_most_popular_board_sub_heading3'] = 'topics are liked.';
$txt['lp_most_popular_board_sub_heading4'] = 'Furthermore, these topic contains';
$txt['lp_most_popular_board_sub_heading5'] = 'different posts, out of which';
$txt['lp_most_popular_board_sub_heading6'] = 'posts are liked so far. Few of the liked topics from it';

// Most liked user
$txt['lp_total_likes_received'] = 'Total Likes Received';
$txt['lp_most_popular_user_heading1'] = 'Few of users most liked posts';

// Most like giving user
$txt['lp_total_likes_given'] = 'Total Likes Given';
$txt['lp_most_like_given_user_heading1'] = 'Few of users recently liked posts';

// Like posts generic strings
$txt['lp_topic'] = 'Topic';
$txt['lp_message'] = 'Message';
$txt['lp_board'] = 'Board';
$txt['lp_total_posts'] = 'Total posts';
$txt['lp_posted_at'] = 'Posted at';
$txt['lp_read_more'] = 'read more...';
$txt['lp_submit'] = 'Submit';
$txt['lp_select_all_boards'] = 'Select all boards';

// Error msgs
$txt['lp_cannot_like_posts'] = 'You do not have the permissions to like posts.';
$txt['lp_no_access'] = 'Oops! It looks like you are not allowed to access this section';
$txt['lp_error_something_wrong'] = 'Oops! There seems to be some server error. Please contact the site administrator.';
$txt['lp_error_no_data'] = 'Sorry, it looks like there is nothing to show yet!';

// Related to notification
$txt['lp_all_notification'] = 'All Notification';
$txt['lp_my_posts'] = 'My Posts';
$txt['lp_no_notification'] = 'Nothing to show at the moment';

?>

["-"]

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 #469 on: September 05, 2016, 10:47:50 PM »
Still think it should be moved to the other side
If you code it, it will come
Location = css/LikePosts.css
Change
Code: [Select]
.like_post_box {
   line-height: 22px;
   position: relative;
   display: none;
}

To

Code: [Select]
.like_post_box {
   line-height: 22px;
   position: relative;
   display: none;
float: right;
 right: 10px;
}

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 #470 on: September 05, 2016, 10:50:48 PM »
and if
If you code it, it will come
is true...

then please implement
or you can follow this how to change one of those columns in the memberlist that are obsolete by now (AIM,YIM,MSN) apparently only the spammers use them.
this too, thanks.
["-"]

Offline myi

  • Dansdeals Lifetime 20K Presidential Platinum Elite
  • ********
  • Join Date: Feb 2015
  • Posts: 23523
  • Total likes: 2418
  • DansDeals.com Hat Tips 356
  • Gender: Male
    • View Profile
  • Location: InMyPants! 🙈
  • Programs: 2Many2List!
Re: Site Suggestions
« Reply #471 on: September 06, 2016, 12:10:53 AM »
Did you guys go to school on how to learn all this coding for the site? Or are you members of that forum which has all the gyberous coding? (simple machines!)

   
Quote
Need your LG Exalt fixed? Cracked in half? Water damage? Or parts to repair yourself. 347.201.2501

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 #472 on: September 07, 2016, 10:22:23 PM »
The diference between sharing a link of sites with a faveIco and without......

A simple small line of code
Code: [Select]
<link rel="shortcut icon" href="http://dansdeals.com/favicon.ico" />
« Last Edit: September 07, 2016, 11:05:36 PM by yesitsme »
["-"]

Offline Round2

  • Dansdeals Gold Elite
  • ***
  • Join Date: Feb 2015
  • Posts: 165
  • Total likes: 0
  • DansDeals.com Hat Tips 1
    • View Profile
  • Location: NY
Re: Site Suggestions
« Reply #473 on: September 13, 2016, 05:55:55 PM »
I can't log into Tapatalk app it keeps saying connecting to server...
Any suggestions?

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 #474 on: September 13, 2016, 06:06:35 PM »
Money talks...mine says goodbye!

Offline aygart

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: May 2008
  • Posts: 17361
  • Total likes: 14274
  • DansDeals.com Hat Tips 14
    • View Profile
    • Lower Watt Energy Brokers
  • Programs: www.lowerwatt.com
Re: Site Suggestions
« Reply #475 on: September 13, 2016, 06:14:16 PM »
I can't log into Tapatalk app it keeps saying connecting to server...
Any suggestions?
make sure you have a good data connection
Feelings don't care about your facts

Offline Live N Learn

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Mar 2015
  • Posts: 3799
  • Total likes: 332
  • DansDeals.com Hat Tips 3
  • Gender: Male
    • View Profile
Re: Site Suggestions
« Reply #476 on: September 14, 2016, 01:59:48 AM »
".איזהו חכם, הלומד מכל אדם"

Offline Zalc

  • Dansdeals Lifetime Platinum Elite
  • *******
  • Join Date: Nov 2014
  • Posts: 1785
  • Total likes: 157
  • DansDeals.com Hat Tips 0
    • View Profile
  • Location: USA
Re: Site Suggestions
« Reply #477 on: October 02, 2016, 04:18:46 AM »
Anyone know what's up with this thread?
http://forums.dansdeals.com/index.php?topic=9457.0

It works fine, then on the last page it throws a 500 error.

Offline TimT

  • Dansdeals Lifetime 20K Presidential Platinum Elite
  • ********
  • Join Date: Dec 2013
  • Posts: 22065
  • Total likes: 7114
  • DansDeals.com Hat Tips 12
    • View Profile
Re: Site Suggestions
« Reply #478 on: October 02, 2016, 06:04:54 AM »
Anyone know what's up with this thread?
It works fine, then on the last page it throws a 500 error.
Same thing by me. Interesting

Offline Zalc

  • Dansdeals Lifetime Platinum Elite
  • *******
  • Join Date: Nov 2014
  • Posts: 1785
  • Total likes: 157
  • DansDeals.com Hat Tips 0
    • View Profile
  • Location: USA
Re: Site Suggestions
« Reply #479 on: October 02, 2016, 03:43:57 PM »
Same thing by me. Interesting
Something is wrong with post 41 or 42, I can see until the page that has that post.