hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: System User Awarded Massive Points
You have a logic error. You are testing if the assignment of $UserID to 4697, not checking if they are equal. Use if ($UserID == 4697) return; instead. Stil this is just returning badges, so I don… (View Post)1 -
Re: [Solved][2.1b2] Need help replacing specific text with icon
I would try and use a definition for 'Announcement' and 'Closed' that has a sprite span. (View Post)1 -
Re: Confused with database and models
Denormalization usually occurs for cache optimization. The calculation isn't free in terms of resources. The select is nearly free. (View Post)1 -
Re: Confused with database and models
:( Check out my signature for more information. (View Post)1 -
Re: add custom pages
Welcome to the community! This sounds like an awfully big task. You will need to develop, or pay for someone to develop, an application on the garden framework. If you are familiar with PHP developme… (View Post)1
