Jump to content

Featured Replies

Posted

Does anyone know of or have an application for marquees?

where do you want the marquee? I assume you could create a block for that and what kind of marquee are you looking for?

  • Author

At the top of the page, listing the latest news.

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 by Drewfus

  • Author

I would like to see if anyone would be able to do an application for it.

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>

 

  • Author

Cool thanks. Happy new year to you and yours.

Edited by FeigelInc

  • Author

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.

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 by Nathan Explosion

I remember one from Taman:

I'm not sure but I think there was another one but I can't remember.

Yep that is it News Ticker Enabled 1.0.7

  • Author

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.

  • Management

Robin Williams What Year Is It GIF

  • Author

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.

@FeigelInc I am presently working on one I will try and have it done in the next couple weeks.

Couldn't you use the HTML widget in combination with the code posted in 

 ? 

  • Author

I tried code, it came out okay. @Drewfus I can't wait to see what you come up with.

Edited by FeigelInc

@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.

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.

  • Author

Wonderful! Thank you for your assistance.

  • Management
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.

@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.

  • Author

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.

  • Management
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.

wrestlemania x8 wrestling GIF by WWE

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?

Recently Browsing 0

  • No registered users viewing this page.