Search found 44 matches

by mjxl
Thu Mar 28, 2024 6:15 pm
Forum: Plugins
Topic: [PLUGIN ADDED] Monaco Editor
Replies: 29
Views: 32216

Re: [PLUGIN ADDED] Monaco Editor

NorfolkGreg wrote: ↑Sat Feb 24, 2024 10:15 am I'm yet to tackle the Monco Editor page, and that's where you come in!
Heya Greg!

Just noticed your reply here!

Do you have any other form to communicate on this perhaps?

I've changed my email address to one i actually use, so you could contact me there.

Greets!
by mjxl
Tue May 02, 2023 6:22 pm
Forum: Themes
Topic: Clean theme - dropdown menu for subpages
Replies: 5
Views: 5746

Re: Clean theme - dropdown menu for subpages

I used W3 schools for getting into some HTML/CSS. Here's a page for dropdown stuff: https://www.w3schools.com/css/css_dropdowns.asp Our navigation items look like this: <li class="nav-item active"> <a class="nav-link" href="...">Home</a> </li> So our dropdown "cont...
by mjxl
Mon Nov 28, 2022 5:00 pm
Forum: Themes
Topic: [SOLVED] Local custom theme not visible
Replies: 2
Views: 6409

Re: [SOLVED] Local custom theme not visible

you can also pass it from a URL, copy link from a theme's "apply" button and u'll see:

Code: Select all

?selectModule=whateverThemeYouClicked&type=themes&token=xxxx
change "whateverThemeYouClicked" to your custom theme
by mjxl
Mon Apr 25, 2022 4:43 pm
Forum: Community chat
Topic: Backend for website
Replies: 5
Views: 10702

Re: Backend for website

It depends entirely on your needs and wants.

If you want to create a personal page with a blog and stuff, you could use WonderCMS.
This requires only 5 files to be uploaded to a server, and presto! You've got yourself a functional webpage!
by mjxl
Sat Feb 12, 2022 1:13 am
Forum: Support
Topic: [SOLVED] Cloaking Email Addresses
Replies: 22
Views: 15261

Re: [SOLVED] Cloaking Email Addresses

Small addition which i thought might be interesting to know.. What we are using here is called an IIFE. An IIFE (Immediately Invoked Function Expression) is a JavaScript function that runs as soon as it is defined. (function() { return; })(); This makes it so we don't have to define a function to ru...
by mjxl
Mon Feb 07, 2022 8:41 pm
Forum: Support
Topic: [SOLVED] Cloaking Email Addresses
Replies: 22
Views: 15261

Re: [SOLVED] Cloaking Email Addresses

I would also probably go with a separate script file instead of the inline javascript. Give all the A elements a class name, eg "mail" and then use something like this: // shortcut to use "d" as document (defined in the last line) (d => { // select all instances of A with classna...
by mjxl
Mon Feb 07, 2022 8:21 pm
Forum: Plugins
Topic: [PLUGIN ADDED] Monaco Editor
Replies: 29
Views: 32216

Re: [PLUGIN ADDED] Monaco Editor

Yes! Even tried to give some feedback!

Also I did get your background story, just messing about hehe πŸ˜‹
by mjxl
Mon Feb 07, 2022 3:58 pm
Forum: Support
Topic: [SOLVED] Cloaking Email Addresses
Replies: 22
Views: 15261

Re: [SOLVED] Cloaking Email Addresses

Quick pro hack: open your webpage in incognito mode, this way you can be logged in, and view as visitor! Also JS has (only since recently) BLA.replaceAll('DOT', '.') Both original and replace value can be strings here. Otherwise you can do this instead BLA.replace(/DOT/g, '.') The G behind DOT RegEx...
by mjxl
Mon Feb 07, 2022 3:47 pm
Forum: Plugins
Topic: [PLUGIN ADDED] Monaco Editor
Replies: 29
Views: 32216

Re: [PLUGIN ADDED] Monaco Editor

wiz wrote: ↑Sat Jan 29, 2022 5:44 pm I just want to comment how wholesome this thread is because of you guys.
πŸ‘πŸ˜€

I've been on painkillers the past weeks, any update @NorfolkGreg ?
by mjxl
Mon Jan 24, 2022 11:26 pm
Forum: Plugins
Topic: [PLUGIN ADDED] Monaco Editor
Replies: 29
Views: 32216

Re: [PLUGIN ADDED] Monaco Editor

Trouble is I haven't learnt anything new since around then and you may recall the story about old dogs and new tricks. I can tell you there's some truth in it! ;) haha true story :D But, within my limits, I'll do what I can to assist. Awesome, seems like you are likely more skilled to do this than ...