Former Member
inherit
guest@proboards.com
155913
0
Nov 24, 2024 16:02:18 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 16, 2013 22:55:30 GMT -8
Yep, that fixed it. Appreciate the help!!!
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 17, 2013 7:27:36 GMT -8
You are welcome.
|
|
inherit
200266
0
Aug 12, 2019 18:47:55 GMT -8
markaew
63
September 2013
markaew
|
Post by markaew on Nov 22, 2013 1:08:13 GMT -8
Hey Shorty
I am trying out your plugin and my button doesn't show up.
I installed the companion plugin and inserted the code into the mini-profile before the last /div.
Any ideas?
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 22, 2013 7:10:11 GMT -8
Forum link?
|
|
inherit
200266
0
Aug 12, 2019 18:47:55 GMT -8
markaew
63
September 2013
markaew
|
Post by markaew on Nov 26, 2013 16:34:28 GMT -8
|
|
inherit
200266
0
Aug 12, 2019 18:47:55 GMT -8
markaew
63
September 2013
markaew
|
Post by markaew on Nov 26, 2013 16:36:29 GMT -8
There must be something about my forum and the combination of templates and plugins that seem to reject new plugins. I have tried several plugins that don't work.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 26, 2013 19:30:09 GMT -8
Do you have multiple themes? As I'm not seeing the HTML in the default theme.
|
|
inherit
200266
0
Aug 12, 2019 18:47:55 GMT -8
markaew
63
September 2013
markaew
|
Post by markaew on Nov 26, 2013 21:05:48 GMT -8
I only have 1 theme so users cannot change it.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 27, 2013 5:19:58 GMT -8
I didn't see the HTML. So are you sure you put it in the mini-profile template? Admin Panel > Themes > Layout Templates > Mini-Profile? Are you sure you saved it? Can you check again?
|
|
inherit
200266
0
Aug 12, 2019 18:47:55 GMT -8
markaew
63
September 2013
markaew
|
Post by markaew on Nov 27, 2013 15:42:08 GMT -8
<div class="$[miniprofile_class]">
$[user]<br />
{if $[user.is_guest]}Guest<br />{/if}
{if $[user.group]}
$[user.group.name]<br />$[user.group.stars]<br />
{elseif $[user.rank]}
$[user.rank.name]<br />
{if $[user.rank.stars]}
$[user.rank.stars]<br />
{/if}
{/if}
{if $[user.custom_title]}$[user.custom_title]<br />{/if}
$[user.warning.bar]
<br />
{if $[user.avatar]}
<div class="avatar">$[user.avatar]</div><br />
{/if}
{if $[user.personal_text.message]}
$[user.personal_text]<br />
{/if}
{if $[user.is_member]}
<div class="info">
Posts: $[user.posts]{if $[user.gender]}<span class="float-right">$[user.gender.image]</span>{/if}
{foreach $[user.mini_custom_field]}
<br /><span class="$[user.mini_custom_field.content_class]">$[user.mini_custom_field.name]: $[user.mini_custom_field.value]</span>
{/foreach}
{if $[user.is_online]}<br /><span class="italic">Member is Online</span>{/if}
</div><br />
{/if}
{if $[user.badges_miniprofile]}
<div class="$[user.badges_miniprofile_container_class]">
{foreach $[user.badges_miniprofile]}
$[user.badges_miniprofile.icon]
{/foreach}
{if $[user.is_member]}<br />Dislikes: <span id="user-dislikes-number-$[user.id]"></span>{/if}
</div>
{/if}
</div>
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 27, 2013 17:17:32 GMT -8
You have it before the second to last </div>. Put it right before the last </div>.
|
|
inherit
200266
0
Aug 12, 2019 18:47:55 GMT -8
markaew
63
September 2013
markaew
|
Post by markaew on Nov 27, 2013 21:48:37 GMT -8
Now it looks like this but no button.
<div class="$[miniprofile_class]"> $[user]<br /> {if $[user.is_guest]}Guest<br />{/if} {if $[user.group]} $[user.group.name]<br />$[user.group.stars]<br /> {elseif $[user.rank]} $[user.rank.name]<br /> {if $[user.rank.stars]} $[user.rank.stars]<br /> {/if} {/if} {if $[user.custom_title]}$[user.custom_title]<br />{/if} $[user.warning.bar] <br /> {if $[user.avatar]} <div class="avatar">$[user.avatar]</div><br /> {/if} {if $[user.personal_text.message]} $[user.personal_text]<br /> {/if} {if $[user.is_member]} <div class="info"> Posts: $[user.posts]{if $[user.gender]}<span class="float-right">$[user.gender.image]</span>{/if} {foreach $[user.mini_custom_field]} <br /><span class="$[user.mini_custom_field.content_class]">$[user.mini_custom_field.name]: $[user.mini_custom_field.value]</span> {/foreach} {if $[user.is_online]}<br /><span class="italic">Member is Online</span>{/if} </div><br /> {/if} {if $[user.badges_miniprofile]} <div class="$[user.badges_miniprofile_container_class]"> {foreach $[user.badges_miniprofile]} $[user.badges_miniprofile.icon] {/foreach}
</div> {/if} {if $[user.is_member]}<br />Dislikes: <span id="user-dislikes-number-$[user.id]"></span>{/if} </div>
|
|
inherit
200266
0
Aug 12, 2019 18:47:55 GMT -8
markaew
63
September 2013
markaew
|
Post by markaew on Nov 29, 2013 6:03:40 GMT -8
You can relax Shorty.
I have come to the conclusion that if you have a particular combination of items that one has created an environment of an inability to change. I believe I have reached that ceiling.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 29, 2013 9:06:38 GMT -8
It shouldn't matter how much change. I dont have a laptop with internet, so i cant help until sunday or monday. But as soon as i can i'll find the issue and fix it.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 30, 2013 13:42:26 GMT -8
You can relax Shorty. I have come to the conclusion that if you have a particular combination of items that one has created an environment of an inability to change. I believe I have reached that ceiling. Alright I'm not 100% positive what's wrong. But what I want you to try is putting the Dislike System plugin right above the Dislike System Companion plugin. Try that and let me know.
|
|