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 21, 2013 23:37:07 GMT -8
support thread for the plugin located at:
www.proboards.com/library/plugins/item/446
you can set all threads in a board/boards to have the same styling (color, font, size, background), or you can have styling applied to an individual thread by clicking the "T" icon that appears under subject in the first post editor.
colorsmear, is an option (if you have the plugin) as well.
|
|
inherit
204284
0
Jan 4, 2015 12:48:19 GMT -8
NooBoards
29
January 2014
nooboards
|
Post by NooBoards on Jan 17, 2014 13:09:31 GMT -8
You should post in the direct Support thread for this. Wormopolis made one in the sub-board Plugin Library so it's easier to get ahold of him and so all the glitches and such are compiled together in one thread. ^^ I'm not seeing a support thread for this plugin. I have searched several ways. Great plugin, just want to be able to limit its use to Staff but let everyone see the results.
|
|
inherit
204284
0
Jan 4, 2015 12:48:19 GMT -8
NooBoards
29
January 2014
nooboards
|
Post by NooBoards on Jan 17, 2014 14:33:29 GMT -8
The following Footer code:
<script type="text/javascript"> if(proboards.data("user").username == "admin") {document.getElementsByClassName("button-threadTitleEffects")[0].style.display="none";}; </script> will return "TypeError: document.getElementsByClassName(...)[0] is undefined"
However, once the page is rendered I can hide the button by injecting from the console:
document.getElementsByClassName("button-threadTitleEffects")[0].style.display = "none"; Which I believe to be telling me that the button element I wish to hide doesn't exist in the DOM at the point the Footer script processes.
|
|
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 17, 2014 20:02:59 GMT -8
the plugin itself has a link "Need Help?" in the manage screen that takes you to support threads
the footer code runs before the document finishes, and since my plugin runs on document.ready() then yep. it aint there.
you are looking to exclude groups from being able to use the editor, but have everyone still see results. gotcha. the best way to do that would be add a new UI variable that lets you choose which groups see the editor.
|
|
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 18, 2014 0:06:19 GMT -8
v1.0.5 submitted to library added option to only show editor button to specific groups.
|
|
inherit
204284
0
Jan 4, 2015 12:48:19 GMT -8
NooBoards
29
January 2014
nooboards
|
Post by NooBoards on Jan 18, 2014 5:15:10 GMT -8
v1.0.5 submitted to library added option to only show editor button to specific groups. Wow, that was fast! Thanks a ton.
|
|
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 19, 2014 0:18:56 GMT -8
accepted
|
|
gtv22
Junior Member
Still learning ...
Posts: 260
inherit
203486
0
Mar 1, 2014 9:50:41 GMT -8
gtv22
Still learning ...
260
December 2013
gtv22
|
Post by gtv22 on Mar 1, 2014 13:00:48 GMT -8
Wormopolis,
Thank you for creating this plugin, too! This solves a problem of quick sorting the threads on my forum very nicely.
I am not sure why, but I am having a problem on subsequent pages within a board and on the recent thread pages. Everything looks great on the first page, until clicking to the next page. On the following pages all of the titles move to the far right and there are no longer any images at the end of them. It does appear to correct itself, if I reload the page again. Just not on first appearance. I am paying for ad free, so I would prefer not to have to reload the page. Is there any way to fix this?
Another question that I have - Is it possible to enable members to still customize their own thread in a board that already has a forum wide customized thread title applied? What I mean is that I have assigned an image to a particular board's titles but would like members to still have an option of font face, color, size etc. since I have not specified those attributes.
|
|
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 Mar 1, 2014 15:34:31 GMT -8
I think pagination was never updated from the first version I wrote. it has undergone some changes since then and I forgot to go back and update it. I can fix that in the version Im updating right now.
normal behavior is it overrides the blanket style with the stored style. maybe Im confused on what you mean?
|
|
gtv22
Junior Member
Still learning ...
Posts: 260
inherit
203486
0
Mar 1, 2014 9:50:41 GMT -8
gtv22
Still learning ...
260
December 2013
gtv22
|
Post by gtv22 on Mar 1, 2014 17:58:25 GMT -8
Oh, its the pagination. That makes sense, Thank you! I will await your update to fix it, then. On the second part - Ok, I do see that it will override it. Thanks for explaining that. I will try to explain my problem better. I added an image to the end of all threads in one of my boards, but one of the threads will not add the image. The only difference that I can see in the thread is that the creator of the thread already customized the font face before I added the images to the board in the plugin settings. I would like it to do both, keep their font face and still add the image to the end. Is that possible?
|
|
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 Mar 1, 2014 18:33:37 GMT -8
v1.0.7 submitted to library added colorsmear option to individual thread title fixed pagination
I have to look more at the image thing.
|
|
gtv22
Junior Member
Still learning ...
Posts: 260
inherit
203486
0
Mar 1, 2014 9:50:41 GMT -8
gtv22
Still learning ...
260
December 2013
gtv22
|
Post by gtv22 on Mar 1, 2014 18:49:28 GMT -8
Thank you so much!
|
|
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 Mar 3, 2014 0:16:24 GMT -8
new version accepted
|
|
gtv22
Junior Member
Still learning ...
Posts: 260
inherit
203486
0
Mar 1, 2014 9:50:41 GMT -8
gtv22
Still learning ...
260
December 2013
gtv22
|
Post by gtv22 on Mar 8, 2014 19:19:22 GMT -8
Thank you, Wormopolis. I have installed the updated version (1.0.7) but unfortunately, I am still having trouble with the threads moving far right without an image, after turning the page. Any other ideas what the problem could be?
|
|
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 Mar 8, 2014 20:15:05 GMT -8
that is weird.. and it stops that with the plugin off?
|
|