Help with getting things done and fixing problems.
Help with getting things done and fixing problems.
Posted 13 hours 19 min ago by Michael (micdzu) in How-To and Troubleshooting
Posted 1 day 15 hours ago by (izmeez) in How-To and Troubleshooting
Posted 1 day 19 hours ago by (allinappli) in How-To and Troubleshooting
Recent comments
Sorry, but I have not had the chance to try the vhost fix yet. I'll post back after I do.
Question re RewriteBase and running in a sub-directory
The official guidance for that would be to put the preprocessing in template.php within your_theme_preprocess_node() and put the logic there to add to or change the variables, but you can do in...
Display modes and templating
Perfect. So if I work with the .tpl files for e.g. all nodes of type “books”, I can easily do something like this via PHP (nobody needs twig anyway): If field 'user' = ‘yorkshirepudding’, then...
Display modes and templating