x00
MVPx00 MVP
Reactions
-
Re: Vanilla 2.2 : Backup Solution
Using a a web application to do server management is the tail wagging the dog. Just becuase some framworks do doesn't mean it it should be copied. Vanilla is called Vanilla for a reason. It is not ca… (View Post)3 -
Re: Clearing a vanilla session remotely?
btw the session table has nothing to do with authentication. It if for transient user data only. Authentication detail are never store therefore could not be exposed this way. It is a system called H… (View Post)1 -
Re: Clearing a vanilla session remotely?
moke just to explain there is no such thing as logged in. HTTP is stateless. Cookies are a workaround this. There is no session to clear. To invalidate all cookies what you need to do is change the c… (View Post)2 -
Re: Extrapage to display table with query options
Use a pager module, since you said it has a lot of data. However how you display it is up to you. Python has a nicer syntax and has packages so it wins over PHP. However PHP is pretty decent all roun… (View Post)1 -
Re: Dynamic site title in footer!
You can just include {debug} in your template no need for modifying that file. (View Post)1