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'm wondering if anyone would be able to help me here. I'm running drupal 6.28 on Linux system Ubuntu Server 12.04. I have a page where there is a list of items which have linkage associated with them. What I'd like to be able to do is when an end user clicks on any one of those items, then a short description of what it is is displayed underneath the item, and thus, push the next items after it down further to the bottom but when the user clicks the same item again, the description goes disappear and the area shrinks back.
Hello.I have created a custom module. The Page callback got called twice so my function unfuddle_csv_process_file() got called twice too. How do I stop it from doing that? Please help me
I want to encode an email id in a text box of drupal admin backend in user edit form. I want to display user email in text input and when i see the email id in page source then the email id should be encoded. How to do this ?
Hi Guys,
I am getting the following errors.
warning: simplexml_load_file(): I/O warning : failed to load external entity
$a = base_path()."sites/default/files/q.xml";
$xml = simplexml_load_file($a);
please, Help me:(
I move my site to my localhost site for devolopment, i copyed the files and DB, when i enter to localhost/mysite
i see the site but with the links of the mysite.com the name of the domain that i have in the internet and not localhost/mysite
When our site was set up, we defined a number of content types based on the characteristics of the documents. However, I am finding that this results in too much granularity: at one point we'd have people creating calendar events and then hyperlinking to a separate node where the agenda for the meeting was attached...and then there were other bits of content to be discussed...and then after the meeting, people create another node to hold the meeting minutes.