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 installed the weblinks module, but kept getting this error on top of the home page:
user error: Table 'wscommun_drpl1.weblink' doesn't exist
query: SELECT n.nid, n.title, n.teaser, n.status, n.moderate, w.weblink, w.click FROM node n, weblink w, linkattach l WHERE n.nid = w.nid AND n.nid = l.lid AND l.nid = 2 AND n.type='weblink' AND n.status = 1 AND n.moderate = 0 ORDER BY n.title in /home/wscommun/public_html/drupal/includes/database.mysql.inc on line 66.
So I dropped the tables in the db, and deleted the weblinks module folder.
several users have reported this to me, I believe they are all using internet explorer, but when they go to www.adrupalwebsite.org/restricted_access area, they get nothing
However, if they go to adrupalwebsite.org/restricted_access area everything works.
That is, they have difficulties accessing restricted areas if they prepend www. to the address, but have no problems when they do not.
Anyone have any thoughts? It would be much appreciated.
How can I have a block of code where all font is fixed-width and it preserves spaces? I think this is the minimum for code typesetting. However < code >...< /code > doesn't even preserve spaces.
I seem to remebmer a while back that HTMLtidy was a module for drupal. Or did i just see HTMLarea and have rememberd incorrectly?
Regardless, I was wondering how others deal with the issue of HTML code formatting? I have followed recommendations from the manual regarging indentation and best practise, but my output code always ends up a mess. I will have things running into one line that are coded in my template on two etc.
I have several vocabulary's and many term's.
example vocabulary 1,node a, node b, node c
vocabulary 2,node a, node b, node c
vocabulary 3,node a, node b, node c