Posts posted by Nathan Explosion
-
-
Edited by Nathan Explosion
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.
-
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>
-
You're using native JS - ${variable} would be fine if jQuery wasn't already using $.
Change a line
13 minutes ago, Saurabh Jain said:userInfoElement.textContent = `Logged-in Member ID: \${memberId}, Name: \${memberName}`;
And then it works fine, depending on where you put it
9 minutes ago, Saurabh Jain said:am using in pages
WHERE in Pages? More detail, not scraps...
-
Edited by Nathan Explosion
2 hours ago, Saurabh Jain said:is this correct
Have you tried it yet yourself? What were the results, if you did?
You've given zero indication about where you are planning to use that so it is difficult to say if it would be correct. More detail is always better than...
Anyway...this JS will work, depending on where you put it.
const memberId = ips.getSetting('memberID'); const userLink = document.getElementById('elUserLink'); const memberName = userLink.textContent.trim();
-
-
-
33 minutes ago, tpasa said:
I'm going to assume the link I provided is the RSS feed URL for that forum and that I will need to submit each forum RSS feed URL.
This is the forum: https://forum.orioleshangout.com/forum/3-minors
Now, scroll all the way down to the bottom of the page:
That is the link to the RSS feed for that forum.
It will be the same place on each page if an RSS feed exists for it - it's down there in the footer area.
-
-
-
-
-
Just now, Marc said:
As said, I have brought it up as a bug report
Good because that is what they are reporting - not that someone else has edited it, but that the anonymous poster has edited it.
On 10/20/2024 at 12:11 AM, Mick23 said:In addition, if a user edits their anonymous post it will show their user name in the edit message.
Anyway - was just correcting the 'quoted' confusion.
Off I head to test it out now...
-
-
-
-
-
-
-
-
Your site is reachable via https://jeepforum.nl
But your source code is still referencing http://jeepforum.nl
Have you cleared the system cache in the ACP? if you cannot access the ACP, clear the contents of the datastore folder on your installation.
-
-
-
8 minutes ago, Marc said:
You would need customisation to achieve this.
?
@bosss go into your languages and ensure that the locale is set correctly.
Default for a language is "English (United States)"
result:
I change to my actual locale:
Result
Swedish
Result
-
Star for threads I've posted in
in Feedback
Take a look at this screenshot - see if you can guess which one I've posted in (look at the user photo)
Zoomed in...