x00
MVPx00 MVP
Reactions
-
Re: All my plugins got deleted by a ghost plugin option
do not duplicate post you will not get help quicker. (View Post)2 -
Re: How do Increment value in mysql update query when the column is a variable?? can it be done?
The benefit of the query builder is you can break it up. $SQLStatement = Gdn::SQL();$SQLStatement->Update('Table');if(condition){ $SQLStatement->Set('MyColumn','MyColum… (View Post)3 -
Re: How do i embed images in posts?
HTMLPurifier is redundant, you can remove form you plugins. By default htmlLawed is used. You can insert image like so <img src="image.jpg" alt="image" /> You can set the fo… (View Post)1 -
Re: Signature to strip [A]-tags
It is not against you, I'll just protecting myself against other people , who will take this gift as free reign to ask me to do work for them for free. I'm not saying you are exploitative. … (View Post)3 -
Re: Signature to strip [A]-tags
you are trying to do something quite difficult. You can remove anchors but, removing urls it has to differentiate between an image url and a url to link a site. In reality these could be identical. w… (View Post)3
