|
Post by tunescool on Mar 19, 2013 18:33:25 GMT -8
if they wont, can you just do one one plugin that does both
|
|
|
Post by Wormopolis on Mar 19, 2013 19:40:51 GMT -8
It wouldnt be as fancy as what what he wrote. it would be without all the css and board exclusions
|
|
|
Post by tunescool on Mar 19, 2013 19:58:45 GMT -8
well i need that, youre a way smarter coder than he is, cant you just make it work
|
|
|
Post by tunescool on Mar 24, 2013 15:23:42 GMT -8
you are going to finish this arent you. i need all those board exclusions and Who doesn't get this link. its how i need it to work for my site. i need to be able to control the way it looks and the size, in the css of the components page or the plugin. im not a coder but theres no reason it cant work the way i want it
|
|
|
Post by Wormopolis on Mar 25, 2013 12:07:27 GMT -8
you are asking me to rewrite someone elses code. you originally asked me to write you a code to manage how sub-boards are. which I did. I never said it would work with every other plugin out there. you are now wanting something that is completely custom for your site that a concatenation of 2 existing codes.
I already finished the sub-board code and you are wanting something completely new, that I have little faith anyone else would even want. Im working on updating tournament brackets right now and I might come back to this later, but Im also not keen on basically taking the new thread code someone already wrote for you and simply merging into the sub-boards code. it makes the sub-boards code have NO re-usability for anyone else. if shorty doesnt want to modify his code to check for the presence of the table, then its going to take a third code to make them work together.
|
|
|
Post by tunescool on Mar 25, 2013 12:17:37 GMT -8
i just want it them both to work
|
|
|
Post by tunescool on Mar 28, 2013 2:14:08 GMT -8
i made a request for one new plugin that does both
|
|
|
Post by Wormopolis on Mar 29, 2013 0:50:04 GMT -8
understandable
|
|
|
Post by tunescool on Apr 27, 2013 11:24:36 GMT -8
can you just help me with these couple things i have a moderator for the first time ever and i wanted to put the sub boards on my other forum so it looks like a forum. i just wont use the new thread one. i have the css in my stylesheet and i can move the sub boards but i cant do the color or bold .on_right { color: #1b9c30; font-weight: bold; padding-top: 20px; } .on_new_row { color: #1b9c30; font-weight: bold; padding-top: 2px; padding-bottom: 2px; padding-left: 470px; } and i lose the last line of the category if theres boards underneath. well there is no line just the bottom of the category, but i need a line and theres a problem at the rite end of the boards underneath row
if i use a table in the sub board plugin the New Thread is all the way on the rite but this happens to the board cell if it has sub boards in it i couldnt move it with the css in the New Thread plugin, do you maybe have any ideas this in components in build <style type="text/css"> .newthreadlink, .newthreadlink:hover { color: #$[plugin.settings.color] !important; font-size: $[plugin.settings.size]pt !important; font-style: $[plugin.settings.italics] !important; font-weight: $[plugin.settings.bold] !important; vertical-align: text-top !important; padding-bottom: 20px !important; $[plugin.settings.custom_css] } </style>
|
|
|
Post by Wormopolis on Apr 28, 2013 16:53:46 GMT -8
find this in the CSS
.boards table.list > tbody > tr > td { border: 1px solid; padding: 0 5px; }
add the red
|
|
|
Post by tunescool on May 1, 2013 2:40:37 GMT -8
i didnt even look for this thread, that worked. what about the other stuff
|
|
|
Post by Wormopolis on May 1, 2013 19:47:56 GMT -8
the right side cell line is being overidden by other CSS.. I havent found it yet
|
|
|
Post by tunescool on May 16, 2013 3:58:01 GMT -8
if you get some time
|
|
|
Post by tunescool on Jun 13, 2013 17:51:04 GMT -8
im using this on my site now without the boards to the rite, why wont they change with this css, the padding does move the boards but not the color and weight
.on_right { color: #1b9c30 !important; font-weight: bold !important; padding-top: 20px; } .on_new_row { color: #1b9c30 !important; font-weight: bold !important; padding-top: 2px; padding-bottom: 2px; padding-left: 55px; }
|
|
|
Post by Wormopolis on Jun 16, 2013 0:58:15 GMT -8
change to
.on_new_row a{ color: #1b9c30 !important; font-weight: bold !important; padding-top: 2px; padding-bottom: 2px; padding-left: 55px; }
|
|