inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Feb 25, 2014 12:00:47 GMT -8
Hmmm. Ok I went looking and found I fixed this issue for someone else previously (and it is in an updated version of the download: 1.4.2). This is what I said to them: Ok ElseAndrew to my rescue for the board count. Layout Templates > HomeReplace all of line 83 with: <tr><td align="left" class="board_stats"><font color="#ffffff"><b>$[total_posts]</b></font> comment{if $[total_posts] != 1}s{/if} in <font color="#ffffff"><b>$[total_threads]</b></font> discussion{if $[total_threads] != 1}s{/if}. <font color="#ffffff"><b><script type="text/Javascript">document.write($(".sub-boards a").length);</script></b></font> sub-boards, <font color="#ffffff"><b><script>document.write($(".main").length-1);</script></b></font> boards & <font color="#ffffff"><b>$[category.length]</b></font> categories. Hahaha, still no sub-boards! Not sure what is happening. We have plenty of sub-boards too so it is funny that the script doesn't display them. Ahhhhhh!!!!!!!!! haha. I'm going to tag David Clark to see if he can help, since he did before (by providing that updated code version).
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on Feb 27, 2014 8:46:15 GMT -8
I can take a look later today.
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on Feb 27, 2014 11:00:54 GMT -8
Looks like the modifications on that theme of yours aren't playing nice with the sub-board stats code, Tohsaka Rin. You'll need to use a revised version, specifically for your forum. Go to your Home template and highlight the entirety of line 89, pasting over it with this. <span id="subBoardNum"></span> sub-boards, <b><script>document.write($(".main").length-1);</script></b> boards & <b>$[category.length]</b> categories. <script type="text/Javascript"> var subBoardNum = $(".board + tr > .main > .description > .board-link").length; $("#subBoardNum").text(subBoardNum); </script>
That should work (though I haven't testing the above code, so post back if it doesn't).
|
|
inherit
164980
0
Oct 11, 2012 23:21:29 GMT -8
Tohsaka Rin
Why do men keep falling into my residence? I can collect on the damage insurance, right?
602
March 2011
lunacticinferno
|
Post by Tohsaka Rin on Mar 1, 2014 11:23:06 GMT -8
Aha~ That worked.
What was the actual issue with the previous code, because I had taken it straight out of the template from Stinky and only assigned it a different layout. Just curious.
|
|
Joachim
Full Member
Shhh, can't see me.
Posts: 905
inherit
23771
0
Nov 18, 2012 17:23:23 GMT -8
Joachim
Shhh, can't see me.
905
April 2004
izaeah
|
Post by Joachim on Apr 17, 2014 11:52:10 GMT -8
I'm hoping this hasn't been asked already, I briefly skimmed the thread. I'm using (trying to) the multi-colored categories plugin and with it setup, I can only get the outer border to respond (I have set colours for the title bar and the outer border), I can't get the title bar for the categories to change colours at all. I've looked left and right to try and find out where the issue might lie and I can't find anything.
Any way to know what I might be missing? I'd post the board link but it's currently heavily in the works and MM/Guests only. So I don't think that'd help much.
Looks like I figured it out. Setting the title bars to 'none' (or 'darkness' in this case as 'none' loses me the bit of gradient in the title bars) as background image (couldn't find it in the CSS, so i used the visual editor) allows for the plugin to do its job.
|
|
inherit
208748
0
Jun 9, 2021 8:49:39 GMT -8
goreranger
4
May 2014
goreranger
|
Post by goreranger on May 1, 2014 20:18:58 GMT -8
Hi. New to Proboards and the forum. I selected this theme after looking through the other options. I like it a lot. I am curious though if there is some way to bring back icons if I wanted to use them? Or would that require a lot of css recoding. Thanks much.
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on May 2, 2014 16:09:18 GMT -8
Hi. New to Proboards and the forum. I selected this theme after looking through the other options. I like it a lot. I am curious though if there is some way to bring back icons if I wanted to use them? Or would that require a lot of css recoding. Thanks much. Hiya, yes there is. Go to Admin > Themes > Layout Templates > BoardNow click the " board list" tab and go to line 16. Below is what you should see. Remove the bits I have turned blue. <!--<td class="icon">$[board.icon]</td> -->
If they are nt the icons you are referring to, could you explain further?
|
|
inherit
208748
0
Jun 9, 2021 8:49:39 GMT -8
goreranger
4
May 2014
goreranger
|
Post by goreranger on May 2, 2014 23:01:56 GMT -8
Yes that was it. Thanks very much. We are going to use the theme twice, one with and one without. Just so people have a choice.
|
|
inherit
208748
0
Jun 9, 2021 8:49:39 GMT -8
goreranger
4
May 2014
goreranger
|
Post by goreranger on May 5, 2014 15:16:17 GMT -8
Hi. I have another question. I've noticed there are different group colors depending on what group a member belongs to. How are these colors used in this theme (and for thread count as well) and where do they show up? Thanks much.
|
|
inherit
208748
0
Jun 9, 2021 8:49:39 GMT -8
goreranger
4
May 2014
goreranger
|
Post by goreranger on May 18, 2014 13:58:59 GMT -8
I might not have been clear what I was referring to. I'm referencing the colors assigned to administrator, moderator, etc. As well as the post count stars. Are these supposed to show up in the theme? And if so where? Or do they need to be turned on? Thanks much.
|
|
inherit
209486
0
Mar 6, 2016 15:03:59 GMT -8
T.C.
2,614
May 2014
tacochuck
|
Post by T.C. on May 26, 2014 22:36:58 GMT -8
I'm having issues with the shoutbox, shout isn't showing but if i shout again the original shout appears! realmisfitz.proboards.com/
|
|
inherit
210756
0
Jul 2, 2014 19:35:43 GMT -8
Candace
3
June 2014
candette
|
Post by Candace on Jun 26, 2014 3:48:06 GMT -8
Hi there! 2 things; 1, lovely theme. It fits my forum game very well to a degree. Just a few little things to perfect it up for my forum though. #1: Is there a way to remove the house image on the top-right? #2: The squares don't match the status of my members. I'm admin, and I have 2 g-mods, but the colour of our names are still green like everyone else ..? EDIT: Aaaand here's the link! swarmed.boards.net
|
|
inherit
221524
0
Jan 14, 2021 2:52:13 GMT -8
emperortohoku
68
May 2015
emperortohoku
|
Post by emperortohoku on Jun 18, 2015 13:00:44 GMT -8
Hi there! 2 things; 1, lovely theme. It fits my forum game very well to a degree. Just a few little things to perfect it up for my forum though. #1: Is there a way to remove the house image on the top-right? #2: The squares don't match the status of my members. I'm admin, and I have 2 g-mods, but the colour of our names are still green like everyone else ..? EDIT: Aaaand here's the link! swarmed.boards.netAnybody know how to remove the house image and such?
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Jul 7, 2015 18:05:20 GMT -8
Hi there! 2 things; 1, lovely theme. It fits my forum game very well to a degree. Just a few little things to perfect it up for my forum though. #1: Is there a way to remove the house image on the top-right? #2: The squares don't match the status of my members. I'm admin, and I have 2 g-mods, but the colour of our names are still green like everyone else ..? EDIT: Aaaand here's the link! swarmed.boards.netAnybody know how to remove the house image and such? I am so sorry I didn't see this. For some reason it didn't appear as new in my bookmarks, even though it is bookmarked. If you're still wanting to do this, then go to Admin> Themes > Advanced Styles & CSS > Stylesheet On line 85 you should see the following: @body_background_image: url('http://storage.proboards.com/5217496/i/MFJJrgmOJ10l6N8W4rdj.png'), url('http://storage.proboards.com/5217496/i/bcxJpDqb36hdj9ZXjlV6.png'), url('http://storage.proboards.com/5217496/i/Ir6_2JKtnlSIQMJ45yXB.png'); Change the URLs to anything you want
|
|
inherit
218890
0
Aug 13, 2015 18:29:47 GMT -8
crystalxluke
7
February 2015
crystalxluke
|
Post by crystalxluke on Jul 8, 2015 13:19:17 GMT -8
Ah, not even sure what to say about this. My guess is I edited something in one of the theme's layouts. Any idea why this is happening? Lovely theme nonetheless.
|
|