x00
MVPx00 MVP
Reactions
-
Re: Login box to FrontPage / Categories
There are many ways to do this this is probably the simplest. it would apply across all pages. in your theme create a file /views/modules/guest.php (creating the directories as needed put inside <… (View Post)2 -
Re: ALTER command denied to user?
are you using anything to mange you database, And what sort of host do you you have? Shared? (View Post)1 -
Re: can't edit this
http://en.wikipedia.org/wiki/Escape_character http://php.net/manual/en/language.types.string.php Single quoted The simplest way to specify a string is to enclose it in single quotes (the character … (View Post)2 -
Re: ALTER command denied to user?
masterevent user doesn't have the permission to alter tables. You can GRANT the user permission. GRANT CREATE, DROP, SELECT, INSERT, DELETE, ALTER, INDEX ON db.* TO 'masterevent'@'… (View Post)2 -
Re: "New Discussion" Box Larg..
you are asking a lot of general development questions. I suggest you learn the basics of html+css and then read the documentation on theming. (View Post)1
