inherit
246669
0
Jan 2, 2023 13:25:26 GMT -8
Philip
97
July 2017
phil82
|
Post by Philip on Jul 12, 2017 19:24:18 GMT -8
sigh :/ You do realize people who compensate their design to allow custom modification is highly irregular and comes with multiple headaches ?? The fact that elli allowed you to customize her theme via the visual editor is nothing less than ordinary.
|
|
Kami
Forum Cat
Posts: 40,198
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,198
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Jul 12, 2017 19:30:16 GMT -8
sigh :/ You do realize people who compensate their design to allow custom modification is highly irregular and comes with multiple headaches ?? The fact that elli allowed you to customize her theme via the visual editor is nothing less than ordinary. I'm sure you don't mean it this way, but it kinda sounds like you're sighing at elli. And hopefully you mean 'extraordinary' rather than 'ordinary'.
|
|
bai
Junior Member
I coughed. Then I went into labor.
Posts: 209
inherit
tbsofficial@outlook.com
241711
0
Sept 23, 2018 14:23:39 GMT -8
bai
I coughed. Then I went into labor.
209
February 2017
bai
|
Post by bai on Jul 13, 2017 13:14:12 GMT -8
Hi elli! I was following your little tutorial to add the new/old board posts icons and I cannot seem to get it right. There are two <tr id="$[board.content_id]" class="$[board.content_class]"> within my board code (not sure if this was an accident), and adding the board.icon code your provided under one or either of them doesn't appear to much. Perhaps I am adding it in the wrong place or something? Thank you for the nice theme by the way. It's definitely one of (if not the best) I've seen on Proboards. You are on Adoxography, too, if I'm not mistaken right? If you manage to find this post, thanks for reading! directorlazuli Sorry, I gave you bad instructions. I think I may have been looking at code for an alternate version of the skin. What I meant was for you to find this line: <tr id="$[board.content_id]" class="$[board.content_class]"> and add the following in a new line below it: <td class="icon">$[board.icon]</td> Sorry about that. Edit: This was the post your quote was in response to in case you need a direct link ---- support.proboards.com/post/6767605/thread
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Jul 14, 2017 8:04:16 GMT -8
bai Correct, there are two: the first is for the regular board listing, and the second is for a redirect board. They're inside an if/else statement like this: {if !$[board.is_redirect]} <tr id="$[board.content_id]" class="$[board.content_class]"> ... </tr> {else} <tr id="$[board.content_id]" class="$[board.content_class]"> ... </tr> {/if} So you'll want to add your new table cell under both of these lines to add the board icon back in for both board types. Does that make sense? <td class="icon">$[board.icon]</td> Thank you! I'm glad you like the theme! And yes, I'm one of the Adoxography admins, although temporarily away from PB.
|
|
bai
Junior Member
I coughed. Then I went into labor.
Posts: 209
inherit
tbsofficial@outlook.com
241711
0
Sept 23, 2018 14:23:39 GMT -8
bai
I coughed. Then I went into labor.
209
February 2017
bai
|
Post by bai on Jul 14, 2017 18:06:52 GMT -8
That worked but now it's doing this!!
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Jul 15, 2017 9:21:50 GMT -8
bai Do you have an image uploaded to be the board icon? If not, it shows as an empty pixel. You'll need to go to Admin > Themes > Theme Manager > Breathe > Images, and then either click "Default" or upload a new icon to these three places: Forum Icons --- Board: New Posts Board: No New Posts Board: Redirect Alternatively, you can use FontAwesome icons, which is what the icons are on the rest of the board. I can give you that code if so...
|
|
inherit
246669
0
Jan 2, 2023 13:25:26 GMT -8
Philip
97
July 2017
phil82
|
Post by Philip on Jul 15, 2017 14:05:37 GMT -8
sigh :/ You do realize people who compensate their design to allow custom modification is highly irregular and comes with multiple headaches ?? The fact that elli allowed you to customize her theme via the visual editor is nothing less than ordinary. I'm sure you don't mean it this way, but it kinda sounds like you're sighing at elli. And hopefully you mean 'extraordinary' rather than 'ordinary'.
1.) no 2.) maybe
|
|
bai
Junior Member
I coughed. Then I went into labor.
Posts: 209
inherit
tbsofficial@outlook.com
241711
0
Sept 23, 2018 14:23:39 GMT -8
bai
I coughed. Then I went into labor.
209
February 2017
bai
|
Post by bai on Jul 17, 2017 14:55:37 GMT -8
Elli, apologies for the late reply. Yes, I have images uploaded to those proper places. The red dot next to the blacked out name is what I am using as the new board icon. What I meant to ask was how do I fix the distorted board and sub-board bars? Once I added the board icon code into the theme code, it made the sub-board bar smaller than the board info/thingy-mabob. I don't know how else to describe it, I'm sorry! elli
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Jul 26, 2017 7:51:44 GMT -8
bai Ah, yes, you'll need to update the colspan on that table cell. - Go to Admin > Themes > Layout Templates > Board > Board List
- Find these lines (36 - 42):
{if $[board.sub_board]} <tr> <td class="sub-boards" colspan="4"> {foreach $[board.sub_board]}<a href="$[board.sub_board.href]">$[board.sub_board.name]</a>$[board.sub_board.comma] {/foreach} </td> </tr> {/if}
- Update colspan="4" to colspan="5".
- Click "Save Theme"
|
|
inherit
218482
0
Sept 1, 2017 19:15:46 GMT -8
Spastic Chinchilla
1
February 2015
tronthegamer
|
Post by Spastic Chinchilla on Jul 27, 2017 18:18:21 GMT -8
How would you go about for the threads to have the outline around a thread/category be filled intstead of being an outline?
|
|
bai
Junior Member
I coughed. Then I went into labor.
Posts: 209
inherit
tbsofficial@outlook.com
241711
0
Sept 23, 2018 14:23:39 GMT -8
bai
I coughed. Then I went into labor.
209
February 2017
bai
|
Post by bai on Jul 28, 2017 10:20:54 GMT -8
Worked! I appreciate your help!
|
|
inherit
234441
0
Jan 12, 2023 22:46:54 GMT -8
TheSupremePatriot
106
July 2016
thesupremepatriot
|
Post by TheSupremePatriot on Dec 28, 2017 22:59:12 GMT -8
Hello,
Love this theme!
However I am running into an issue; It seems that Monetary System isn’t supported? I reinstalled the theme but it’s not showing it.
Am I doing something wrong?
Thanks, TheSupremePatriot
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Dec 30, 2017 14:39:32 GMT -8
|
|
Former Member
inherit
guest@proboards.com
250594
0
Nov 22, 2024 7:01:20 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Dec 30, 2017 16:14:33 GMT -8
Hello sorry if this has already been asked. I'm trying to change the small text of the header and I just can't figure it out.
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Dec 30, 2017 16:41:48 GMT -8
@dazedd Page 10. Please read the README.
|
|