inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Nov 26, 2012 7:38:55 GMT -8
alrite thanks, all ive really done with the boards is moved the last post and combined the threads and posts columns, nothing to the board cell
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 26, 2012 8:43:37 GMT -8
I don't know why it's not working. Can you post your board list template so I can try and replicate it, and see if I can get it working on my board?
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Nov 26, 2012 8:54:52 GMT -8
<table class="list" role="grid"> <tbody> {foreach $[board]} {if !$[board.is_redirect]} <tr id="$[board.content_id]" class="$[board.content_class]"> <td class="icon">$[board.icon]</td> <td class="latest"> {if $[board.posts] > 0} {if $[board.last_thread]} $[board.last_thread.recent_link]<br /> <i>By</i> $[board.last_thread.last_post.created_by_user] <i>On</i> <span class="date">$[board.last_thread.last_post.date]</span> {/if} {else} No Posts Have Been Made On This Board {/if} </td> <td class="main clickable"> <span class="link">$[board]</span><br /> <p class="description">$[board.description]</p> {if $[board.num_mods]} <!-- {if $[board.sub_board]} <p class="sub-boards"> Sub-board{if $[board.sub_board] != 1}s{/if}: {foreach $[board.sub_board]}$[board.sub_board]$[board.sub_board.comma] {/foreach} </p> {/if}--> </td> <td class="threads">{if $[board.threads] == -1}N/A{else}$[board.threads] Threads<br />{/if}{if $[board.posts] == -1}N/A{else}$[board.posts] Replies{/if}</td> </tr> {else} <tr id="$[board.content_id]" class="$[board.content_class]"> <td class="icon">$[board.icon]</td> <td class="main clickable redirect last" colspan="4"> <span class="link">$[board]</span><br /> <p class="description">$[board.description]</p> </td> </tr> {/if} {/foreach} {if !$[board]} <tr class="last"><td class="last center" colspan="5">No Boards Were Found</td></tr> {/if} </tbody> </table>
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 26, 2012 9:00:08 GMT -8
Thats the board template. Can you replace the above with the board list template. you have to click the board list tab.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Nov 26, 2012 9:56:38 GMT -8
whoops, i was thinking it was the first one before i opened it and didnt look at it
i reposted
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 26, 2012 10:25:33 GMT -8
I figured out the issue. It breaks if you don't have any members listed. I'm working on a fix, will update you when I have the working version. In the mean time, if you just add someone(maybe a test account or even my account?) you can see what it does.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Nov 26, 2012 10:41:15 GMT -8
members listed where? i cant get an activation email, i started a thread in the bug forum
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 26, 2012 10:45:48 GMT -8
The members listed in the plugin. You have the option(at your request) to select which members dont see the new thread link. If you don't select any members, then the code breaks.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Nov 26, 2012 10:55:32 GMT -8
looks good, lines up perfectly with the board name, on 4.5 it wouldnt align rite and it looked weird
its just a suggestion, i would make the default text size smaller, its just a function that serves its purpose and not anything forum or board related. it looked goofy to me when i first saw it, it mite scare people away from the plugin if theyre looking thru the database and dont realize they can change the font size
i want the size smaller than 1 but px doesnt affect it, what can i do
<font size="1" color="000000">New Thread</font>
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 26, 2012 11:33:13 GMT -8
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Nov 26, 2012 11:53:36 GMT -8
the text size doesnt seem to be changing in the Size input field
how would the css go in the field under it
(font-size: 4px;) like this?
i cant change the font size
my text has automatically changed to italics and i havent changed it as if i wanted to
all i did was enter the Size and (font-size: 4px;)
this should probably be added
Boards it only shows for certain members
for boards like Forum Announcements that only admins start threads in
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 26, 2012 12:22:03 GMT -8
I have fixed the font size issue. As for italics, that is happening because it is inheriting the styles from the board title(I had them placed in the same element. I changed that. I thought of how to actually do it. lol. Also sorry for this taking so long and for my mess ups. New Thread Link in Board DescriptionAs far as the being able to select which who sees what in which boards. I'll think about it. Thank you for the suggestion though.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Nov 26, 2012 13:32:46 GMT -8
i dont mind, im just happy to be getting plugins made and seeing my forum look the way i want. im used to coders not getting things rite away
i dont know how to say this but, this was my request. and id like the
Boards it only shows for certain members
mine is still italics, could it be some setting in Colors & Styles
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 26, 2012 13:55:13 GMT -8
i dont know how to say this but, this was my request. and id like the Boards it only shows for certain members So is this in addition to being able to disable it for multiple. Or is this what you meant in the first place?
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Nov 26, 2012 14:01:47 GMT -8
both because you need both
you need to serve your members needs in not wanting the Create Thread Link or Button
or taking a members privelage away because theyve been banned or suspended from a board
and you need to have it just for the admin for forum related boards
and mine is still italics, could it be some setting in Colors & Styles
and now that ive made the text smaller it lines up with the bottom of the board name, it looks better in the board cell aligned with the top of the board name
could you change that please
plus ill have another plugin for sub boards thatll show rite beneath the Create Thread which will align with the bottom of the board description and then it evens it all out so it looks good
|
|