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.
Hi everyone,
I wanted to know if I can use Java(jsp) or coldfusion, or even possible Flash within a web page created with Drupal.
I want to use these programming languages to add applications or content within a page created with Drupal. I do not want to insert a link on a drupal page which will lead me to a Flash page, or a JSP page, or a cold fusion page. I hope I explained this clearly.
I have a small site of about 500 registered users so far. My question is this: If I work on a local site and want to upload it to the server, how would I do that without losing user accounts or user information? Thanks in advance for the help, I desperately need it!
Hi, I installed fivestar on my test site and everything went smooth, so I uploaded it to my main site and now something went wrong with undefined variables so I uninstalled it, deleted it, cleared the browser cache and drupal 7 cache reinstalled a fresh fivestar and then I noticed that the fivestar voting tab disappeared from the content section so I created a field in content for the fivestar ratings which seems OK until you click to vote in which case nothing happens, the stars fill up but the vote doesnt count until you refresh the page, so I think I may have upset ajax?
I am trying to use the sheetnode module for the first time. I installed sheetnode following the instructions on the project page. I am able to enable the module, but when I try to save or preview a new node with a sheetnode component, I get problem behaviour. When I click preview, I receive the error message "SocialCalc TableEditor code module needed". If I click save, a spreadsheet is displayed, but it is empty; The data I saved in it is missing.
(using Drupal 7.7 and Bartik Theme)
If a user posts a new article, it will be published on the front page, including the date and his user name.
I'm trying to change the link from the username in this "submitted by" part.
So if you click on the user name link, you won't see his profile, but a different node.
I know that I have to do that inside my theme's template.php.
Can someone help me to change bartik_preprocess_node please?