hbf
MVPhbf MVP
Reactions
-
Re: Change Order of Post Type
so you dont find any lines that say $Form->SetValue('Type', 'Question'); ? (View Post)1 -
Re: Change Order of Post Type
line numbers may not match up, look for the syntax statements, and use the line numbers to give you a ball park idea of where you should be. (View Post)1 -
Re: Change Order of Post Type
to get it to default to discussions in all cases there should be no lines that say $Form->SetValue('Type', 'Question'); they both should say $Form->SetValue('Type', 'Discussion'); But if you're… (View Post)3 -
Re: Subqueries and the SQL Builder
you can always create a third table that provides the indexed counts without modifying the schema of the original tables. this is generally faster since the indextable will have a stable schema which… (View Post)1 -
Re: [Github #1381] Embed Self-Hosted Video
use the code tagging so it doesnt get rendered improperly. (View Post)1