Todd
Vanilla StaffTodd Vanilla Staff
Reactions
-
Re: Integrating with cbox
You can grab most of what you need with Gdn::Session()->User. Try a print_r() on it to see what we give you. (View Post)1 -
Re: Recurring pop-up 'You've asked questions...' - but all responses are accepted/rejected.
This is a known issue where deleting a comment will not affect the answered status of a question. (View Post)1 -
Re: Menu ... question
I'd just put the html as you want it right into the default.master.tpl. If you want an option that's only visible to signed in users you can do something like: {if $User.SignedIn} ....{/if} (View Post)1 -
Re: allowing editing instead of only deletions on profile comments?
We don't have the ability to edit activity comments. You'll have to program this functionality yourself. (View Post)1 -
Re: Database: How to import data from another table ?
You want to use an update command: update gdn_user ujoin `separate_table` u2 on u.UserID = u2.useridset u.Photo = u2.`separate_column`; (View Post)1
