Post by Lynx on Jul 19, 2015 6:41:42 GMT -8
Current Version: 2.0.3
Download: Forum_Marquee_203.pbp (2.75 KB)
Key(s) Used: (none)
Version 2.0.3 now allows for marquee placement (see 3rd image above). You now have 3 options: Header (where you see it now - prepends to #content), Footer (appends to #content) and Custom. The first 2 options are hard-coded placements. The Custom option lets you place the marquee anywhere you want to. The only additional thing you need to do is to place:
<div id="msg_Marquee"></div>
where you want the marquee to appear. If you don't add in the above <div>, and have it set to Custom, the marquee will not appear anywhere.
Version 2.0.2 has been accepted into the library. This version allows you to change the color of the word "Link:" as well as the link text (if using a link in a marquee item). Each marquee item allows individual colors for both, as they are part of the autoform entry. This means that you can have different colors for text, "Link:" and link text on 1 entry and completely different colors on another entry.
Version 2.0.1 has been submitted and accepted into the Plugin Library. This version simply removes the Home Page only aspect - allowing it to run on every page. Other than that, no new changes.
This version is also left editable. With that said, please take note that I do not support modifications to the JavaScript - I only support it if the coding is left intact, the same as when you got it from the library. Thank you.
Version 2.0.0 is a complete rewrite. This version now uses autoforms. This version also uses the <marquee> tag (this will be worked on in the future to be removed). As such, all text lines will get displayed before it starts the cycle again - meaning that there will be space after the "ending separator" (<<<>>>) before the text shows again. This is how the <marquee> tag works, so there's no workaround for this until I can make the marquee strictly JS. As you can see from the images, Text Lines and (any) Links for a Text Line are now together - no more changing UI tabs to set them. Also, since autoforms are now used, you can add / edit / remove / rearrange items to your liking much more easily. I should also note that the marquee only runs on the homepage at this time. As this is a rewrite, please be sure you report any bugs in this thread.
Version 1.1.3 fixed an issue where the marquee would not scroll after updating to the 1.1.2 fix.
Version 1.1.2 fixed an incompatibility issue with the Easy Affiliate Table plugin.
Version 1.1.1 fixed an issue where the marquee wasn't using the full forum width with just 1 or 2 Text Lines.
Version 1.1.0 now allows you to add links to your Text Lines. These links (if used) will be appended to the Text Line of the same number. For example, Link Text 3 will get appended to Text Line 3. Please take note that a Text Line must have content to append a link to it. If Text Line 3 was empty (not used), Link Text 3 would not display. However, if you were using 4 Text Lines (1 through 4), you can have a link appended to just #1 and #3 by using Link Text (URL) 1 and Link Text (URL) 3, leaving Link Text (URL) 2 and 4 blank. This would result in Text Lines 1 and 3 having links appended and Text Lines 2 and 4 just having the Text Lines with no links appended.
Changelog:
2.0.3 - Added placement options.
2.0.2 - Added options to change color of word "Link" and color of the Link Text.
2.0.1 - Removed Home Page only aspect (should run on every page now).
2.0.0 - Complete rewrite to now use autoforms.
1.1.3 - Fixed issue where marquee would not scroll after 1.1.2 fix.
1.1.2 - Fixed incompatibility issue with Easy Affiliate Table plugin.
1.1.1 - Fixed issue with marquee not using full width with 1 or 2 Text Lines
1.1.0 - Added the ability to append links to your Text Lines
1.0.3 - Added in a Speed setting for scrolling speed.
1.0.2 - Fixed it so it auto starts after page is loaded.
1.0.1 - Fixed some spacing issues. Some text was getting cut off if a Text Line was longer than Text Line 1.
1.0.0 - Plugin created.
Download: Forum_Marquee_203.pbp (2.75 KB)
Key(s) Used: (none)
Version 2.0.3 now allows for marquee placement (see 3rd image above). You now have 3 options: Header (where you see it now - prepends to #content), Footer (appends to #content) and Custom. The first 2 options are hard-coded placements. The Custom option lets you place the marquee anywhere you want to. The only additional thing you need to do is to place:
<div id="msg_Marquee"></div>
where you want the marquee to appear. If you don't add in the above <div>, and have it set to Custom, the marquee will not appear anywhere.
Version 2.0.2 has been accepted into the library. This version allows you to change the color of the word "Link:" as well as the link text (if using a link in a marquee item). Each marquee item allows individual colors for both, as they are part of the autoform entry. This means that you can have different colors for text, "Link:" and link text on 1 entry and completely different colors on another entry.
Version 2.0.1 has been submitted and accepted into the Plugin Library. This version simply removes the Home Page only aspect - allowing it to run on every page. Other than that, no new changes.
This version is also left editable. With that said, please take note that I do not support modifications to the JavaScript - I only support it if the coding is left intact, the same as when you got it from the library. Thank you.
Version 2.0.0 is a complete rewrite. This version now uses autoforms. This version also uses the <marquee> tag (this will be worked on in the future to be removed). As such, all text lines will get displayed before it starts the cycle again - meaning that there will be space after the "ending separator" (<<<>>>) before the text shows again. This is how the <marquee> tag works, so there's no workaround for this until I can make the marquee strictly JS. As you can see from the images, Text Lines and (any) Links for a Text Line are now together - no more changing UI tabs to set them. Also, since autoforms are now used, you can add / edit / remove / rearrange items to your liking much more easily. I should also note that the marquee only runs on the homepage at this time. As this is a rewrite, please be sure you report any bugs in this thread.
Version 1.1.3 fixed an issue where the marquee would not scroll after updating to the 1.1.2 fix.
Version 1.1.2 fixed an incompatibility issue with the Easy Affiliate Table plugin.
Version 1.1.1 fixed an issue where the marquee wasn't using the full forum width with just 1 or 2 Text Lines.
Version 1.1.0 now allows you to add links to your Text Lines. These links (if used) will be appended to the Text Line of the same number. For example, Link Text 3 will get appended to Text Line 3. Please take note that a Text Line must have content to append a link to it. If Text Line 3 was empty (not used), Link Text 3 would not display. However, if you were using 4 Text Lines (1 through 4), you can have a link appended to just #1 and #3 by using Link Text (URL) 1 and Link Text (URL) 3, leaving Link Text (URL) 2 and 4 blank. This would result in Text Lines 1 and 3 having links appended and Text Lines 2 and 4 just having the Text Lines with no links appended.
Changelog:
2.0.3 - Added placement options.
2.0.2 - Added options to change color of word "Link" and color of the Link Text.
2.0.1 - Removed Home Page only aspect (should run on every page now).
2.0.0 - Complete rewrite to now use autoforms.
1.1.3 - Fixed issue where marquee would not scroll after 1.1.2 fix.
1.1.2 - Fixed incompatibility issue with Easy Affiliate Table plugin.
1.1.1 - Fixed issue with marquee not using full width with 1 or 2 Text Lines
1.1.0 - Added the ability to append links to your Text Lines
1.0.3 - Added in a Speed setting for scrolling speed.
1.0.2 - Fixed it so it auto starts after page is loaded.
1.0.1 - Fixed some spacing issues. Some text was getting cut off if a Text Line was longer than Text Line 1.
1.0.0 - Plugin created.