inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on May 14, 2013 5:30:22 GMT -8
Themes - Layout Templates - Miniprofile
Just put the blue under the line above it
Posts: $[user.posts]{if $[user.gender]}<span class="float-right">$[user.gender.image]</span>{/if} <br />Likes: $[user.likes]
Themes - Layout Templates - Profile - Summary
<tr> <td class="headings">Posts:</td> <td>$[user.posts]</td> </tr> <tr> <td class="headings">Likes:</td> <td>$[user.likes]</td> </tr>
|
|
soup
New Member
Posts: 123
inherit
soup.alvarado@gmail.com
194992
0
Nov 19, 2015 12:06:06 GMT -8
soup
123
June 2013
soup
|
Post by soup on Jun 7, 2013 7:43:09 GMT -8
thanks, big fan
|
|
inherit
188232
0
Nov 17, 2022 9:44:11 GMT -8
sonnysu
83
January 2013
sonnysu
|
Post by sonnysu on Jun 8, 2013 12:38:05 GMT -8
cool, thanks
|
|
inherit
201006
0
Oct 12, 2013 19:05:47 GMT -8
T-Bone
32
October 2013
bigtssa
|
Post by T-Bone on Oct 12, 2013 21:11:09 GMT -8
I put this in just doesnt seem to be updating am i doing something wrong?
|
|
inherit
201006
0
Oct 12, 2013 19:05:47 GMT -8
T-Bone
32
October 2013
bigtssa
|
Post by T-Bone on Oct 12, 2013 22:20:51 GMT -8
I found that the like pertaining to the number of likes the user was given is it possible to have it say "such an such likes on such an such posts"?
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 22, 2024 9:12:16 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 13, 2013 0:38:40 GMT -8
Unfortunately not, T-Bone, you can only show the number of likes you have received overall. You can change the formatting, though as "I have received __ likes" or "My posts have been liked __ times" with the __ being the number that changes. Would you want something like that?
|
|
inherit
201006
0
Oct 12, 2013 19:05:47 GMT -8
T-Bone
32
October 2013
bigtssa
|
Post by T-Bone on Oct 13, 2013 1:59:10 GMT -8
Unfortunately not, T-Bone, you can only show the number of likes you have received overall. You can change the formatting, though as "I have received __ likes" or "My posts have been liked __ times" with the __ being the number that changes. Would you want something like that? Yea I did that already thanks tho
|
|
inherit
202818
0
Aug 22, 2014 8:43:56 GMT -8
Cpt.Glitch
50
December 2013
cptglitch
|
Post by Cpt.Glitch on Dec 7, 2013 1:14:52 GMT -8
When I add it to Main Profile the numbers for them are all the way to the left?
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 22, 2024 9:12:16 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Dec 7, 2013 5:33:35 GMT -8
Post your template here and maybe a link to your site, Cpt.Glitch, so we can take a look =)
|
|
inherit
202818
0
Aug 22, 2014 8:43:56 GMT -8
Cpt.Glitch
50
December 2013
cptglitch
|
Post by Cpt.Glitch on Dec 7, 2013 11:14:27 GMT -8
<div class="container show-user">
<div class="title-bar">
<h1>View Profile - $[user.name] ($[user.username])</h1>
</div>
<div class="content cap-bottom">
<div class="ui-tabMenu">
<ul class="ui-helper-clearfix">
{foreach $[menu]}<li{if $[menu.active]} class="ui-active"{/if}><a href="$[menu.href]">$[menu.text]</a></li>{/foreach}
</ul>
</div>
<div class="pad-all-double clear">
<div class="float-left">
<div class="float-left pad-right">$[user.avatar_medium]</div>
<div class="name_and_group float-right">
<span class="big_username" style="color: $[user.color];">$[user.name]</span><br />
{if $[user.group]}
$[user.group.name]<br />$[user.group.stars]
{else}
$[user.rank.name]<br />$[user.rank.stars]
{/if}
</div>
</div>
<div class="float-right controls">
$[options]
$[send_message_button]
$[edit_profile_button]
$[follow_button]
$[invite_button]
<div class="float-right clear pad-top">
Username: <span class="note pad-right">$[user.username]</span>
{if $[user.is_online]}
Member is Online
{else}
Last Online: <span class="note">$[user.last_online]</span>
{/if}
</div>
<tr>
<td class="headings">Posts:</td>
<td>$[user.posts]</td>
</tr>
<tr>
<td class="headings">Likes:</td>
<td>$[user.likes]</td>
</tr>
</div>
</div>
<div class="pad-all-double ui-helper-clearfix clear">
$[content]
</div>
</div>
</div> I managed to fix it to my liking but still let me know if there is errors. lmpt-forum.freeforums.net/user/1
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 22, 2024 9:12:16 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Dec 7, 2013 17:08:23 GMT -8
Were you wanting it in the Summary information as well or no? It looks awesome and I'm glad you were able to fix it up to your liking!
|
|
inherit
202818
0
Aug 22, 2014 8:43:56 GMT -8
Cpt.Glitch
50
December 2013
cptglitch
|
Post by Cpt.Glitch on Dec 7, 2013 18:27:46 GMT -8
No. Thanks alot man.
|
|
inherit
213954
0
Mar 24, 2018 13:58:03 GMT -8
catatonicgalaxy
139
September 2014
catatonicgalaxy
|
Post by catatonicgalaxy on Oct 21, 2014 17:31:53 GMT -8
worked great thanks !!!
|
|