yu_tang
New-
Re: user list shows a lot of duplicate users
/plugins/UserList/class.userlistmodule.php $this->Users = $SQL ->Distinct() // add ->Select($Select) ->From($From) ->Join('UserRole r','u.UserID = r.UserID') ->Where($Where) ->Ge… (View Post)1 -
Re: How do I change Powered by Vanilla link at the header and footer
Maybe you have to check the file /applications/dashboard/views/default.master.php out. Change line echo Wrap(Anchor(T('Powered by Vanilla'), C('Garden.VanillaUrl')), 'div'); to echo Wrap(Anchor(T('Po… (View Post)1 -
Re: How do I make Panel Order work with Vanilla 2?
Panel Order - Vanilla Forums How to change order of side panel objects? - Vanilla Forums Modules - Vanilla Forums HTH (View Post)1 -
Re: Change "Howdy, Stranger!" to something more professional (i.e. more boring).
Vanilla Forums Blog » Howdy, Stranger! btw, what's the tag for this discussion? (View Post)1 -
Re: how can I enable Iframes in comments?
https://github.com/vanillaforums/Garden/blob/master/plugins/HtmLawed/class.htmlawed.plugin.php#L45 Delete '-iframe' from the line. But if you do so, I think you will have some security risk and an up… (View Post)1