Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
Drewfus Posted January 1 Posted January 1 where do you want the marquee? I assume you could create a block for that and what kind of marquee are you looking for?
Drewfus Posted January 1 Posted January 1 (edited) Like I said you can create the block then use your page editor to add the block to the top.I have an example on my site if you want to see it in action. Go to your admin scroll to pages click blocks create new block manual html then give your block a title then click on content tab add this code. <!DOCTYPE html> <html> <body> <style> .btn { background: #0400ff; text-decoration: none; padding: 0.5rem; border: 1px solid #333333; } </style> <marquee font style="bold" scrolldelay="100"><font size="5" face="Verdana"><font color="#BC8F8F"> ***Get all the Latest News... World News..UK News..US News..ect.*** <a class="btn" href="https://your site/latest news/"> Click to see our news </a></marquee> Edited January 1 by Drewfus
FeigelInc Posted January 1 Author Posted January 1 I would like to see if anyone would be able to do an application for it.
Nathan Explosion Posted January 1 Posted January 1 1 hour ago, Drewfus said: Like I said you can create the block then use your page editor to add the block to the top.I have an example on my site if you want to see it in action. Go to your admin scroll to pages click blocks create new block manual html then give your block a title then click on content tab add this code. <!DOCTYPE html> <html> <body> <style> .btn { background: #0400ff; text-decoration: none; padding: 0.5rem; border: 1px solid #333333; } </style> <marquee font style="bold" scrolldelay="100"><font size="5" face="Verdana"><font color="#BC8F8F"> ***Get all the Latest News... World News..UK News..US News..ect.*** <a class="btn" href="https://your site/latest news/"> Click to see our news </a></marquee> How to do it without using a deprecated tag <!DOCTYPE html> <html> <head> <style> .marquee { white-space: nowrap; animation: scroll-right-left 10s linear infinite; } @keyframes scroll-right-left { from { transform: translateX(400px); } to { transform: translateX(-1600px); } } </style> </head> <body> <div class="marquee">this is a marquee done without using the deprecated marquee tag.</div> </body> </html> Mick23 1
FeigelInc Posted January 1 Author Posted January 1 (edited) Cool thanks. Happy new year to you and yours. Edited January 1 by FeigelInc
FeigelInc Posted January 2 Author Posted January 2 I was looking for a new version of the marquee plugin that was done for IPS 4. But I totally understand that there is nothing like it yet that exists for IPS 5.
Nathan Explosion Posted January 2 Posted January 2 (edited) OK - I'll be the guy, now that you've stated something that would have helped from the start... A search for "Marquee" on here doesn't yield much in relation to a 'plugin' that may exist, which gives an indication that it may not have existed here on the marketplace (no support topic, see). So how about more information on what exactly this "marquee plugin" is? Is that its actuall name, or is that what you refer to it as (if so, what is its name?) Who developed it? Was it a v4 plugin, or was it maybe a REALLY old plugin that existed back with v3? More details...better answers. Edited January 2 by Nathan Explosion
Adriano Faria Posted January 2 Posted January 2 I remember one from Taman: I'm not sure but I think there was another one but I can't remember.
FeigelInc Posted January 3 Author Posted January 3 Yes, that's the one I'm speaking of, the news ticker. Sorry, when I think of a 'ticker' I think of the stock market. lol. Yes, it's the plugin that I'd like to get on V5. Just a suggestion for an application.
Adriano Faria Posted January 3 Posted January 3 14 minutes ago, Matt said: 1998. I need it for my Geocities site. SeNioR-, Ibai, Mike G. and 1 other 4
FeigelInc Posted January 3 Author Posted January 3 I don't appreciate being mocked. Your so-called humor is ridiculous and apparently you guys like to mock customers who pay your bills. All I've asked for was a ticker, I'd appreciate some sort of help in that matter. Matt and Afrodude 1 1
Drewfus Posted January 7 Posted January 7 @FeigelInc I am presently working on one I will try and have it done in the next couple weeks.
Daniel F Posted January 7 Posted January 7 Couldn't you use the HTML widget in combination with the code posted in ?
FeigelInc Posted January 7 Author Posted January 7 (edited) I tried code, it came out okay. @Drewfus I can't wait to see what you come up with. Edited January 7 by FeigelInc
Drewfus Posted January 7 Posted January 7 @Daniel F yes I have it in a block on my site but @FeigelInc wants a application like Tamans news ticker so I am trying my hand at it.
Joey_M Posted Thursday at 10:19 PM Posted Thursday at 10:19 PM I have asked Terabyte to release a better version than Taman's newsticker app. He's mentioned building something from the ground up for v5, so if you are interested in something more comprehensive let me know. This could be something sold by Tera, instead of being custom. teraßyte 1
FeigelInc Posted Friday at 10:29 AM Author Posted Friday at 10:29 AM Wonderful! Thank you for your assistance. Matt and Joey_M 2
Management Matt Posted Friday at 12:17 PM Management Posted Friday at 12:17 PM On 1/3/2025 at 11:45 AM, FeigelInc said: I don't appreciate being mocked. Your so-called humor is ridiculous and apparently you guys like to mock customers who pay your bills. All I've asked for was a ticker, I'd appreciate some sort of help in that matter. I am mock-agnostic, it isn't limited to people who pay our bills. Poor jokes aside, I meant no offence. Although tickers in general are fairly poor UI. v5 comes with an autoplaying carousel option which might be better. konon 1
Drewfus Posted Friday at 12:43 PM Posted Friday at 12:43 PM @Matt So how would you use the carousel to autoplay words and no images I don't see that option. I am just not seeing where you can do that.
FeigelInc Posted Friday at 01:37 PM Author Posted Friday at 01:37 PM It caught me off guard on a bad day, I'm kind of old school and for the pro wrestling themed site I'm using Invision for it just displays news and the occasional championship image. So, anyways I'll check out your suggestion @Matt. Matt, Marc and Joey_M 2 1
Management Matt Posted Friday at 02:27 PM Management Posted Friday at 02:27 PM 48 minutes ago, FeigelInc said: It caught me off guard on a bad day, I'm kind of old school and for the pro wrestling themed site I'm using Invision for it just displays news and the occasional championship image. So, anyways I'll check out your suggestion @Matt. This man has a really good yoga program that helped my back a few years back. Did you get what you need for your ticker?
Recommended Posts