Drupalguy's blog
a tag hover styles
- Read more about a tag hover styles
- Drupalguy's Blog
- Log in to post comments
<style type="text/css">/* unvisited link */
a:link {
color: green;
}
/* visited link */
a:visited {
color: green;
}
/* mouse over link */
a:hover {
color: red;
}
/* selected link */
a:active {
color: yellow;
}</style>
MidCamp 2017
- Read more about MidCamp 2017
- Drupalguy's Blog
- Log in to post comments
Greetings Drupalers,
UTF-8 & Drupal 7.50
- Read more about UTF-8 & Drupal 7.50
- Drupalguy's Blog
- Log in to post comments
If you read my previous post I mentioned that Drupal v7.50 has it's apparent difficulties. I spoke of the issue of the consequences of physically uninstalling modules without removing them from the database. Now I will talk some about the other error that surfaces with the upgrade to Drupal 7.50.
That error is:
Drupal 7.50 - Just When I Thought I Might Be Getting This Stuff
- Read more about Drupal 7.50 - Just When I Thought I Might Be Getting This Stuff
- Drupalguy's Blog
- Log in to post comments
Funny thing happened with Drupal 7.50, errors started appearing that I had no clue about. It started telling me about modules not being where they were supposed to be and about a utf-8 not being enabled.
One of the errors received was:
Productive couple of months
- Read more about Productive couple of months
- Drupalguy's Blog
- Log in to post comments
I have been a bit distracted the last couple of months. As they say, "time flies when you're having fun," and that has been the case for me. I have been to busy with things to remember to come back here and write about my experiences. I have had the distiction of starting my first colaborative Drupal project during the last month and a half.
Features Tutorials
- Read more about Features Tutorials
- Drupalguy's Blog
- Log in to post comments
I just finished getting a quick'n'dirty intro to Features. I found these on YouTube.com. I have found a great many free video tutorials on YouTube. They are as follows:
Head is spinning
- Read more about Head is spinning
- Drupalguy's Blog
- Log in to post comments
Yes, I know it's been a while. I can now say I'm a professional Drupaler now. I'm working with a guy I met at the Fox Valley Meetup. I'm doing a lot of PC/Server?Networking for him as well as some Drupal so I am now paid to do Drupal.
LNMP stack for Drupal 8
- Read more about LNMP stack for Drupal 8
- Drupalguy's Blog
- Log in to post comments
In my previous post i mentioned taking notes on how I'm building my new LNMP stack to support my Drupal 8 sites. Below are those notes. I noted the commands used as well as a few links to get more info for some of the functionality.
# After installing Debian 8.3
# Update Repository
apt-get update
Drush 7 for Drupal 8
- Read more about Drush 7 for Drupal 8
- Drupalguy's Blog
- Log in to post comments
Over the last couple of weeks I have started playing with Drupal 8. So far it's been a pleasant experience (surprisingly) though originally I had issues with getting it installed. I tried using drush dl but it would not work (when used it would only download the latest version of Drupal 7). Turns out Drush 6 (the version I was currently at) does not support Drupal 8.
What a difference 6 months make
Yes, it's been 6 months since I last posted. It is not that I haven't been doing anything Drupal, or have given up n learning, or just decided to stop writing. It's because I have a tendency to get "tunnel vision" and when that happens time slips away from me. I will try to do a recap over the trial and tribulations have had with regard to Drupal.