Wait. People? She eats people? 'To Serve Man.' It's 'To Serve Man' all over again.

Gunn ,'Power Play'


Buffistas Building a Better Board ++

Do you have problems, concerns, or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.


Laura - May 29, 2017 7:56:11 am PDT #3919 of 4671
Our wings are not tired.

Thanks, Gud. I can't code, but I can test like a maniac when you are ready.


Tom Scola - May 29, 2017 10:13:16 am PDT #3920 of 4671
Mr. Scola’s wardrobe by Botany 500

Read New is going to have to be a lot more prominent on the mobile version.


Beverly - May 29, 2017 11:30:05 am PDT #3921 of 4671
Days shrink and grow cold, sunlight through leaves is my song. Winter is long.

Will we luddites who only read on computer (my smart phone...isn't allowed to be) have the option to keep the present look? I'll bet that's way too much trouble, huh?


Gudanov - May 29, 2017 5:08:32 pm PDT #3922 of 4671
Coding and Sleeping

Maybe the left-sidebar can appear if the browser window gets wide enough.


Gudanov - Jun 05, 2017 7:40:50 pm PDT #3923 of 4671
Coding and Sleeping

Getting ready for another update tomorrow. No UI adjustments yet as I've been working on the guts.

I think it's ready for contributions. Let me know if you want to add some code (please use branches rather than committing directly to master). It's all done with PHP, HTML templates, and CSS. It's hosted on gitlab so you need a gitlab account (which is free) to work on the project. There's enough code there now that you can see the patterns for how things work. Templates are used for views and PHP is used for controllers and utility functions. URL routing is all handled in the index.php file. PHP code and HTML are never mixed.

If you are interested in testing it out, let me know what userid you are going to use and I'll give you an invite code to register.

There is almost no functionality yet. There's registration (not how it will work for the real version), there's login and logout, you can view the one active thread, and you can post to the one active thread. And that's pretty much it.

The database is subject to getting wiped pretty often so everything will be pretty ephemeral.


Gudanov - Jun 06, 2017 5:13:09 am PDT #3924 of 4671
Coding and Sleeping

The updated version is up at www.buffistas.me


Laura - Jun 06, 2017 10:48:12 am PDT #3925 of 4671
Our wings are not tired.

Please give me an invite code so I can register and fake post stuff.


Gudanov - Jun 06, 2017 11:05:55 am PDT #3926 of 4671
Coding and Sleeping

sent via e-mail


Gudanov - Jun 06, 2017 11:08:06 am PDT #3927 of 4671
Coding and Sleeping

Invite codes will stay good even if the database is wiped. But a database wipe does mean you'll have to register again. On the plus side registering again will get you a new automatically generated tagline if you don't like the one you get before.


Gudanov - Jun 08, 2017 7:12:28 am PDT #3928 of 4671
Coding and Sleeping

The beta site has been updated again. I preserved the current users, but all the threads got wiped. This update adds the start of an admin portal (only visible to admins). Right now it lets you add new threads and lists the current threads (it has buttons for doing stuff, but they aren't hooked up.) This update also adds the infrastructure for guarding routes unless the user has the right permissions.

Next step: tracking a user's current position in threads.

Check it out at www.buffistas.me

If you want a login, let me know and I will give you an invite code. If you are currently an admin, let me know so I can give you the correct permissions.

As a related note, passwords on the beta site are much more secure than this site so nobody can see the password that you use on the beta site, not even me.