x00
MVPx00 MVP
Reactions
-
Re: "Flatten" ResultArray() data
Well it is returning a result set, rows with columns. It is only couple of lines to make a lookup. You could just simply loop through the values. it shouldn't take you a couple hours to work that out… (View Post)1 -
Re: vanilla 2.0.18.10 and nginx and folders permitions
The only files that need be writable are conf/config.php, uploads/* and chache/* that is it. Nothing else needs to be writable except possibly error logs, and to don't want to your logs publicly acce… (View Post)2 -
Re: Giving Vanilla Forums its own Directory
It should be a lot simpler then wordpress becuase everything goes through a single dispatcher if dynamic. You have two approaches. If you are not putting anything int he web root that is going to be … (View Post)6 -
Re: Friendly urls broken at apache level (I think), but I can't find the problem.
I think .htaccess is not enabled. https://help.ubuntu.com/community/EnablingUseOfApacheHtaccessFiles (View Post)2 -
Re: Import users to Vanilla
if you have the correct data and a text editor that supports regular expression / replace you can make valid sql, or csv should work. it really down to you to understand the data and format it correc… (View Post)1
