vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: How to remove a category from the category sidebar?
Maybe you can post the entire code or zip the mods for others to use if they want to ? (View Post)1 -
Icon :)
Well as you know I like to make icons, so here is one nifty one , if you want to use :) (View Post)2 -
Re: FB Popup Join plugin feedback
I came up with idea to make it not display in the dashboard I think you need to add a customadmin.css to the plugin and add a rule for it not to display. Just call the style sheet by adding an if ($C… (View Post)3 -
Re: Changing order of validation rules on a form question. How do I?
Each one gets it's own error $Sender->Form->SetValidationResults($Validation->Results()); if($Sender->Form->ErrorCount() == 0){ $Name = $FormValues['YourName']; $Subject… (View Post)2 -
Re: Trying to edit CSS files with Firebug, why doesn't it tell me which CSS files i need to manipulate?
It does look like it is part of the theme. That is not a standard vanilla thing. So it is in the default.master somewhere at any rate you can remove it with css just add this line to the custom.css f… (View Post)1
