mdw
New Member
Posts: 60
inherit
169255
0
Jun 11, 2019 17:19:19 GMT -8
mdw
60
July 2011
mdw
|
Post by mdw on Jun 6, 2013 9:56:07 GMT -8
I see the Registered date appears but not the activity bar
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 6, 2013 10:38:13 GMT -8
Well thank you! I try my best.
can you possibly turn off the guests must register setting so I can see into a thread.? I need to run a debugger to see why its not executing.
|
|
mdw
New Member
Posts: 60
inherit
169255
0
Jun 11, 2019 17:19:19 GMT -8
mdw
60
July 2011
mdw
|
Post by mdw on Jun 6, 2013 11:14:18 GMT -8
Well thank you! I try my best. can you possibly turn off the guests must register setting so I can see into a thread.? I need to run a debugger to see why its not executing. yes you should be able to get in now I noticed some boards it shows up on and some it does not
|
|
mdw
New Member
Posts: 60
inherit
169255
0
Jun 11, 2019 17:19:19 GMT -8
mdw
60
July 2011
mdw
|
Post by mdw on Jun 6, 2013 11:27:03 GMT -8
played around with it seems to be working now had to go to last page of each thread for it to show now it shows in all threads and pages
Thanks for your Time looking into this!
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 6, 2013 12:32:25 GMT -8
thats not normal either... that means the pagination bind worked but the original call didnt.
|
|
inherit
mertel.angelo@yahoo.de
195596
0
Jun 21, 2013 5:46:35 GMT -8
angelo762
11
June 2013
angelo762
|
Post by angelo762 on Jun 18, 2013 16:36:25 GMT -8
how do i do it with "display:none" where do i put that Thing?
and it isn't working for me eiter, if span class was put into div: info
is it right?
<div class="$[miniprofile_class]"> {if $[user.gender.text] == "Male"} <b><font color="ff0000">Genosse</font> $[user] <img src="http://images.proboards.com/v5/stars/star_red.png"></img></b> {else} <b><font color="ff0000">Genossin</font> $[user] <img src="http://images.proboards.com/v5/stars/star_red.png"></img></b> {/if}<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"> {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}<br /> {if $[user.is_online]}<br /><span class="italic"><font color="03c900"><b>Online</b></font></span>{/if}<br> <span class="post_act">Registered: $[user.registered_on]</span> <br>{/if}<br>
</div><br />
{if $[user.miniprofile_badge]} <div class="$[user.miniprofile_badge_container_class]"> {foreach $[user.miniprofile_badge]} $[user.miniprofile_badge.icon] {/foreach} </div> {/if} </div>
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 18, 2013 18:26:11 GMT -8
dont replace the </div> just put it before it. you need to put back that closing div you deleted:
{if $[user.is_member]} <div class="info"> {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}<br /> {if $[user.is_online]}<br /><span class="italic"><font color="03c900"><b>Online</b></font></span>{/if}<br> <br><span class="post_act" style="display:none">Registered: $[user.registered_on]</span> </div> {/if}<br>
|
|
inherit
mertel.angelo@yahoo.de
195596
0
Jun 21, 2013 5:46:35 GMT -8
angelo762
11
June 2013
angelo762
|
Post by angelo762 on Jun 19, 2013 4:30:23 GMT -8
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 19, 2013 6:16:27 GMT -8
Did you get that one from the library? I thought I pushed a newer version then that...
ok your end is good, but re-grab the new version from the first post in thie thread from my dropbox. the library has been sent a new version as well
|
|
inherit
mertel.angelo@yahoo.de
195596
0
Jun 21, 2013 5:46:35 GMT -8
angelo762
11
June 2013
angelo762
|
Post by angelo762 on Jun 19, 2013 7:14:23 GMT -8
you were right, it was an old Version, but the new one isn't working for me too :-(
i think my code is right, i tried reordering my plugins, 3rd is posting activity.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 19, 2013 11:09:50 GMT -8
double checked and I can see it on the test site so I have to try to figure out what is different on yours now
|
|
inherit
mertel.angelo@yahoo.de
195596
0
Jun 21, 2013 5:46:35 GMT -8
angelo762
11
June 2013
angelo762
|
Post by angelo762 on Jun 19, 2013 12:03:54 GMT -8
hmm, very strange you see it in our forum?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 19, 2013 16:15:06 GMT -8
no on mine.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 19, 2013 16:20:58 GMT -8
you dont have the post count in the miniprofile. the code doesnt know what each members post count is.
|
|
inherit
mertel.angelo@yahoo.de
195596
0
Jun 21, 2013 5:46:35 GMT -8
angelo762
11
June 2013
angelo762
|
Post by angelo762 on Jun 20, 2013 6:34:10 GMT -8
ah ok, we don't want a post count, is there a code that i can put it in the miniprofile but like the registred date is not showed up on the Website?
like
<span class="posts" style="display::none">Posts: $[user.posts]</span> which isn't working and still showing me the postcounts.
but yes, it was the problem.
for the mouseover showing me how it is calculated could you please implement an option in the plugins' Settings menu which gives me the possibility to not Show the calculation and thus the post Counts and so on?
|
|