#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Sept 16, 2013 9:52:22 GMT -8
This works out great.. Is there anyway I can change the font size for the welcome message? What welcome message are you referring to? Can you link to the forum in question?
|
|
blueshead
Full Member
More hot peppers please!
Posts: 928
inherit
185994
0
Jun 17, 2018 15:20:52 GMT -8
blueshead
More hot peppers please!
928
November 2012
mrblueshead
|
Post by blueshead on Sept 16, 2013 10:33:04 GMT -8
This works out great.. Is there anyway I can change the font size for the welcome message? What welcome message are you referring to? Can you link to the forum in question? Sure.. My forum is hereThe welcome message is from this that was posted.. if(proboards.data('user').name != "Guest") fContent.push('Glad to have you back, '+proboards.data('user').name+'.'); {foreach $[plugin.settings.headlines]}fContent.push(proboards.plugin.get('v4_news_fader').settings.headlines[$[plugin.settings.headlines.index]].line);{/foreach} I'd like to know if I can the font size with in this?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Sept 16, 2013 10:38:25 GMT -8
Sure.. My forum is hereThe welcome message is from this that was posted.. if(proboards.data('user').name != "Guest") fContent.push('Glad to have you back, '+proboards.data('user').name+'.'); {foreach $[plugin.settings.headlines]}fContent.push(proboards.plugin.get('v4_news_fader').settings.headlines[$[plugin.settings.headlines.index]].line);{/foreach} I'd like to know if I can the font size with in this? You can, but the easier and more ideal overall method would be to use CSS to change the font size of everything inside the news fader since you're making every entry the same size. Try adding this to the bottom of Themes > Advanced Styles & CSS > Style Sheet.
|
|
blueshead
Full Member
More hot peppers please!
Posts: 928
inherit
185994
0
Jun 17, 2018 15:20:52 GMT -8
blueshead
More hot peppers please!
928
November 2012
mrblueshead
|
Post by blueshead on Sept 16, 2013 16:15:41 GMT -8
Sure.. My forum is hereThe welcome message is from this that was posted.. if(proboards.data('user').name != "Guest") fContent.push('Glad to have you back, '+proboards.data('user').name+'.'); {foreach $[plugin.settings.headlines]}fContent.push(proboards.plugin.get('v4_news_fader').settings.headlines[$[plugin.settings.headlines.index]].line);{/foreach} I'd like to know if I can the font size with in this? You can, but the easier and more ideal overall method would be to use CSS to change the font size of everything inside the news fader since you're making every entry the same size. Try adding this to the bottom of Themes > Advanced Styles & CSS > Style Sheet. That did it.. Thank you very much Brian
|
|
inherit
196452
0
Nov 1, 2013 7:40:31 GMT -8
Baller95
What's for dinner?: Food
1,771
July 2013
baller95
|
Post by Baller95 on Sept 26, 2013 4:35:07 GMT -8
Brian Is it possible to say "Please welcome our newest member: membernamehere"?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Sept 26, 2013 9:21:50 GMT -8
Brian Is it possible to say "Please welcome our newest member: membernamehere"? Yes. The code to do that is on the first page of this thread.
|
|
inherit
196452
0
Nov 1, 2013 7:40:31 GMT -8
Baller95
What's for dinner?: Food
1,771
July 2013
baller95
|
Post by Baller95 on Sept 26, 2013 10:16:16 GMT -8
Brian Is it possible to say "Please welcome our newest member: membernamehere"? Yes. The code to do that is on the first page of this thread. Sorry about that
|
|
inherit
196452
0
Nov 1, 2013 7:40:31 GMT -8
Baller95
What's for dinner?: Food
1,771
July 2013
baller95
|
Post by Baller95 on Sept 26, 2013 12:08:29 GMT -8
Removed
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Sept 26, 2013 13:06:09 GMT -8
I'm not sure why you posted it in this thread. That's a template modification that has nothing to do with my plugin. If you want it on just the home page, place it in the Home template.
|
|
inherit
196452
0
Nov 1, 2013 7:40:31 GMT -8
Baller95
What's for dinner?: Food
1,771
July 2013
baller95
|
Post by Baller95 on Sept 26, 2013 15:13:26 GMT -8
I'm not sure why you posted it in this thread. That's a template modification that has nothing to do with my plugin. If you want it on just the home page, place it in the Home template. Lol true, my bad
|
|
inherit
196452
0
Nov 1, 2013 7:40:31 GMT -8
Baller95
What's for dinner?: Food
1,771
July 2013
baller95
|
Post by Baller95 on Oct 5, 2013 11:46:53 GMT -8
Ok there's a really annoying problem with this plugin. When backspacing a few letters text in the text field it deletes everything. After typing a few sentences and realizing I made a mistake, I go to back space and lose everything all the time. BrianThat's a bug with auto forms in plugins. I already added it to our bug tracker a while back. Brian, any updates on this?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Oct 6, 2013 8:42:38 GMT -8
That's a bug with auto forms in plugins. I already added it to our bug tracker a while back. Brian, any updates on this? Nobody's started working on the task yet, so no.
|
|
inherit
192992
0
Jul 1, 2015 6:25:26 GMT -8
julianashcroft
36
April 2013
julianashcroft
|
Post by julianashcroft on Oct 15, 2013 1:46:50 GMT -8
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Oct 17, 2013 9:04:40 GMT -8
Yep! In Structure > Layout Templates > Home, remove this bit: Then go to Plugins > Build > V4 News Fader and click on the Components tab. Find the line at the very bottom that says fade(); and change it to this:
|
|
inherit
192992
0
Jul 1, 2015 6:25:26 GMT -8
julianashcroft
36
April 2013
julianashcroft
|
Post by julianashcroft on Oct 18, 2013 0:48:46 GMT -8
That works great, thank you.
|
|