x00
MVPx00 MVP
Reactions
-
Re: Extra columns in discussion table like ForeignID and RegardingID
Gdn::Structure() ->Table('Diiscussion') ->Column('PlatformDiscussionID','int(11)',0) ->Set(); You can create a Structure method in a plugin then call structure … (View Post)1 -
Re: Conversion and Migration : do we need a special application or keep the porter plugin? a discussion
You could make the porter out of any framework of your choosing. so Garden is one such framework. However you could also extend the existing standalone version, (get the developer version on git hub,… (View Post)1 -
Re: Stop Spam Member Account Creation? It is harmful to my community.
If someone is determined enough they will spam, given an in. Intelligent spammers use your site becuase it has attractive features. You could for instance make sure that profiles are not viewable to … (View Post)1 -
Re: Catagories option refuses to change
$Configuration['Plugins']['Flagging']['CategoryID'] (View Post)1 -
Re: Pasting Code into <body> tag of site
I don't think these are related @UnderDog, different question which happen to have some of the same words in them. (View Post)1
