inherit
151368
0
Sept 16, 2020 20:21:46 GMT -8
Mercy
"And in that sleep of death what dreams may come," -Hamlet
302
January 2010
mercyscar7
|
Post by Mercy on Apr 20, 2013 19:32:30 GMT -8
My Test Forum: clicky!
Sorry if my request doesn't seem too clear, I've been at this all day long.... Anyway, if you look at my test forum, you'll see that some of the boards have a red block that displays the sub-boards. Here's my dilemma: how can I get a line break between each sub-board link, so that they're each displayed on their own line(that would also involve ditching the commas... and maybe even putting in a bullet before each one. I also want to get rid of the "Sub-boards:" text, but once I get some caffeine in me, I might be able to figure that part out on my own. Still, if you know how, it would save me some time and energy... Any help would be greatly appreciated! I've been at this since I woke up this morning, and I probably won't stop until it's done... or until my brain is completely fried.
|
|
inherit
153300
0
Jun 19, 2019 17:10:20 GMT -8
Tressa
874
April 2010
tressa
|
Post by Tressa on Apr 21, 2013 16:09:40 GMT -8
The html for a break is <br /> so insert that instead of the ,. To remove the text, just leave it out.
|
|
inherit
151368
0
Sept 16, 2020 20:21:46 GMT -8
Mercy
"And in that sleep of death what dreams may come," -Hamlet
302
January 2010
mercyscar7
|
Post by Mercy on Apr 21, 2013 16:48:17 GMT -8
I don't think you quite understand what I mean... sorry if my original post wasn't too clear. What I need to know is where and how to incorporate these things into the appropriate layout template. For instance, I know how to insert a line break, but where would I put it within the layout template? As for the "Sub-board:" text, I found it's location in the Board > Board List layout template and hid it, along with its if statement. EDIT: I figured out how to get rid of the commas and found where to insert the pagebreak! I added in the blue and took out what's in red. Still trying to figure out how to add in bullets before each sub-board(javascript isn't exactly my strong point... and to think, I took a class on it and somehow passed, lol). {foreach $[board.sub_board]}$[board.sub_board]$[ board.sub_board.comma] <br /> {/foreach}
|
|
inherit
153300
0
Jun 19, 2019 17:10:20 GMT -8
Tressa
874
April 2010
tressa
|
Post by Tressa on Apr 21, 2013 17:53:20 GMT -8
Sorry I wasn't able to help. Looks like you got most of it figured out. Someone should be able to help you with the rest.
|
|