#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 17, 2014 9:43:14 GMT -8
Brianscootproftest.freeforums.net/ = My test forum. Watch the scooter moving from left to right on the message Welcome to the Forum. Yes I know it's backwards but this is just a test. What doesn't make sense Brian is I can put it on the other side going from right to left and the scooter is lower, right inline with the text. When I say inline imagine a horizontal line at the bottom of the text and the scooter wheels are on the same line as the text not above it like it is now? Marquees display as block level elements, meaning they usually take up their own line. You could try adding style="float: left;" to its inline attributes but I dunno if it'll meet the width of the container along with the other text.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 17, 2014 10:32:22 GMT -8
An attribute is one of the things that goes inside the tag, like the behavior and direction attributes of the <marquee> tag.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 17, 2014 10:57:23 GMT -8
So add a width attribute to the marquee.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 17, 2014 11:14:56 GMT -8
Aargh! Now it moves the text to the right! <marquee behavior="scroll" direction="right" style="float: left;" width="300"><img src="http://www.jr-richscooterdoc.com/XsmileP/X04.gif" alt="X04.gif"/></marquee>Welcome to Forum!
scootproftest.freeforums.net/I dunno what to tell you other than marquees suck. Their behavior is different in every browser.
|
|
Former Member
inherit
guest@proboards.com
189070
0
Nov 26, 2024 6:30:58 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 22, 2014 14:14:17 GMT -8
Hi Brian! Lov the plugin and always use the older version 1.0.1 because I prefer adding things to the boxes in that version, I like to keep a backup of my plugins just in case but when I try and DL it to desktop I get this: Database Query Error We're really sorry about this, but due to server issues we could not load this page.
Newer versions download fine, any way to download version 1.0.1? Also is there any code to have it on all/a certain page besides the home page? any advice would be appreciated dude cheers!
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 23, 2014 9:24:56 GMT -8
Hi Brian! Lov the plugin and always use the older version 1.0.1 because I prefer adding things to the boxes in that version, I like to keep a backup of my plugins just in case but when I try and DL it to desktop I get this: Database Query Error We're really sorry about this, but due to server issues we could not load this page. Newer versions download fine, any way to download version 1.0.1? Also is there any code to have it on all/a certain page besides the home page? any advice would be appreciated dude cheers! support.proboards.com/post/5715914Plugins > Build > V4 News FaderGo to the Components tab. Click on the Global button in the right sidebar to add a Global Header & Footer component. Copy the stuff from the Main Header & Footer component to the global one, then delete the Main Header & Footer one and save.
|
|
Former Member
inherit
guest@proboards.com
189070
0
Nov 26, 2024 6:30:58 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 24, 2014 6:17:12 GMT -8
Excellent! Thanks loads Brian
|
|
Former Member
inherit
guest@proboards.com
207346
0
Nov 26, 2024 6:30:58 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 31, 2014 9:26:04 GMT -8
How do I get it so that it has a clickable link displayed? as in [*url=<url>]here[*/url]? (SOLVED) Is it possible to make one page of the fader multiple lines of text? So instead of it all appearing as one line then wrapping, I'd like it so that I can set where the next line starts. i.e. Instead of this: We are currently recruiting staff members.Positions available include:*Moderators*Global Moderators*AdminPM...etc Having this: We are currently recruiting staff members: Positions available include: *Moderators *Global Moderators *Admin PM... etc.
|
|
Former Member
inherit
guest@proboards.com
207346
0
Nov 26, 2024 6:30:58 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 31, 2014 9:47:00 GMT -8
When I put this: <span id="newest-user" style="display: none;">Welcome to our newest user, $[newest_user]!</span>
<span id="last-thread" style="display: none;">Last Updated Thread: $[last_updated_thread]</span>
<script type="text/javascript">
fContent.push(document.getElementById('last-thread').innerHTML);
fContent.push(document.getElementById('newest-user').innerHTML);
</script>
into the home page on the structure layout thing, when it went into my news fader, it scrolled through my news feeds until it got to this, at which point it got stuck cycling the newest user and the latest post fades. I pasted it here: $[news] {foreach $[category]} <span id="newest-user" style="display: none;">Welcome to our newest user, $[newest_user]!</span> <span id="last-thread" style="display: none;">Last Updated Thread: $[last_updated_thread]</span> <script type="text/javascript"> fContent.push(document.getElementById('last-thread').innerHTML); fContent.push(document.getElementById('newest-user').innerHTML); </script> $[category.anchor] <div class="container boards"> <div class="title-bar bb as opposed to here: <span id="newest-user" style="display: none;">Welcome to our newest user, $[newest_user]!</span> <span id="last-thread" style="display: none;">Last Updated Thread: $[last_updated_thread]</span> <script type="text/javascript"> fContent.push(document.getElementById('last-thread').innerHTML); fContent.push(document.getElementById('newest-user').innerHTML); </script> $[news] {foreach $[category]} $[category.anchor] <div class="container boards"> <div class="title-bar bb because when I pasted it into the latter, it didn't work at all. my forumAt the end of news feed it goes newest user, latest post, newest user, latest post, newest user, first news feed.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 31, 2014 11:15:22 GMT -8
@yasineyra:
HTML can be used in this plugin, so simply add the appropriate HTML for links.
Use <br /> tags if you want to add a line break.
It shouldn't matter if you place the codes before or after the $[news] variable in the Home template as they add items to an array that was already defined earlier in the page.
The repeating issue is because you placed the code after {foreach $[category]}, so you've essentially told the page to write the code over and over again for each category on your forum. Ensure the code is before that line, not after.
|
|
Former Member
inherit
guest@proboards.com
207346
0
Nov 26, 2024 6:30:58 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 1, 2014 3:37:29 GMT -8
OK. I half fixed it using this: 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: After doing that, now it displays the newest user and latest post fine, but they come first (as they are supposed to). But I want them to appear 2nd and 3rd, as my 1st News Feed post is 'Welcome to xxxxxxx'. Is it possible to do this?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 1, 2014 8:33:43 GMT -8
OK. I half fixed it using this: 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: After doing that, now it displays the newest user and latest post fine, but they come first (as they are supposed to). But I want them to appear 2nd and 3rd, as my 1st News Feed post is 'Welcome to xxxxxxx'. Is it possible to do this? unshift and push are the only array functions that add items to the array dynamically. They can only add items to the very beginning or end of the array.
|
|
Former Member
inherit
guest@proboards.com
207346
0
Nov 26, 2024 6:30:58 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 1, 2014 10:08:13 GMT -8
OK. I half fixed it using this: After doing that, now it displays the newest user and latest post fine, but they come first (as they are supposed to). But I want them to appear 2nd and 3rd, as my 1st News Feed post is 'Welcome to xxxxxxx'. Is it possible to do this? unshift and push are the only array functions that add items to the array dynamically. They can only add items to the very beginning or end of the array. Is there a way that I could make it so that I push the text ''Welcome to xxxxxxxx'', as if pushing html but really, it's just pushing text?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 1, 2014 10:14:24 GMT -8
unshift and push are the only array functions that add items to the array dynamically. They can only add items to the very beginning or end of the array. Is there a way that I could make it so that I push the text ''Welcome to xxxxxxxx'', as if pushing html but really, it's just pushing text? Yes. Add this in the same area as the other lines you added to the plugin. You can swap out the word in red with unshift if you want the line to be at the beginning instead.
|
|
inherit
169146
0
Apr 7, 2024 5:23:13 GMT -8
Forever Sunshine
Fingerprints don't fade from the lives we touch. Great love & great achievement involve great risk.
1,743
July 2011
foreversunshine
|
Post by Forever Sunshine on Apr 2, 2014 9:39:26 GMT -8
Hiya, Brian! How are you today? I have a quick question regarding the V4 News plugin. Hopefully I can explain what I'd like to do. I have an image added to the background on the News container (not the title area) and on some of my themes, I'd like to have the image located either at the top or bottom of the container, with the text located the reverse of the image. I've been playing around with css on the style sheet .v4news > .content { background-image: but can't seem to get it to work. Help! Is there a way to do what I'd like? Thanks
|
|