Welcome, Guest. Please login or register.

ShoutBox!

 

Skhilled

2024-03-24, 09:52:09
It may be released as early as today...if we all agree on it. ;)
 

Skhilled

2024-03-24, 09:37:46
Thank you, sir!  :)
 

Ken

2024-03-24, 09:28:38
I like it. Dark themes are not my first choice, but I like the crisp, clean lines.  :thumbup:
 

Skhilled

2024-03-24, 08:56:28
The original theme is here:

https://www.jpr62.com/demos/index.php
 

Skhilled

2024-03-24, 08:53:17
You can always see the latest previews here but registration is disabled:

https://skhilled.com/cztest/index.php
 

Ken

2024-03-24, 08:50:36
Any previews yet?
 

Skhilled

2024-03-24, 08:46:18
We almost have another theme completed.  :laugh:
 

Skhilled

2024-03-24, 08:45:18
What's up, bro?  :drinking:
 

Ken

2024-03-24, 08:42:45
Hi Steve.  :)
 

Skhilled

2024-02-21, 21:11:25
I missed that one. LOL

Recent Topics

TP Articles


Search in titles
Search in article texts

Author Topic: FamilyForum Changelog:  (Read 204591 times)

0 Members and 1 Guest are viewing this topic.

Offline Ken (OP)

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11658
  • Gender: Male
  • View Gallery
Re: FamilyForum Changelog:
« Reply #705 on: June 28, 2018, 02:41:50 PM »
Also updated the how-to topic on TinyPortal.
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Skhilled

  • Administrator
  • *
  • Posts: 8972
  • Gender: Male
  • All of my passwords are protected by amnesia...
  • View Gallery
    • Buildz Hosting
Re: FamilyForum Changelog:
« Reply #706 on: June 29, 2018, 07:08:35 AM »
But now when I login it does like before and takes me to the 404 page instead of the forum.

Offline Ken (OP)

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11658
  • Gender: Male
  • View Gallery
Re: FamilyForum Changelog:
« Reply #707 on: June 29, 2018, 07:59:09 AM »
But now when I login it does like before and takes me to the 404 page instead of the forum.

Oh no!  :o
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Skhilled

  • Administrator
  • *
  • Posts: 8972
  • Gender: Male
  • All of my passwords are protected by amnesia...
  • View Gallery
    • Buildz Hosting
Re: FamilyForum Changelog:
« Reply #708 on: June 29, 2018, 11:16:39 AM »
But I don't remember how you fixed it...

Offline Ken (OP)

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11658
  • Gender: Male
  • View Gallery
Re: FamilyForum Changelog:
« Reply #709 on: June 29, 2018, 07:53:38 PM »
I also don't remember, I'll do a search for the cure in the AM.
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Ken (OP)

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11658
  • Gender: Male
  • View Gallery
Re: FamilyForum Changelog:
« Reply #710 on: July 04, 2018, 05:54:52 PM »
Updated to Tinyportal-1.5.1-r4.  :tick:
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Ken (OP)

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11658
  • Gender: Male
  • View Gallery
Re: FamilyForum Changelog:
« Reply #711 on: July 05, 2018, 11:18:21 AM »
But now when I login it does like before and takes me to the 404 page instead of the forum.

This issue comes up because of the htaccess file edits that I did to get the custom 404 page working again. Don't know how this happened because I thought that great care was taken to only change the 404 redirect code, as seen here:
Code: [Select]
# Error Document -- Handled by a TinyPortal page
ErrorDocument 404 /FamilyForum/index.php?page=208
But, when comparing the file previously in use, (.htacess-old) to the current file in use, (.htaccess) the differences in the code are rather obvious.

It may take me a few days to sort it out, not doing so great just now.
 

htaccess code:
Code: [Select]
RewriteEngine on

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php70” package as the default “PHP” programming language.
<IfModule mime_module>
  AddType application/x-httpd-ea-php70 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit

# Error Document -- Handled by a TinyPortal page
ErrorDocument 404 /FamilyForum/index.php?page=208
RewriteCond %{HTTP_HOST} ^.*$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^/?$ "https\:\/\/ourfamilyforum\.org\/FamilyForum" [R=301,L]

htaccess-old code:
Code: [Select]
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^/?$ "https\:\/\/www\.ourfamilyforum\.org\/FamilyForum\/" [R=301,L]

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php70” package as the default “PHP” programming language.
<IfModule mime_module>
  AddType application/x-httpd-ea-php70 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit

EDIT: ...spelling.
« Last Edit: July 05, 2018, 03:08:31 PM by Ken »
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Ken (OP)

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11658
  • Gender: Male
  • View Gallery
Re: FamilyForum Changelog:
« Reply #712 on: July 08, 2018, 03:28:43 PM »
It's good to be back!!!  :banana: :banana: :banana:




... thanks Steve.  :azn:
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Skhilled

  • Administrator
  • *
  • Posts: 8972
  • Gender: Male
  • All of my passwords are protected by amnesia...
  • View Gallery
    • Buildz Hosting
Re: FamilyForum Changelog:
« Reply #713 on: July 09, 2018, 09:32:01 AM »
And it's gonna stay that way!

Offline Ken (OP)

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11658
  • Gender: Male
  • View Gallery
Re: FamilyForum Changelog:
« Reply #714 on: July 09, 2018, 10:51:22 AM »
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Ken (OP)

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11658
  • Gender: Male
  • View Gallery
Re: FamilyForum Changelog:
« Reply #715 on: August 15, 2018, 09:12:32 AM »
Online Block

Saw this block posted by @rjen over on TinyPortal and liked it, so we gots it here now.  laughing7

Guys, I have been so bold to add a simple block on this site as well as the docs site, only visible in the Unread topics section for team members. It shows a very simple online list with an option to directly link to who's online page.

I have this on my own site too and find this very useful to quickly see who's here atm...
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Skhilled

  • Administrator
  • *
  • Posts: 8972
  • Gender: Male
  • All of my passwords are protected by amnesia...
  • View Gallery
    • Buildz Hosting
Re: FamilyForum Changelog:
« Reply #716 on: August 15, 2018, 09:22:49 AM »
Cool, very interesting! :)

Offline Ken (OP)

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11658
  • Gender: Male
  • View Gallery
Re: FamilyForum Changelog:
« Reply #717 on: August 17, 2018, 03:58:39 PM »
@rjen designed a new site logo for the TP Docs, so I've changed my sig to include the new one.
The old one:

The new one:
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Ken (OP)

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11658
  • Gender: Male
  • View Gallery
Re: FamilyForum Changelog:
« Reply #718 on: October 14, 2018, 05:02:45 PM »
Tinyportal 1.6.0

Just installed the latest TP! ... it's not officially released just yet.
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Mick

Re: FamilyForum Changelog:
« Reply #719 on: October 14, 2018, 05:11:48 PM »
Tinyportal 1.6.0

Just installed the latest TP! ... it's not officially released just yet.

Will be soon though.  :wink:  Trust it installed ok Ken?  It's had a fair bit of  work under the hood as you'll no doubt see when you look around the TP Admin pages.  Let us know if you spot a problem.  :thumbup:
Tinyportal.net Running SMF 2.1.4 / Tinyportal 3.0.0
Camera Craniums Running SMF 2.1.4 / Tinyportal 3.0.0, bridged with Coppermine 1.6.25
Guitarist Guild Running SMF 2.1.4 / Tinyportal 3.0.0
The Garden Machinery Forum Running SMF 2.1.4 / Tinyportal 3.0.0