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 want to create some external mysql tables for a phpscript I have made, when I activate new users. I just wonder where I can add my php code that creates the tables
user error: Duplicate entry '10' for key 1
query: INSERT INTO harrypotter.node_comment_statistics (nid, last_comment_timestamp, last_comment_name, last_comment_uid, comment_count) VALUES (10, 1127925720, NULL, 2, 0) in /home/wizards/includes/database.mysql.inc on line 66.
warning: Cannot modify header information - headers already sent by (output started at /home/wizards/includes/common.inc:384) in /home/wizards/includes/common.inc on line 192
hi
i am wondering if it is possible for blocks not to display their title. ( i have a bunch of custom ones and I would rather have an image with text)...
so where do i turn that off ?
i tried renaming them all to "" but this seems to create duplication issues in the database...