fix link and add more to how
This commit is contained in:
parent
df244b2f75
commit
8afebcb827
1 changed files with 20 additions and 3 deletions
|
@ -5,7 +5,7 @@ outputs = ["Reveal"]
|
|||
|
||||
# When There's Not a Module For That
|
||||
|
||||
###### mid.camp/6337
|
||||
###### [mid.camp/6337](https://mid.camp/6337)
|
||||
|
||||
<img alt="Agaric" src="images/o-midcamp.png" class="plain" />
|
||||
|
||||
|
@ -207,8 +207,13 @@ Doing something with a form? You want hook_form_alter() or one of its variants.
|
|||
## Learning to learn
|
||||
|
||||
* Drupal documentation
|
||||
* Duck Duck Go (!g if you need Google results)
|
||||
* Debugger - look for
|
||||
* Drupal contributed modules
|
||||
* Drupal core and *its* modules
|
||||
* Drupal forums and issues
|
||||
* Drupal.StackExchange.com
|
||||
* The rest of the Internet
|
||||
* Debugger
|
||||
* Code search / grep
|
||||
|
||||
{{% note %}}
|
||||
Where to start if i don't cover it in this session
|
||||
|
@ -225,6 +230,18 @@ find a contrib module that does it
|
|||
Should it be in a template
|
||||
{{% /note %}}
|
||||
|
||||
---
|
||||
|
||||
### The Rest of the Internet
|
||||
|
||||
* Duck Duck Go (!g for Google results)
|
||||
* [ddg.co](https://duckduckgo.com/)
|
||||
* [agaric.coop/blog](https://agaric.coop/blog)
|
||||
* Your own notes
|
||||
|
||||
{{% note %}}
|
||||
{{% /note %}}
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue