inherit
169267
0
Oct 19, 2024 4:26:56 GMT -8
Mike
Praise God Almighty!
1,533
July 2011
riccetts
|
Post by Mike on May 15, 2015 10:11:38 GMT -8
I'm trying to append my plugin to the layout. I need to know what the top of the board layout would be called. Can anybody help?
|
|
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 May 16, 2015 2:20:55 GMT -8
I'm trying to append my plugin to the layout. I need to know what the top of the board layout would be called. Can anybody help? Can't you right click and inspect it for it's class or id. Then target it with jquery and use the append function? I don't know what top board layout you are referring to.
|
|
inherit
169267
0
Oct 19, 2024 4:26:56 GMT -8
Mike
Praise God Almighty!
1,533
July 2011
riccetts
|
Post by Mike on May 16, 2015 7:14:22 GMT -8
layout template for the forum. I right click but it seems to lay between divs. I'm not sure what to use for class or id.
|
|
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 May 16, 2015 11:35:37 GMT -8
layout template for the forum. I right click but it seems to lay between divs. I'm not sure what to use for class or id. do you have a picture of what you are referring to?
|
|
inherit
169267
0
Oct 19, 2024 4:26:56 GMT -8
Mike
Praise God Almighty!
1,533
July 2011
riccetts
|
Post by Mike on May 22, 2015 12:49:01 GMT -8
Sorry I took so long to reply P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ I want to use search UI to apply my billboard on separate boards. Now shorty helped me with themes. it looks like this: for(p=0;p<head.length;p++) { var theme=head .choose_theme; if(theme.length > 0){ for(r=0;r<theme.length;r++){ if(pb.data('user').theme_id==theme[r]){
So i need to find the board_id and I'm not having any luck.
Now the code above works well to find the theme but not board. Can you help me here?
|
|
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 May 25, 2015 13:11:01 GMT -8
Sorry I took so long to reply P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ I want to use search UI to apply my billboard on separate boards. Now shorty helped me with themes. it looks like this: for(p=0;p<head.length;p++) { var theme=head .choose_theme; if(theme.length > 0){ for(r=0;r<theme.length;r++){ if(pb.data('user').theme_id==theme[r]){
So i need to find the board_id and I'm not having any luck.
Now the code above works well to find the theme but not board. Can you help me here?
If you are viewing that board, the board id should be in your URL. document.location.href is the variable it's located
|
|
inherit
169267
0
Oct 19, 2024 4:26:56 GMT -8
Mike
Praise God Almighty!
1,533
July 2011
riccetts
|
Post by Mike on May 25, 2015 13:51:54 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓That code works for selecting themes for the plugin real good but it won't work for selecting a board for the plugin. I can't figure out why it's not working for boards. As is it shows up on all boards which means the selector isn't working because I only selected one. Can you help with that? I do have board_id in for theme_id
|
|
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 May 25, 2015 20:40:21 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓That code works for selecting themes for the plugin real good but it won't work for selecting a board for the plugin. I can't figure out why it's not working for boards. As is it shows up on all boards which means the selector isn't working because I only selected one. Can you help with that? I do have board_id in for theme_id See when I'm reading your response I really don't know anything your talking about. I don't know of this theme selection plugin or code or anything at all for that matter. I really don't know what "the layout" is. And I don't know what your plugin is trying to append. I don't know what page you are trying to select boards on. I don't know how many boards are on the page. I don't know how many boards are on the forum.
|
|