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.
which shows a list of all the nodes with this term name, Is there possibly anyway i can change the way these category pages are shown? at the moment i just ignore them and build my own view lists to show each category, but i think it would be a lot cleaner for the site workings if i could theme the category pages,
In one of my sites, a user with - say number 10 - has been deleted long ago. It has no posts, no references to it as far as I can see from the nodes table and watchdog table.
Can I get into some kind of "database trouble" if I create a new user, and change its user number to 10 using phpmyadmin? Are there several places / tables I need to change that user ID in?
I've been trying to get emailed transactions to include details of the transaction - I looked in the store module - that's where a lot of the problems seem to source from. Without changing a thing my site is now damaged - producing the following error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/inspecto/public_html/sites/default/modules/ecommerce/store/store.module on line 398
Looking at the store module - (after replacing it to no avail) the problem centres around these lines:
On my frontpage i have the last 5 forum posts, but when i click on one of the posts i go to the start of the post.
Is it possible to change it so that when i click a post i jump to the last comment on a post.