inherit
189816
0
Nov 27, 2020 19:26:05 GMT -8
jhomes87
29
February 2013
jhomes87
|
Post by jhomes87 on Feb 10, 2013 1:49:57 GMT -8
Ok, last thread/question of the night for me...is there a way to move the like feature to the bottom of the post, instead of the top?
In other words, when you "like" a post, it shows up above that post..."so-and-so" likes this post. Is there a way to get that to display at the bottom of each post instead?
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Feb 10, 2013 2:08:33 GMT -8
Ok, last thread/question of the night for me...is there a way to move the like feature to the bottom of the post, instead of the top? In other words, when you "like" a post, it shows up above that post..."so-and-so" likes this post. Is there a way to get that to display at the bottom of each post instead? Where exactly would you like it? Just above the signature, kind of how the "last edit" displays? Except have "Likes" displayed on the left side rather than the right.. ?
|
|
inherit
189816
0
Nov 27, 2020 19:26:05 GMT -8
jhomes87
29
February 2013
jhomes87
|
Post by jhomes87 on Feb 10, 2013 2:12:54 GMT -8
Stinky666 - Yes, that sounds like exactly what I'm looking for. Any help would be greatly appreciated!
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Feb 10, 2013 2:59:11 GMT -8
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 11, 2013 10:52:00 GMT -8
Hi, jhomes87. Go to Structure > Layout Templates > Thread > Post List. Change the contents of <td class="foot"> to this (this part of the code starts on Line 31 in the default template). This should achieve what you want.
|
|
inherit
189816
0
Nov 27, 2020 19:26:05 GMT -8
jhomes87
29
February 2013
jhomes87
|
Post by jhomes87 on Feb 13, 2013 2:30:45 GMT -8
Brian, Thanks! I think it worked. However, it still shows who "liked" a post at the top of the post in addition to now displaying it at the bottom. Also, I think the code you posted above starts on line 41 instead of 31...or at least that was the only place I could find the <td class="foot"> part. So I guess I just need to figure out how to remove the "likes" from the top of the post and have them only display at the bottom. Thanks!
|
|
inherit
126477
0
Apr 21, 2023 15:18:52 GMT -8
Shrike
Re-appeared briefly after 6 years only to no doubt disappear again.
1,569
June 2008
shrike
|
Post by Shrike on Feb 13, 2013 2:51:26 GMT -8
Brian, Thanks! I think it worked. However, it still shows who "liked" a post at the top of the post in addition to now displaying it at the bottom. Also, I think the code you posted above starts on line 41 instead of 31...or at least that was the only place I could find the <td class="foot"> part. So I guess I just need to figure out how to remove the "likes" from the top of the post and have them only display at the bottom. Thanks! In that same template, near the top, there should be a div with class "info" with several variables about "post method". Near the bottom of that, around line 17, should be $[post.likes], you want to remove that.
|
|
inherit
189816
0
Nov 27, 2020 19:26:05 GMT -8
jhomes87
29
February 2013
jhomes87
|
Post by jhomes87 on Feb 13, 2013 5:21:11 GMT -8
Shrike, awesome! Thanks, that worked perfectly!
|
|
inherit
196452
0
Nov 1, 2013 7:40:31 GMT -8
Baller95
What's for dinner?: Food
1,771
July 2013
baller95
|
Post by Baller95 on Jul 4, 2013 20:40:12 GMT -8
Edit: Issue resolved
|
|