x00
MVPx00 MVP
Reactions
-
Re: Characters encoding in Vanilla Wordpress plugin
yes I think the problem is during scraping. It is multi-ibyte interpreted as single byte, this can also becuase by single byte functions. it is not to do with you database connection or after. Please… (View Post)1 -
Re: How can I make the backgroud of the Grayscale Green theme transparent?
I didn't bother to check it to be honest. best use "liquid" themes for embed. (View Post)1 -
Re: How can I make the backgroud of the Grayscale Green theme transparent?
Embed uses an iframe that is embed dynamically. you need to edit the script to add allowtransparency="true" to the iframe. Then you need to ensure your theme has a transparent background. a… (View Post)1 -
Re: Future of Vanilla
there is no reason you couldn't you just need to port * /database/class.mysqldriver.php * /database/class.mysqlstructure.php to * /database/class.postgresdriver.php * /database/class.postgresstr… (View Post)2 -
Re: Custom permissions and custom errors
I think if you are making your own app you might well keep in house. You could create a base controller, for you app and extend that, or whatever. (View Post)1
