Uploader Comments (JREAMdesign)
All Comments (32)
-
Interesting and useful tutorial. Thanks. Only advice is: as it is an "introduction" video it is probably being use by beginners so would be really nice if you slowed down a bit so it is easier to follow along. Pause, rewind & play works of course but would be nice if it wasn't necessary.
Cheers
-
Are u using Drupal ?
-
Good intro, thanks. I especially enjoyed the real-world scenario of disabling inactive themes + cache registry purge!
-
Thank you very much, JREAM! It is difficult finding quality Drupal Tutorials!
-
i wish you would go through setting up a page. I know how to make a regular website, but I have no idea how to put the druapl stuff where. I'm on the 3rd redo of one of my websites and have decided that a 4th is in store with drupal, but I don't know how to go about putting the drupal stuff where.
-
thanks you saved me so much time !
if someone has problems with variables - ->
Open your template.php in dreamweaver, or an editor of your choice,
Select "find all" and type in bartik,
In the "replace all" box put in your new theme name as per your .info file,
Hit "Replace All" (the editor will replace "bartik" with "themename" when it encounters it),
save template.php back to your server,
configuration > performance > clear all caches
!et voila!
-
Finally a video that explains it well, thank you!
getting hung up on why you need to do a "reset.css"?
TheLtUhura 5 months ago
@TheLtUhura If you open your site in other browsers they have default settings. IE has a default margin/padding around the window edges, and random elements. A reset file makes it so every setting is exactly the same to start with in all browsers.
JREAMdesign 5 months ago 5
How did you manage to load drupal locally on your computer? Did you have linux installed on another partition or can this all be done within windows? Thanks.
jccourtney317 8 months ago
@jccourtney317 You can use WAMP or XAMPP (I prefer WAMP)
JREAMdesign 8 months ago
Nice color scheme for notepad++. Could you share?
Eruonen 8 months ago
@Eruonen Its built in holmez
JREAMdesign 8 months ago