-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I created a bunch of nodes using node_save(). Unfortunately, I forgot to turn on the Automatic alias setting on them. Anyone know how I can do that now? I can't figure out where in the db that setting is stored. (Other non-db approaches are fine, too.)
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have Pathauto configured to generate an alias based on the title of a node, for a specific content type. The problem is that I want to make small changes in this title before Pathauto uses it to generate the alias.
The first comment in this post suggests the use of hook_token_values, but I couldn't…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
if i create a path alias to a node, say 'press' and i have a view page display on path 'press/archives', why does 'press/archive' leads my users to 'press'?
see related http://stackoverflow.com/questions/2913736/fundamental-understanding-of-how-views-and-pathauto-work-together
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I made a customized template called node-mynode.tpl.php
Whenever a node of type mynode is requested, then node-mynode.tpl.php
is automatically used.
However, now user wants to see a specific menu block in this case.
Question:
How can I assign a block to a specific content type?
Hint: I have started…
>>> More
-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
What is the best way to create a website with sections in Drupal?
Users need to be able to add, remove, and nest pages fairly easily. Pages added to a section should have an appropriate URL, like "/[section name]/[page title]".
This seems like a straightforward task, but I can't find the right combination…
>>> More