Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I still get this error when I click on "printer friendly version »".
I'm using 4.6.3 and have installed the print.module. Any help would be sooo appreciated. Thanks!
warning: Failed opening 'print.tpl.php' for inclusion (include_path='') in /usr/home282/i/n/inky/public_html/home/modules/print/print.module on line 131.
On the page www.website.com/blog I want to print the body of the entries, not just the teaser. Can you let me know what code needs to be altered to display this way?
I have installed Taxonomy Access Control, but cannot follow the instructions to apply the provided taxonomy.patch as I do not have shell access to my server. Is there another alternative to applying this patch or do I need to see if I can get my ISP to run the command for me?
Is it possible to have a page that re-directs based on whether a user is logged in or not? What I'm looking to do is change which contact (webform.module) form the person sees depending on if they are logged in or not.
Basically, what I want to do is use an external news system that aggregates news from an IPB forum. The script works fine, I just can't get it included the way I want to: Like news, e.g. the ones normally shown by drupal. Of course I can include it in a normal page, but then immediately the page's title and the tabs are shown. I switched to phptemplate and tried to get rid of the tabs and everything, but it seems like the tabs-variable will only work inside the page/node templates, not in the more generic ones - in other words, I could either take them away from all pages, or none.