inherit
209474
0
Jul 5, 2018 2:58:44 GMT -8
scifikriss
132
May 2014
scifikriss
|
Post by scifikriss on Sept 10, 2014 13:10:11 GMT -8
Ok is there a way to do this but in the footer? ie say 3 columns along the bottom? Or should I ask for it as a plugin in the request section? Kriss
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Sept 10, 2014 13:16:59 GMT -8
Why does it show different for me when I lay one on top of the other? Oh well. I'll see if I can get the to alter the widths in their sidebars. Hopefully I an squeeze enough out to accommodate the you tube video. Thanks Brian. I can't comment on that without visual reference. I don't know what you mean. hi Brianyes i have change it! so how to remove that? I'm not seeing that on your forum, so... *shrug* Can't offer advice on how to remove something I can't see in the first place. Ok is there a way to do this but in the footer? ie say 3 columns along the bottom? Or should I ask for it as a plugin in the request section? Kriss Do what? Move the recent threads? Move all of your sidebars as a whole?
|
|
inherit
212410
0
Nov 22, 2015 4:06:25 GMT -8
mugiwara303
117
August 2014
mugiwara3003
|
Post by mugiwara303 on Sept 10, 2014 13:22:22 GMT -8
hi Brianyes i have change it! so how to remove that? I'm not seeing that on your forum, so... *shrug* Can't offer advice on how to remove something I can't see in the first place. LoL! its done now sorry!
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Sept 10, 2014 13:24:00 GMT -8
I'm not seeing that on your forum, so... *shrug* Can't offer advice on how to remove something I can't see in the first place. LoL! its done now sorry! Oh, I see. You were having the same problem because of the code I offered adding a background. I updated the post with one that shouldn't break. Look here: support.proboards.com/post/6007980
|
|
inherit
209474
0
Jul 5, 2018 2:58:44 GMT -8
scifikriss
132
May 2014
scifikriss
|
Post by scifikriss on Sept 10, 2014 13:29:34 GMT -8
Well make a sidebar redux that is actually a footer redux... Like the columns at the bottom of this board... just makes it easier to to add and take away things when all you have to do is just change some of the coding in the container... I know I am lazy... Kriss
|
|
inherit
212410
0
Nov 22, 2015 4:06:25 GMT -8
mugiwara303
117
August 2014
mugiwara3003
|
Post by mugiwara303 on Sept 10, 2014 13:30:13 GMT -8
Oh, I see. You were having the same problem because of the code I offered adding a background. I updated the post with one that shouldn't break. Look here: support.proboards.com/post/6007980i have change it but still not working
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Sept 10, 2014 13:41:42 GMT -8
Oh, I see. You were having the same problem because of the code I offered adding a background. I updated the post with one that shouldn't break. Look here: support.proboards.com/post/6007980i have change it but still not working You need to do everything in that post, not just change the CSS.
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Sept 10, 2014 13:41:49 GMT -8
Well make a sidebar redux that is actually a footer redux... Like the columns at the bottom of this board... just makes it easier to to add and take away things when all you have to do is just change some of the coding in the container... I know I am lazy... Kriss I would recommend seeking another plugin for that. It would be a lot quicker than trying to reverse engineer this one.
|
|
inherit
209474
0
Jul 5, 2018 2:58:44 GMT -8
scifikriss
132
May 2014
scifikriss
|
Post by scifikriss on Sept 10, 2014 13:42:29 GMT -8
Thought so... was just a thought.. Kriss
|
|
inherit
212410
0
Nov 22, 2015 4:06:25 GMT -8
mugiwara303
117
August 2014
mugiwara3003
|
Post by mugiwara303 on Sept 10, 2014 13:49:38 GMT -8
thank you Brian this plugin should be integrated on next versions of proboards! also you have some useful things on you website!
|
|
inherit
209474
0
Jul 5, 2018 2:58:44 GMT -8
scifikriss
132
May 2014
scifikriss
|
Post by scifikriss on Sept 10, 2014 23:25:02 GMT -8
Ok I have changed everything now and it looks perfect! Thanks for all your help... <3 Kriss
|
|
inherit
207280
0
May 21, 2020 11:39:11 GMT -8
RileyCasper
12
March 2014
rileycasper
|
Post by RileyCasper on Sept 13, 2014 11:04:11 GMT -8
Is there anyway to use proboards html tags within the sidebar? e.i. $[current_user.avatar_medium]
it doesn't seem like it works. I was hoping there would be a way that it could?
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Sept 14, 2014 8:45:12 GMT -8
Is there anyway to use proboards html tags within the sidebar? e.i. $[current_user.avatar_medium] it doesn't seem like it works. I was hoping there would be a way that it could? It's not possible to use layout template variables within a plugin as they only exist within the layout templates themselves. You'd need to make a hidden <div> element in your Forum Wrapper template and move that into the sidebar using Javascript if you wanted to generate something using layout template variables.
|
|
inherit
207280
0
May 21, 2020 11:39:11 GMT -8
RileyCasper
12
March 2014
rileycasper
|
Post by RileyCasper on Sept 14, 2014 17:39:20 GMT -8
I feel like I'm being a burden, but how does one go about doing that Brian. I'm not familiar with javascript, only more so with css and html.
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Sept 15, 2014 8:16:10 GMT -8
Place this anywhere in Themes > Layout Templates > Forum Wrapper (preferably after the <body> tag and before the $[header] variable), substituting the text in green with the layout template HTML you wish to use.
Then add this in your sidebar wherever you'd like it to be.
|
|