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 Aug 27, 2013 13:25:10 GMT -8
For the plugin located at: www.proboards.com/library/plugins/item/414Moves status up above info box and puts buttons for like/dislike and comments under it. since it uses a super-user key and keys only get 4K of storage, the number of comments is limited. the max length of comments can be set as well to help tamper the storage space. when status is changed, everything is reset to clear.
|
|
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 Aug 30, 2013 4:36:55 GMT -8
I was going to submit this today but I ran into a slight problem with the enter key causing the status to clear even if not hitting the enter key on the right field. Im trying to find a way to suppress it.
|
|
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 Aug 30, 2013 23:53:40 GMT -8
v 1.0.0 submitted to library
|
|
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 Aug 31, 2013 5:37:48 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 Aug 31, 2013 8:17:12 GMT -8
It has to be accepted first. there are 2 thread sin plugin requests that have a test version of the plugin in a dropbox if you want to try it out faster.
|
|
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 Aug 31, 2013 8:21:32 GMT -8
I can give it a shot, where is it?
|
|
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 Aug 31, 2013 8:28:47 GMT -8
go to the plugin request board. you will see them.
|
|
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 Sept 7, 2013 19:23:59 GMT -8
v1.0.2 submitted to library
new options: guest comments retain comments on status clear comments on blank status
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jan 2, 2014 12:55:19 GMT -8
Hate to be a bother when you get this Wormopolis but I'm having issues getting it showing on SHIELDs new skin - You can see the skins design here: boywonderskins.proboards.com/user/1Though it should be noted I don't have the plugin on that forum (as I don't have enough spare super keys) on the forum when I brought it live it seems to have hidden the status and email area totally which I can only assume is because I recoded some of it
|
|
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 Jan 2, 2014 20:44:26 GMT -8
Im not sure how I can help here... you want me to troubleshoot a plugin on a forum that doesnt have the plugin installed?
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jan 2, 2014 21:20:48 GMT -8
I've given you the test site as that shows the way the main profile has been edited which I'm assuming is why its no longer working - I can if need be install the plugin but I was hoping you'd be able to see if it was the main profile edits or something else.
Editing: Statuses now show up, on a persons page if they're logged in but no comments option and on someone else profile the status just doesn't show and the plugin is installed on the test site
|
|
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 Jan 3, 2014 0:16:02 GMT -8
where are you expecting the status to be? if the plugin is disabled, do you have a status bar then?
what does your template look like for profile summary?
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jan 3, 2014 0:27:50 GMT -8
The plugin is enabled, the statuses only shows globally now - I made boo boo but no comment display and the template for profile summary:
$[form.header] <div id="center-column" style="float: left; width: 75%;"> <div class="content-box center-col"> {if $[can.update_status]} <div class="status-input"> <div style="width: 75%; float: left;">$[form.update.input]</div> <div style="width: 20%; float: left;">$[form.submit.button]</div> <div style="clear: both;"></div> </div> {/if} <div style="text-align: left; padding: 15px;"> Latest Status: $[user.personal_text]<br /> </div> </div> <div class="content-box center-col"> <div style="text-align: left; padding: 10px;"> {if $[user.email]} Email: $[user.email] {/if} </div> </div>
{if $[user.signature]} <div class="content-box center-col"> Signature <hr /> $[user.signature] </div> {/if} </div> <div id="right-column" style="float: left; width: 15%;"> {if $[user.warning.bar]} <div class="content-box right-col"> <table><tr><td class="warning-table-td">Warning Level: </td><td>$[user.warning.bar]</td></tr></table> </div> {/if} {if $[user.badges]} <div class="content-box right-col $[user.badges_container_class]"> {foreach $[user.badges]}$[user.badges]{/foreach} $[user.gift_link] </div> {/if} <div class="content-box right-col"> Custom Title:$[user.custom_title] <br />Age: $[user.age]<br /> Gender: $[user.gender.text] <br />Location: $[user.location]<br /> Posts: $[user.posts]<br />Date Registered: $[user.registered_on] </div> {if $[user.social_exists]} <div class="content-box right-col"> {if $[user.social_network]} <div class="social networks"> <h4>Social Networks</h4> {foreach $[user.social_network]} $[user.social_network]<br /> {/foreach} </div> {/if} {if $[user.instant_messenger]} <div class="social messengers"> <h4>Instant Messengers</h4> {foreach $[user.instant_messenger]} $[user.instant_messenger]<br /> {/foreach} </div> {/if} </div> {/if} <div class="content-box right-col"> $[recent_posts_link]<br /> $[recent_threads_created_link] </div> </div> <div style="clear: both;"></div> $[form.footer]
|
|
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 Jan 3, 2014 0:39:22 GMT -8
so the divs might be the problem here since the code is looking for the status to be inside a table in order to find it amongst all the other data...
but if the plugin is disabled, does everyone's statuses show fine then?
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jan 3, 2014 0:45:31 GMT -8
They show fine regardless - I made a booboo and forgot to edit where an {if} closed on that but yes no status comments and I miss the laughs - would it help if there was an id or something it looked for? As I can throw an id at a div somewhere to help it stand out
|
|