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.
Maybe i'm missing something easy, but how do i create multiple fields on a custom (field or tab) in the admin>settings>profiles menu? similar to how it appears here (drupal.org) when you goto http://drupal.org/user/xxxxx/edit/ area, there are a few tabs, and some of the tabs have several fields to them. When i am creating new fields i get a new tab but can't seem to get more than one type or number of fields in each one.
I'm tiring of my current method for maintaining my site and am looking for a refreshing change. Can Drupal be used?
I currently create an HTML page on my laptop (my content "master"), check it in with "svn add; svn ci" and then update my web server (content "slave") with "svn up; svn merge; svn ci". Small and large versions of images are created and checked in as well. This is a slow and cumbersome method, and since maybe only 10% of the content is ever edited again, the use of Subversion is overkill.
I'd prefer to add some content, put it in the proper cubbyhole (categorize it), and click Submit.
Im a big fan of the Service Links module. Its a great way to gain traffic to your site by allowing your visitors to bookmark pages.
I just stubmled across this webpage that lists 100 different social bookmarking/service tools and code snippets for each one.
This might come in handy for someone looking to hack the Service Links module to include other links.
It also might be a good resource for the developers of Service Links. One idea that came to mind is the ability to include every single service in the module, then let users decide which links to display.
When creating content, I've got TWO "Categories" boxes. Both of them list the required category items, "Article Types" and "Tags." AT is a choice of three items; Tags is for a comma-delimited list of tags.
In one box, the AT list is not populated. In the other, it is.
This is probably because of the migration from my dev PC at home to my host. How do I fix this problem? :)