Search found 90 matches

by NorfolkGreg
Mon Nov 08, 2021 2:42 pm
Forum: Support
Topic: [SOLVED] Login Page
Replies: 8
Views: 7147

[SOLVED] Re: [BUG?] Login Page

do you try clicking the "Logout" link after your session has expired? This is the only way I could reproduce the issue - but it happens for a reason. The logout page doesn't exist if you're already logged out. Ah! You're right of course! It's an expired session effect. I don't just leave ...
by NorfolkGreg
Mon Nov 08, 2021 2:25 pm
Forum: Support
Topic: [SOLVED] Image Handling
Replies: 7
Views: 10277

Re: Image Handling

Actually, I discover it's not so useful! :-( Up till now I've been moving code across from another site and been copying in standard image code in the form: <img class="right" alt="Decorative consultation image" src="data/files/consultation02.jpg"> Now, using Summernote...
by NorfolkGreg
Thu Nov 04, 2021 3:31 pm
Forum: Support
Topic: [SOLVED] Cloaking Email Addresses
Replies: 22
Views: 16545

Re: Cloaking Email Addresses

To avoid topic drift I've opening two new topics Image Handling and Auto Save Issues.
by NorfolkGreg
Thu Nov 04, 2021 3:28 pm
Forum: Support
Topic: [SOLVED] Auto Save Issues
Replies: 2
Views: 3465

[SOLVED] Auto Save Issues

In this topic: https://www.wondercms.com/community/viewtopic.php?p=5799&sid=e789f6c3f43cf6374ec4cbcc5fdda4aa#p5799 OneManLaptop said I'm also changing my mind about having the save be automatic. I had a client do half an edit on their site, delete a load of things and then he was called away, bu...
by NorfolkGreg
Thu Nov 04, 2021 3:15 pm
Forum: Support
Topic: [SOLVED] Image Handling
Replies: 7
Views: 10277

[SOLVED] Image Handling

In this post: https://www.wondercms.com/community/viewtopic.php?p=5799&sid=e789f6c3f43cf6374ec4cbcc5fdda4aa#p5799 OneManLaptop said: My main concern right now is the image handling, every other week I have to run behind a client and edit the images they upload, because there's no resizing / resa...
by NorfolkGreg
Thu Nov 04, 2021 10:18 am
Forum: Support
Topic: [SOLVED] Cloaking Email Addresses
Replies: 22
Views: 16545

Re: Cloaking Email Addresses

Normally, I say it was probably a minor mis-keying that did that, but having looked at your Irish Pub site I know you have the skills to avoid any obvious mistypings. More likely you're right and it was a bug in Summernote. I confess I hate what the Summernote editor does to one's carefully crafted ...
by NorfolkGreg
Sat Oct 23, 2021 8:49 am
Forum: Support
Topic: [SOLVED] Cloaking Email Addresses
Replies: 22
Views: 16545

Re: Cloaking Email Addresses

Still more tragic things happen when I use this code in my footer: <p>&copy; 2008 <script> new Date().getFullYear()>2008&&document. write("-"+new Date().getFullYear()); </script> Organisation Name </p> to generate a line: "© 2008 -2021 Organisation Name" The entire pa...
by NorfolkGreg
Fri Oct 22, 2021 11:19 am
Forum: Support
Topic: [SOLVED] Cloaking Email Addresses
Replies: 22
Views: 16545

[SOLVED] Cloaking Email Addresses

It's been my practice over a number of years to use this snippet of JavaScript to cloak email address links on the web sites I produce, using this code: <script type="text/javascript"> <!-- Begin who = "user"; where = "mydomain.com"; document.write('<a href=\"mailt...
by NorfolkGreg
Mon Oct 18, 2021 9:05 am
Forum: Support
Topic: [SOLVED] Minor Documentation Issue
Replies: 1
Views: 3551

[SOLVED] Minor Documentation Issue

https://www.wondercms.com/about says: WonderCMS will support a maximum of 25 themes and 25 plugins. More recently I have discovered that https://github.com/robiso/wondercms#what-to-or-not-to-expect-from-wondercms says: To make WonderCMS sustainable and compact, a maximum number of 20 plugins and 50 ...
by NorfolkGreg
Tue Oct 12, 2021 11:09 pm
Forum: Support
Topic: [SOLVED] Running WCMS locally under the PHP Web Server
Replies: 5
Views: 5465

Re: Running WCMS locally under the PHP Web Server

Here is the full list of requirements: https://www.wondercms.com/requirements OK! That says: PHP version 7.2 or greater cURL extension mbstring extension Zip extension mod_rewrite module enabled PHP 7.4.8 is installed - Sorted! mbstring - Appears sorted after your help above! cURL Extension - I sti...