Former Member
inherit
guest@proboards.com
222576
0
Nov 21, 2024 16:57:52 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 9, 2016 6:31:34 GMT -8
bump anyone know where the plugin author is ? we could do with a way to be able to edit these plugins in v6 if the author goes awol. a disclaimer the author signs saying "i will allow pb to edit my plugin if i'm i active for more than 2 months" No one would want to edit it though why ?
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Apr 9, 2016 13:32:15 GMT -8
Cause its not their code. Try reading someone elses code sometime
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 21, 2024 16:57:52 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 10, 2016 2:31:59 GMT -8
Cause its not their code. Try reading someone elses code sometime like mine
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 21, 2024 16:57:52 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 14, 2016 8:03:36 GMT -8
bump
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 21, 2024 16:57:52 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 17, 2016 4:44:08 GMT -8
bump
|
|
inherit
222412
0
Jan 29, 2019 16:48:39 GMT -8
tules
76
June 2015
tulululu
|
Post by tules on Jun 5, 2016 11:44:51 GMT -8
So for anyone still having trouble with this plugin, I found that if you go to Edit Profile > Settings and refresh the page, the text area for it pops up and you can use it again.
|
|
inherit
231733
0
Sept 18, 2024 19:02:41 GMT -8
rachel8889
85
May 2016
rachel8889
|
Post by rachel8889 on Sept 27, 2016 15:55:39 GMT -8
I know this thread hasn't been active in a while. Just wanted to know if we can make default templates that can be accessed by all members?
|
|
inherit
172993
0
Jul 18, 2023 10:28:06 GMT -8
Pheobe Black
141
October 2011
pheobeblack
|
Post by Pheobe Black on Sept 29, 2016 12:48:46 GMT -8
i dont think so, but you can always try it in your template coding on the skins i would think. i know ive been able to edit the size and overflow and stuff like that for my forum's
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Sept 29, 2016 21:10:10 GMT -8
Click the build button for the plugin then go to the component tab and in the javascript area scroll down to line 43 and you should see this else if (/^edit_user_settings$/i.test(page_id)) { change that line to instead read: else if ((this.page = pb.data("page")) && this.page.member) { and that should allow the plugin to recognize the edit profile page without having to select the settings tab and refresh. rachel8889 it is technically possible to include a default template but not without some editing of the plugin to make that possible.
|
|
inherit
231733
0
Sept 18, 2024 19:02:41 GMT -8
rachel8889
85
May 2016
rachel8889
|
Post by rachel8889 on Sept 30, 2016 9:28:42 GMT -8
Alright, thank you Chris. Maybe I can figure it out then.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 21, 2024 16:57:52 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 30, 2016 12:24:24 GMT -8
Click the build button for the plugin then go to the component tab and in the javascript area scroll down to line 43 and you should see this else if (/^edit_user_settings$/i.test(page_id)) { change that line to instead read: else if ((this.page = pb.data("page")) && this.page.member) { and that should allow the plugin to recognize the edit profile page without having to select the settings tab and refresh. rachel8889 it is technically possible to include a default template but not without some editing of the plugin to make that possible. the refesh things work thank you.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Sept 30, 2016 13:29:51 GMT -8
Alright, thank you Chris. Maybe I can figure it out then. I could help you with it but I would need the details v2.0
|
|
Former Member
inherit
guest@proboards.com
225992
0
Nov 21, 2024 16:57:52 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 30, 2016 13:36:09 GMT -8
Cause its not their code. Try reading someone elses code sometime First job I ever had in programming. I had to basically fix and unit test someone else code. First job was to un-minify it. After I done that it still looked minified :/ Because it was minified I had to figure out what, (a,b,c,d,e,f) means :/ thank god for the debugger is all I can say!
|
|
inherit
231733
0
Sept 18, 2024 19:02:41 GMT -8
rachel8889
85
May 2016
rachel8889
|
Post by rachel8889 on Sept 30, 2016 17:51:46 GMT -8
Chris what kind of details would you need? The code or what I'm wanting to do? If it's what im wanting it's that I'm wanting it to be set up that only the admin can set the templates and they are accessible for all members to chose from. I'm wanting a battle system that includes bbcode and it's too much for members to copy and paste and edit. It would be easier if they could just chose the battle bbcode template and fill in the data spots.
|
|
inherit
172993
0
Jul 18, 2023 10:28:06 GMT -8
Pheobe Black
141
October 2011
pheobeblack
|
Post by Pheobe Black on Oct 1, 2016 12:17:13 GMT -8
rachel8889, i like that idea of a generic template pre installed! that might actually help quite a few of my members who aren't code savvy. so yeah Chris if you could come up with something that would enable us to add our own 'premade' templates to the code, or if anyone can, that'd be great!!!!!!
|
|