vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: Problems with 2.1.8
That happens when you are using the Q&A plugin. (View Post)1 -
Re: Problem with UserPic or Change Avatar
can you edit anything else in the profile ? do you have a link to see ? (View Post)1 -
Re: load specific .css
No you would add that to each page you make that you want this going on. In the master of the page you made.In the very top of each page <?php if(!defined('APPLICATION')) die();$this->AddCssFil… (View Post)1 -
Re: load specific .css
I would approach this differently , not sure if it is the best. I would remove or add as necessary . On the page you want some other css remove the custom and add the new one. $this->RemoveCssFile… (View Post)2 -
Re: Styling the facebook login icon.
public function EntryController_SignIn_Handler($Sender, $Args) { if (!$this->IsConfigured()) return; if (isset($Sender->Data['Methods'])) { $Title = T('Facebook');// if ($AccessToken) {// $Sign… (View Post)4