hbf
MVPhbf MVP
Reactions
-
Re: 2.1b2 On Pagodabox
looks like a bunch of permissions issues. (View Post)2 -
Re: Subqueries and the SQL Builder
not to sound smug, but this was the expected outcome as i was reading the thread :) I bet you can get a beautiful join now. (View Post)2 -
Re: A Users guide to using Vanilla forums
bbcode != html the forum admin can pick one or the other formatter. I like html tags like <img src="http://monkey" />. we use markdown here and it looks like bbcode … (View Post)3 -
Re: Subqueries and the SQL Builder
Joins are your friend. and if you set up your table indexes correctly joins are fast. (if you blow the index definitions, joins are slow on big tables.) (View Post)2 -
Re: Which PHP files are necessary for public access?
Every web server approaches it a little different. I'm intimately (more than I ever planned to be) familiar with IIS and Apache. But the basic idea of a master level set of configurations what can be… (View Post)2