inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Oct 8, 2013 10:04:07 GMT -8
Then nah, i'm good. I will leave Stinky's theme alone, and not enable this plugin on his theme. Because #1 the theme is perfect as it is and #2 the plugin was imported while I was creating one of my themes, and it was fine on there. So thank you again Brian for coming to my rescue X3
|
|
inherit
201256
0
Feb 23, 2014 11:22:39 GMT -8
ouss2200
6
October 2013
ouss2200
|
Post by ouss2200 on Oct 22, 2013 2:26:38 GMT -8
Hi sir, your theme is great, but can I put the description on the bottom of the board ? if it is possible lead me please. And when I select text the selection light is hidden. thanks for help.
|
|
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 Oct 22, 2013 2:55:29 GMT -8
Hi sir, your theme is great, but can I put the description on the bottom of the board ? if it is possible lead me please. And when I select text the selection light is hidden. thanks for help. Hiya, that should be easy. Go to Admin > Themes > Layout TemplatesMake sure the Something Dark Theme is selected, and then click Board > Board ListOn lines 31, 32 and 33 you should see this: <td class="latest last"> <p {if $[board.is_new]} id="descrip2"{else}id="descrip"{/if}>$[board.description]</p> </td> Remove/delete lines 31 and 33, so you're left with only: <p {if $[board.is_new]} id="descrip2"{else}id="descrip"{/if}>$[board.description]</p> Now copy that to your clipboard. See line 29 where it says: {/if}</span> Make a new line after that, so you now have a blank line, line 30. Paste that first part there, so now lines 29 and line 30 should look like this: {/if}</span> <p {if $[board.is_new]} id="descrip2"{else}id="descrip"{/if}>$[board.description]</p> Click save and you're done.
As for the text highlight thing, you can change the colour for that by going to Admin > Themes > Advanced Styles & CSS > StylesheetScroll down to lines 1910 to 1918, where you will see: /* Highlight Selection Colour */ ::selection { background: #272727; color: #969696; /* Safari */ } ::-moz-selection { background: #272727; color: #969696; /* Firefox */ } Change the hex codes to anything you prefer.
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Oct 24, 2013 3:41:38 GMT -8
-noogies Stinky666 - twds.proboards.com is experiencing a slight issue with the shoutbox in the redux sidebar Brian. The shoutbox is only appearing on the main page. <script type="text/javascript">
$(document).ready(function() { $('#move-shoutbox').append($('div.shoutbox.container.full')); });
</script> is whats in the global footers. Thank you both in advance. EDIT: Also there's no "post as" option, for guests when it is enabled and the reply button is also gone. I'm guessing these are coded out so that they don't show or its a glitch/ script conflict? EDIT2: I have also noticed that the styling for the drop down nav tree, for this theme affects my other theme.
|
|
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 Oct 25, 2013 7:40:58 GMT -8
-noogies Stinky666 - twds.proboards.com is experiencing a slight issue with the shoutbox in the redux sidebar Brian. The shoutbox is only appearing on the main page. <script type="text/javascript">
$(document).ready(function() { $('#move-shoutbox').append($('div.shoutbox.container.full')); });
</script> is whats in the global footers. Thank you both in advance. EDIT: Also there's no "post as" option, for guests when it is enabled and the reply button is also gone. I'm guessing these are coded out so that they don't show or its a glitch/ script conflict? EDIT2: I have also noticed that the styling for the drop down nav tree, for this theme affects my other theme. Not sure how the sidebar works in all honesty, but do you have the $[shoutbox] variable in the Home layout template, or Forum Wrapper? If you could check, that'd be great. If it's in "Home" then that's most likely the reason. By default I used to take out the "Post as" option for both guests and members, because in my eyes it took too much space. If you want it back, let me know and I will tell you how to add it in. I assume that would be a problem with the plugin settings. Make sure they are all done correctly.
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Oct 25, 2013 8:16:26 GMT -8
Stinky666 the shoutbox works as it should on all pages, on the zombie default theme but not on something dark. Why? I have no clue why, but no I haven't touched the $[shoutbox] variable in the wrappers section. All I did was add the <move shoutbox> div class into the peekaboo and sidebar redux. But I will go find that $[shoutbox] now and add it to the forum wrapper if its not there. OK So I went to both the HOME and FORUM WRAPPERS for "Something Dark" and the shoutbox variable isn't on either page >.> The plugin settings (color styles) have been inputted for each theme individually, so again no idea why this is happening.
|
|
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 Oct 25, 2013 8:38:37 GMT -8
Stinky666 the shoutbox works as it should on all pages, on the zombie default theme but not on something dark. Why? I have no clue why, but no I haven't touched the $[shoutbox] variable in the wrappers section. All I did was add the <move shoutbox> div class into the peekaboo and sidebar redux. But I will go find that $[shoutbox] now and add it to the forum wrapper if its not there. OK So I went to both the HOME and FORUM WRAPPERS for "Something Dark" and the shoutbox variable isn't on either page >.> The plugin settings (color styles) have been inputted for each theme individually, so again no idea why this is happening. On my version (original) for Something Dark Theme, the shoutbox is in the Home template, at the very bottom. You should see: <br/><br/> $[shoutbox] <br/><br/>
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Oct 25, 2013 8:44:50 GMT -8
Ah ok, then my ctrl F function aint doin' its thang got it working on all pages now As for the dropdown nav plugin. Again no clue here, maybe its something in the css?
|
|
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 Oct 25, 2013 8:50:32 GMT -8
Ah ok, then my ctrl F function aint doin' its thang got it working on all pages now As for the dropdown nav plugin. Again no clue here, maybe its something in the css? Is it ok for me to make an account on this forum, so then I can select the theme that's having the nav styles issue so I can see it myself? Because I have no idea otherwise. Personally, I have never had any issues with the styling on multiple themes, and neither have you on Delusional, I don't think.
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Oct 25, 2013 8:55:57 GMT -8
nope no issues on Delusional at all and of course its ok for you to join twds.proboards.com cause its another one of my forums
|
|
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 Oct 25, 2013 8:59:47 GMT -8
nope no issues on Delusional at all and of course its ok for you to join twds.proboards.com cause its another one of my forums Which theme is it that's copying the styling of the other? Name both themes please
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Oct 25, 2013 9:02:45 GMT -8
Zombeh is the default green, zombie theme ;P And Something Dark lol.
By the way I want to do a few more things to this theme, if its ok with you. I will pm you on the forum with my ideas if thats ok?
|
|
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 Oct 25, 2013 9:19:44 GMT -8
Zombeh is the default green, zombie theme ;P And Something Dark lol. By the way I want to do a few more things to this theme, if its ok with you. I will pm you on the forum with my ideas if thats ok? Ok so, good news and bad news. The good news is that it now works fine. I updated the plugin and added the custom CSS needed for each theme. So this means from now in when you use this version of the plugin and have new themes, you will need to add the CSS (located currently at the bottom of the style sheet on both themes). Of course for each enw theme just change the colours accordingly. The bad news is, with this new version, there's a few changes in order to make links work properly. Currently, stuff are set out as Name|URL|(sublinks) With this version, it's quite different, so you will need to edit them to work: support.proboards.com/thread/441050/drop-nav-library-support?page=1Read Shorty's post.
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Oct 25, 2013 9:24:25 GMT -8
okies thanks as always <3
|
|
luap
New Member
Posts: 38
inherit
reilly.mikep@yahoo.com
195730
0
Sept 12, 2014 21:45:25 GMT -8
luap
38
June 2013
luap
|
Post by luap on Dec 13, 2013 9:15:30 GMT -8
Hello again. So i was in here bugging you about changes on my first forum like 6 months ago. Once I got it the way I liked it though I havent been back in the code since. I made a new forum today and have modified everything that needed it except the main header banner image. I have been through all the code twice and read this thread entirely and still cant find it. I found the top left, top right and center background image but not seeing my banner. I found a spot that says banner image but it isnt showing the text for the photobucket image currently in use...so it must not be the right spot.
I feel like a retard asking this after all the work done before but could someone lead the blind to his target?
Thanks.
|
|