inherit
194866
0
Oct 4, 2014 7:19:42 GMT -8
literaryadmin
46
June 2013
literaryadmin
|
Post by literaryadmin on Jun 28, 2013 9:25:39 GMT -8
((Moved this from Tech Support/Support Board)) So, I really like the idea of having this feature for a section of my forum where people can post original stories, etc. to get others' opinions, there's just one slight problem. The text in the drop down menu is white... the same color as the drop down menu background. Where do I go to fix this? Unfortunately, the area of my forum that this plugin is activated in is a members-only area, to protect the original works, so it's hard for guests to see what I mean.... I'll attach a couple pics instead. ^^how it looks ^^ how it looks when you highlight where the text should be. you can see here that the text *is* there, just not colored well.
|
|
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 29, 2013 0:53:42 GMT -8
.critique_div {background-color: #FFFFFF; border: 1px solid #000000; border-radius: 5px 5px 5px 5px; color:#000000;}
that is the default CSS the plugin should load with. if you add that to your forum CSS, you can make changes to it.
if color:#000000 is being overridden by some other CSS you have, you can change it to
color:#000000 !important
I almost didnt see this thread. I have a support thread setup for the plugin (should be a link in description)
edit: actually the one in the library doesnt have the link, but the version Im pushing this weekend will. as well as a couple new features.
|
|
inherit
194866
0
Oct 4, 2014 7:19:42 GMT -8
literaryadmin
46
June 2013
literaryadmin
|
Post by literaryadmin on Jul 5, 2013 23:23:12 GMT -8
.critique_div {background-color: #FFFFFF; border: 1px solid #000000; border-radius: 5px 5px 5px 5px; color:#000000;} that is the default CSS the plugin should load with. if you add that to your forum CSS, you can make changes to it. if color:#000000 is being overridden by some other CSS you have, you can change it to color:#000000 !important I almost didnt see this thread. I have a support thread setup for the plugin (should be a link in description) edit: actually the one in the library doesnt have the link, but the version Im pushing this weekend will. as well as a couple new features. yay i figured it out! thanks! for some reason, it wasn't doing the black text/white backgriound without adding it to the forum CSS. where do i find the new version? i'm really new to adding plugins to a forum, please be patient with me as i figure it all out!
|
|
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 Jul 12, 2013 12:11:23 GMT -8
the proboards library will have the most recent version. it gives the ability to just have the critique on the first post of a thread, as well as make it where the OP can approve repliers to be able to critique the thread.
the companion code Im about to finish up, keeps track of all the critique totals on all posts for each member and displays a bar graph on a new tab in profile. it can in a sense, be used for a feedback rating system of that poster
|
|
Former Member
inherit
guest@proboards.com
212918
0
Dec 4, 2024 17:16:09 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 25, 2014 20:20:06 GMT -8
Wormopolis Is there a way to make the Critique button an image instead of text? Also, how do I have the post critiques underneath each post and set up like this instead of having the actual Critique button: Attachments:
|
|
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 25, 2014 20:54:24 GMT -8
the first one would require a minor mod in order to change the button.
the second would require a major rewrite since everything is setup in the hideaway div, and submit looks for just elements in that div.
|
|
inherit
218650
0
Dec 1, 2016 13:53:54 GMT -8
allaworld
8
February 2015
allaworld
|
Post by allaworld on Feb 17, 2015 7:21:10 GMT -8
Greetings,
I have the facebook theme installed. When I installed this plugin, it doesn't show. Any suggestions?
Thanks, Allaworld
|
|
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 Feb 18, 2015 12:19:22 GMT -8
That is probably going to go against the directions @khristian has setup for that theme. especially since it would require modification to the post templates in order to give back the class the plugin needs for a target.
|
|
inherit
218650
0
Dec 1, 2016 13:53:54 GMT -8
allaworld
8
February 2015
allaworld
|
Post by allaworld on Feb 23, 2015 6:55:46 GMT -8
I have changed themes and have the critique button setup (and I love it).Is there a way to determine who has the most critiques? For example, if I created a poetry board and have where artist can submit their poems, and then other members can critique based on 1 - 5, can I create a table or something to display which artist has the most 5's and then 4's and so on (perhaps it can achieved through search or something)?
Thanks, Allaworld
|
|
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 Feb 23, 2015 22:30:03 GMT -8
Well the companion will track all critiques for each user, but there is nowhere that stores totals foreveryone for comparison. that would require an additional key.
|
|
inherit
187984
0
May 15, 2013 22:19:51 GMT -8
Gibby
408
January 2013
gibby
|
Post by Gibby on Mar 8, 2015 0:26:55 GMT -8
Well the companion will track all critiques for each user, but there is nowhere that stores totals foreveryone for comparison. that would require an additional key. Hello is there anyway this can notify a person in their notifications in their profile, when they have a post of their's critiqued? in otherwise how do you know if someone has left a critique on your post? also the critique button doesnt show up in recent posts , is there a way it can do? many thanks in advance Gibbs
|
|
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, 2015 15:12:02 GMT -8
Not by itself. the companion plugin might be able to tracks a limited number of posts, but like always there isnt infinite storage.
I will look into recent posts, but I want to say there was a reason I didnt do it. Just dont remember what it was.
|
|