vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: Great plugin!
You are very Welcome !! Ik ben blij dat het nuttig is om iemand :) (View Post)2 -
Re: Cookies Info Plugin
I made this quick plugin let me know how it works for you. Likely will need some tweaking. If it is something other might find useful I will upload it. (View Post)2 -
Re: add text between breadcrumbs and topic list
If you want to add more content anywhere the best way is by making a module. Please try the Widgets plugin as a guide. You can have a module contain anything. Text or images or whatever. Then you can… (View Post)2 -
Re: closetag php
It can have a bad effect. There are times when you do have it . Like when there is html after php for example ?> //last line of php with html after it<div> If there is no html after the last… (View Post)3 -
Re: 2.0.X - Userprofile Image alt="username userpicture" integration
If you want the name of the user to be the ALT use this <?php if (!defined('APPLICATION')) exit();$User = GetValue('User', Gdn::Controller());if (!$User && Gdn::Session()->IsValid()) { … (View Post)4
