vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: Quick Question - How to change from "Users name" to "Username"
you can see what file it is in using a web inspector. Click inspect element and then look at the file path for that page then go in and change that. Looks like a typo. Try this one , not sure it appl… (View Post)1 -
Re: Quick Question - How to change from "Users name" to "Username"
that is where it would be if it was wrong, another place would be in your theme if it has other views or if you are using a plugin that replaces that view. Or if it is in a locale file which I doubt … (View Post)1 -
Re: Quick Question - How to change from "Users name" to "Username"
look inside the views folder for dashboard/views/registerbasic.php * <?php echo $this->Form->Label('Username', 'Name'); echo $this->Form->TextBox('Name');… (View Post)1 -
Re: CSS Issue - Columns Resize Automatically When Browser Window Shrinks/Enlarges
pintrest uses an ajax module to keep the pics in columns. So you need to use a div to contain them and give it a class like module, and then style that to keep them all in together. It is very hard t… (View Post)2 -
Re: Articles / Blog App: Make It Happen!
I will pledge $100 :) I like the idea of a light weight article writing experience. I don't think the goal here is to replace WP is it? I mean that is not necessary since Vanilla has most of the… (View Post)3
