R_J
AdminR_J Admin
-
Re: DBA Counts, where's the file located?
It doesn't work by adding your field somewhere and it is recreated automatically. When /dba/counts is called, it looks for every plugin that hooks into CountJobs and calls that function. You hav… (View Post)3 -
Re: Seeking a forum
You need a custom plugin for that. Look at that example in the wiki on how to do it by yourself (really easy): http://vanillawiki.homebrewforums.net/index.php/Practical_Example:_How_to_Extend_Existin… (View Post)1 -
Re: Footbox
That's what responsible for it: a.Button {... width: 60px;... But I do not know if you can simply delete that... :-/ (View Post)2 -
Re: Vanilla PHP Page
Not sure what you are trying to achieve, but maybe looking at those 2 examples could help: http://vanillaforums.org/addon/howtovanillapage-plugin http://vanillaforums.org/addon/howtoformvalidate-plug… (View Post)1 -
Re: Vanilla PHP Page
<?php if (!defined('APPLICATION')) exit();$Session = Gdn::Session();// Redirect guests to another custom pageif (!$Session->IsValid()) { Redirect('/another_custom_page_you_have_t… (View Post)2
