Todd
Vanilla StaffTodd Vanilla Staff
Reactions
-
Re: Can someone help me making a warn addon?
3. Add the Data to the Warn View. You want to add the user that is warning and the user being warned. What you need to do is add that data to the controller before rendering the view. $Sender->Set… (View Post)3 -
Re: Can someone help me making a warn addon?
4. Make the Warn View Okay, now we need to make the UI for warn.php. Here's some simple code to get you started: <?php if (!defined('APPLICATION') exit(); // prevent directly viewin… (View Post)3 -
Re: Food for thought - forum etiquette
@dudieboy, there's a problem where we probably need to have a way of qualifying people that ask questions here. Take for instance this hypothetical question: If that question is being asked by a… (View Post)3 -
Re: Can someone help me making a warn addon?
Thanks. Yes, I think I'll grab the stuff and put them in a proper post. (View Post)3 -
Re: Can someone help me making a warn addon?
Okay, I'm going to unwrap this question and tell you how I'd go about implementing it. 1. Add a Link to the User's Profile Usually when I want to add something to a page I enable the e… (View Post)4
