Search found 188 matches

by steven
Tue May 28, 2024 8:07 am
Forum: TNG Settings, Mods and Information
Topic: TNG Move Custom Info Menu Links Mod
Replies: 0
Views: 156

TNG Move Custom Info Menu Links Mod

By default info menu links added to customconfig.php are appended to the end of the info menu. Installing this mod moves the link just below the TNG repositories link without changing existing code blocks in the TNG genlib.php file. TNG info menu without the mod installed: /web_images/tng/settings_i...
by steven
Sun May 05, 2024 5:25 pm
Forum: TNG Settings, Mods and Information
Topic: TNG Canonical Tag Mod
Replies: 0
Views: 349

TNG Canonical Tag Mod

I submitted a URL to Google for indexing but the response was a "Duplicate without user-selected canonical" message. I had received this message before so I checked the Google Console manager to see how many pages were not indexed due to this condition. (This is a geneaology website with m...
by steven
Sun Dec 31, 2023 4:00 pm
Forum: Web Station
Topic: Set up a Website on your Synology Server
Replies: 16
Views: 196589

Re: Set up a Website on your Synology Server

This was written some time ago using DSM 5 and DSM 6 but there are no specific challenges I can think of. The only server errors I've encountered were programming errors, I made, in either Apache or PHP. If you are using a third party program, it is best to unzip the program files using file station...
by steven
Fri Dec 15, 2023 2:23 pm
Forum: TNG Settings, Mods and Information
Topic: TNG 404 Error Mod
Replies: 0
Views: 30914

TNG 404 Error Mod

When TNG encounters a missing resource a 404 status code is sent but users get a blank page. There is no way to get back to TNG except use the browser back button. This mod issues a 404 status code that does not change the URL while displaying a TNG page. The mod replaces all occurrences of thispage...
by steven
Thu Nov 23, 2023 12:43 pm
Forum: TNG Settings, Mods and Information
Topic: TNG Remove Timeline Chart Numbers
Replies: 0
Views: 24644

TNG Remove Timeline Chart Numbers

If you have many events or show more than one person, the TNG chart below the timeline can get cluttered with numbers overlapping each other. The mod removes the timeline event numbers below the chart. It does not affect timeline or the date links just above the chart. Overlapping TNG Chart Numbers ...
by steven
Sat Nov 18, 2023 5:17 pm
Forum: TNG Settings, Mods and Information
Topic: TNG Templates 24567 Mod
Replies: 0
Views: 24078

TNG Templates 24567 Mod

TNG templates 2, 4, 5, 6, and 7 present page content inside tables. This makes the header expand off the screen to the right if page content overflows horizontally. Additionally scroll mod will not scroll these templates horizontally. If you are not using one of these templates do not install the mo...
by steven
Wed Oct 11, 2023 6:41 pm
Forum: TNG Settings, Mods and Information
Topic: TNG Scroll Mod
Replies: 0
Views: 23378

TNG Scroll Mod

The Scroll Mod was created due to changes in TNG that prevented Scroll-xy from scrolling horizontally and installing in TNG v14. The first release scrolled pages vertically if they have overflowing content, the newest version also scrolls horizontally except for templates 2, 4, 5, 6, and 7. These te...
by steven
Fri Aug 25, 2023 3:50 pm
Forum: Archives
Topic: OSM Error! No internet connection
Replies: 0
Views: 28942

OSM Error! No internet connection

Before making changes, consider using the latest mod revision. This modification was corrected. Download at https://www.tng.lythgoes.net/wiki/index.php/OpenStreetMap . In August Nominatim changed the URL search link. So in order to fix the link, edit the ol-geocoder.js file with a UTF-8 editor and ...
by steven
Mon Jul 03, 2023 2:42 pm
Forum: Web Station
Topic: Synology DDNS Stopped Working
Replies: 0
Views: 19521

Synology DDNS Stopped Working

I've had 4 websites on my Synology DS916+ for over eight years when my DDNS suddenly quit updating. I'm not sure of the root cause as these entries were created years ago. Something I did, at that time, may not have been compatible with a recent upgrade. To check this, log in to DSM , open Control P...
by steven
Thu Jun 01, 2023 3:56 pm
Forum: MariaDB
Topic: Connecting to MariaDB
Replies: 11
Views: 109198

Re: Connecting to MariaDB

If you you are using the code exactly as shown in your post, you are closing the database connection before you do anything. The connection must remain open when getting or writing data. If PHP closes the connection before reading database data to variables or arrays, nothing happens.