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 was wondering how I could make it so a user profile can be edited on one page. For instance I am a user, when I go to my account it shows me account settings and then there is a bar for other things such as "personal information" or whatever I add. However eveyrtime i add a field the profile_namehere makes a new page for each item. Basically i want to give them one page to get all their personal information from. Is this possible?
Using Troll.module 1.15.2.6 on Drupal 4.7.3 i get the following error in my CGI logs every time i activate the module (it actually FILLS the logs): PHP Fatal error: Call to undefined function drupal_set_header() in /hermes/web03/b34/account/htdocs/modules/troll/troll.module on line 17
I've searched and can't find anything that appears to help.
I need to ad a piece of code (Adlogger script) to every page, just before the '/body> tag. I was able to do this in 4.6.5 by editing the xtemplate.xpl, but I cant find where to do it in 4.7.3 .
I have the video module installed and working fine with every video type except the flash video which utilizes FlowPlayer. When I play the flash video, nothing happens. I get a 403 error page. I have the 'Player.swf' (now called FlowPlayer in its later versions) in the root as directory (as well as the video directory).