Now with SSL certificate installed!
Courtesy of https://certbot.eff.org/" class="wiki wikinew text-danger tips">CertBot.
Switched back to OpenStreetMap for the moment. Appears to be working.
Resolved issues with TikiWiki Composer plugin. For reference https://dev.tiki.org/Composer
Jumped from Tiki Wiki 21.2 to 25.0.
Notes about upgrade.
I'm trying to figure out how to autofill fields in the memorial template page once the cemetery tracker is selected. It looks like it should be possible but so far no luck.
I'm also working on changing how cemetery names are listed in the dropdowns to include geographical information. I thought there was a way to do this but now I can't find it again.
And lastly, I want to see if I can create some kind of photo ranking system.
Enabled Search Engine Friendly URL. This took me longer than I expected. Lots of config files to play with.
Adding this to the Display Parameters in the Tracker allows the metadata to be viewed.
metadata=view
So in the Memorial tracker, it's setup like this.
thumb=box&metadata=view&max=800&desc=desc
Looks like we lost the PHP configurations with the latest update. We're currently on PHP 7.4.
New max file size is set to 64mb. This may be changed later.
Configuration info here.
WikiGrave now has a new logo!
Also modified a few items for user generated content.
I'm still experimenting with some other ideas on how to handle permissions but I'm making progress. At least for now, the site is functional but still has a very conservative control system in place.
Modified the "Veteran Status" to default to "Unknown" when creating a new Memorial page by using these instructions.
http://doc.tiki.org/Drop-Down---Radio-Tracker-Field#Drop_Down_with_other_value
I added a "Tracker" for registered users and have started implementing settings for registered users. For now I just got a basic user registration form with a couple of antibot features. Registered users are able to create new items but cannot modify any items. I have not found a way to limit a way for users to only be able to modify certain items. It's all or none.
Registration is open
Added a "Bio" field to the Memorial template for biographies and stories.
Added an "Also Known As" field to the cemetery template for alternate cemetery names.
Popup Bubbles now appear in maps when hovered over by mouse with this code.
popupstyle="bubble" tooltips="y"
Mapped memorials in a cemetery are now shown on the cemetery page. Just had to add this little bit of code to the Cemetery TPL page.
{MAP(scope="center" controls="controls,search_location,scale,navigation" width="500" height="400")} {maxRecords=1000} {MAP}