Duplicate entry '' for key 3 query: INSERT INTO boxes (title, body, info, format) VALUES ('test block', 'In Internet Explorer click on View then select Text Size and Choose Medium. If it is still too big, choose Smaller or Smallest. In Mozilla Firefox, press Ctrl- or Ctrl+ to decrease or increase the text size.', '', 1) in /home/warrenco/public_html/includes/database.mysql.inc on line 66.
Hi, ive got my blog all setted up, ive noticed that when ive created a test account its blogs url address is: http://www.mysite.net/user/2 But i resolved that using the url alias to change the number into the blog holders name making it http://www.mysite.net/user/Babyboy
I'd like to be able to edit the names and descriptions of some of the core and module supplied content types. For example, Drupal core allows for the posting of "story" but I'd like to change that name, and the description that accompanies it to say something else. Likewise the Amazon Tools module supplies a content type called Amazon Item, and I'd like to change the name and description of that.
Before I go messing about and searching through all the files, can someone point me in the right direction? Thanks!
I'm currently setting up my drupal site so that the main taxonomy is by content type - ie, News, Book Reviews, Events, Glossary entry. I'm then using the appropriate taxonomy URLs as navigation links to the News section, the Book Reviews section and so on.
I'd like to provide a custom "access-denied" node, preferably with a login form embedded in it. When the user submits the form, they should be redirected to the page they were trying to access intially.
By default, when using the build-in access-denied function, and the user then logs in using the normal login-block, it works as it should, with the user being directed to the right page.
However, when I implement a custom access-denied page, and a user logs in from there, they are returned to the "access-denied" page as though it were the node they were trying to access.