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 working on a D7 module based on Field API. In D6 I wrote a similar project where I used the content_field function to load field properties form other contexts.
However, I don't know how I can implement it in D7.
Hi, im new to drupal 7. My work is to create a slideshow and i used views-nivo-slider and displayed it. But now the navigation button is displayed in circles and now changed to changed to numbers. But now i should create a drop down box at the admin side to select a choice whether to display in circles or in numbers. Can anyone help me how to do it...........
I've been getting the following error on the Ubercart checkout form that uses Ajax to update the fields but a number of things I've encountered make me think this isn't so much an Ubercart error but a conflict between two scripts. Here is the error message spat out when the ajax call fails:
An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: /system/ajax
StatusText: OK
ResponseText:
I have very large list = 40,000 items
The list is kind of taxonomy
how it is the bust way to handle such list?
should I use taxonomy?
convert it to nodes? (its will be heavy on the nodes table)
Are there any module to handle such lists or help me write code?
or to write code my self?