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 have dynamic PHP code that throws out links. I have the "Parent" within My Drupal Site. How would I "nest" the dynamic content within my Drupal Node? For example: http://www.an-corp.us/index.php?q=node/17
click on "view Players", "Search Players" "view Guilds"
now from within each of those pages click on the links within the node. How do I keep that content within the node and stop it from "escaping"?
thanks in advance guys! DRUPAL ROCKS!
Since all pages (blogs, pages, stories, forum posts) are stored as nodes, how can administrators can manage files easily? For example, how can administrators delete a group of posts that are on one topic? Or how can he/she delete blogs that were posted prior to a certain time? Fro the later case, I checked the node table hoping I can delete posts based on their creation time. The “created” and “changed” fields contain some numbers that do not make sense to me at all.
I have a Javascript that creates tabs inside of a page. After doing some searching, it seems that running Javascript in Drupal can't be done? Is this correct? If not how would I handle getting the Javascript to work ( the tabs are on every 'article' page. Thanks.
I'm using the e-commerce module, but how can I define a shippable product? As of now, I can only create a non-shippable product. I have not found a config page to configure different shipment methods either. Am I doing something wrong?
These are the current modules i'm using with the e-commerce module:
address Installed
parcel Not found
payment Installed
paypal Not found
product Installed
shipping Installed
cart Installed
tangible Not found
file Not found
I recently stumbled upon Drupal as aCMS, I have to say I really like it so far. What I want to do is to integrate an existing static site into Drupal or visa versa. While the documentation is comprehensive in volume, I find it can lack in actual tutorial depth in some parts. The location of a tutorial on a step by step approach [ inc pitfalls ] on how to do this type of integration would be appreciated. Here is the site in question:
Im trying to place a small snippet of code in the head section of my pages...basically i just need to have a javascript call. Im new to Drupal and wasnt sure if this needs to be placed inside index.php.