inherit
255383
0
Jun 21, 2021 13:23:12 GMT -8
Thorne
7
June 2018
paintedthorns
|
Post by Thorne on Jun 12, 2018 16:56:30 GMT -8
This theme is absolutely wonderful!! Thank you so much for allowing us to use it!
|
|
inherit
256038
0
Dec 14, 2018 18:04:50 GMT -8
bookclub
1
August 2018
bookclub
|
Post by bookclub on Aug 11, 2018 19:50:25 GMT -8
Hi elli, thanks for making this beautiful theme available for use! Is there any way to put a line break in the forum name on the banner so it spans 2 rows?
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Aug 12, 2018 9:55:43 GMT -8
bookclub You'll have to add your forum name manually, with a <br> tag where you want the line to break.
|
|
inherit
256557
0
Oct 5, 2018 12:34:20 GMT -8
pizzgie
2
October 2018
pizzgie
|
Post by pizzgie on Oct 5, 2018 9:51:13 GMT -8
Love the theme but wondering if there is any way to make the thread titles capitalized?
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Oct 5, 2018 10:50:59 GMT -8
|
|
inherit
256557
0
Oct 5, 2018 12:34:20 GMT -8
pizzgie
2
October 2018
pizzgie
|
Post by pizzgie on Oct 5, 2018 12:34:35 GMT -8
Thanks a lot pal!
|
|
inherit
224066
0
Sept 5, 2020 20:57:03 GMT -8
Reya
for the aesthetic
93
August 2015
icytail
|
Post by Reya on Apr 1, 2019 16:35:59 GMT -8
Hello! I have the "Specific Board Online List" toggled on, but there seems to be no list at the bottom of the page. Is this intentional, and if not is there any way to change this?
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Apr 2, 2019 7:54:20 GMT -8
Hello! I have the "Specific Board Online List" toggled on, but there seems to be no list at the bottom of the page. Is this intentional, and if not is there any way to change this? It is intentional. You can add it back by going to Admin > Themes > Layout Templates > Board and pasting the following at the bottom of the code area. However, please be aware that this hasn't been styled in the theme, so you may need to add new styles: {if $[board.id]}{if $[show_stats]} <div class="container stats"> <div class="title-bar"><h2>Board Information & Statistics</h2></div> <div class="content"> <table> <tbody> {if $[board.description]} <tr> <td colspan="2"> <table> <tr> <td class="icon">$[image.description]</td> <td class="info last"> <div class="board-name">$[board.name]</div> <div class="board-description">$[board.description]</div> </td> </tr> </table> </td> </tr> {/if} <tr{if !$[show_users_viewing]} class="last"{/if}> <td> <table> <tr> <td class="icon">$[image.stats]</td> <td class="info"> <table> <tbody> <tr><th colspan="2">Threads and Posts</th></tr> <tr><td>Total Threads:</td><td>{if $[total_threads] == -1}N/A{else}$[total_threads]{/if}</td></tr> <tr><td>Total Posts:</td><td>{if $[total_posts] == -1}N/A{else}$[total_posts]{/if}</td></tr> {if $[board.moderators_link]}<tr><td colspan="2">This board has $[board.moderators_link]</td></tr>{/if} </tbody> </table> </td> </tr> </table> </td> <td> <table> <tr> <td class="icon">$[image.members]</td> <td class="info last"> <table> <tbody> <tr><th colspan="1">On This Board</th></tr> <tr><td>You <strong>can{if !$[can.create_threads]}not{/if}</strong> create threads.</td></tr> <tr><td>You <strong>can{if !$[can.reply_to_threads]}not{/if}</strong> reply to threads.</td></tr> <tr><td>You <strong>can{if !$[can.create_polls]}not{/if}</strong> create polls.</td></tr> </tbody> </table> </td> </tr> </table> </td> </tr> {if $[show_users_viewing]} <tr class="last"> <td colspan="2"> <table> <tr> <td class="icon">$[image.online]</td> <td class="info last"> <table> <tbody> <tr><th>Users Viewing</th></tr> <tr><td>$[total_board_staff] Staff, $[total_board_members] Member{if $[total_board_members] != 1}s{/if}, {if $[view_guests_online_link]}<a href="#" class="$[view_guests_online_link.class]">{/if}$[total_board_guests] Guest{if $[total_board_guests] != 1}s{/if}{if $[view_guests_online_link]}</a>{/if}.</td></tr> <tr><td><tr><td> {foreach $[board_user]} $[board_user]{if $[board_user.invisible]} <span class="small">(invisible)</span>{/if}$[board_user.comma] {/foreach} {if $[total_online_not_shown] > 0} , and <a href="$[view_active_members_link.href]" class="$[view_active_members_link.class]">$[total_online_not_shown] more...</a> {/if} </td></tr> </tbody> </table> </td> </tr> </table> </td> </tr> {/if} </tbody> </table> </div> </div> {/if}{/if}
|
|
inherit
224066
0
Sept 5, 2020 20:57:03 GMT -8
Reya
for the aesthetic
93
August 2015
icytail
|
Post by Reya on Apr 2, 2019 8:48:31 GMT -8
Thanks I don't know how to do that though XD so I'll just leave it as is.
|
|
inherit
259205
0
Aug 13, 2019 9:28:10 GMT -8
jackthequeen
2
August 2019
jackthequeen
|
Post by jackthequeen on Aug 12, 2019 8:26:25 GMT -8
Answered my own question! Love this skin btw!
|
|
inherit
259205
0
Aug 13, 2019 9:28:10 GMT -8
jackthequeen
2
August 2019
jackthequeen
|
Post by jackthequeen on Aug 12, 2019 9:50:27 GMT -8
Does anyone know how to add a chatbox??
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Aug 12, 2019 10:27:33 GMT -8
Does anyone know how to add a chatbox?? What kind of chatbox? The ProBoards Shoutbox is styled in this theme. There are also third-party options, such as cbox.
|
|
inherit
224066
0
Sept 5, 2020 20:57:03 GMT -8
Reya
for the aesthetic
93
August 2015
icytail
|
Post by Reya on Aug 28, 2019 7:54:30 GMT -8
I'm more so curious than anything, do you plan on converting this theme over to v6? It's quite wonderful :)
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Aug 28, 2019 9:21:34 GMT -8
Reya Maybe, I haven't decided if it's worth the trouble. The heading font "Steelfish" has created a bit of a problem because A) it's a licensed font, which costs $$$ per pageview (it's not much and I knew this when I released the theme); B) it's hosted on my personal server, which eats up bandwidth; C) I have a rule about leaving my copyright in tact, but as there's no way for me to enforce that rule, some people have—unfortunately—chosen to ignore it. I remotely blacklist those forums from loading Steelfish, but it's been an ongoing effort to check all the forums using this theme and verify they're in compliance. I chose aesthetic > maintainability with this font and knowing what I know now, I probably wouldn't make the same choice again. But it's out there now, so I'll support it as long as v5 is available. If I do remake this for v6, I'll probably replace Steelfish with a similar impact font from Google Fonts. That wouldn't be as pretty (imo), but definitely more maintainable. Or if ProBoards provides a way for theme creators to insert an uneditable copyright, like they alluded to some time ago, I might continue to provide Steelfish and eat the cost of licensing, but would probably look into a CDN to deliver it through rather than my own server. Anyway, a long-winded way to say "maybe". But thank you! I like hearing that people have enjoyed the theme.
|
|
inherit
224066
0
Sept 5, 2020 20:57:03 GMT -8
Reya
for the aesthetic
93
August 2015
icytail
|
Post by Reya on Aug 28, 2019 11:58:41 GMT -8
Aww, that really sucks hearing that people take out your copyright, especially when it's pretty out of the way of things D:
But yeah, you're probably not looking opinions but I definitely think this theme would still be worth it even without the Steelfish font. It's very pretty and easy to use as a whole, especially with the neat drop-down tools :)
|
|