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.
Is there a way to allow users to easily delete content/entries that they create? A user can currently delete content if they go to the node>edit>delete, but I'd like them to have a view of their recent posts (which is currently enabled) with check boxes to allow them to select multiple entries for deletion like in the Admin content management section. How can I do this?
So there is a flash file used in the sites template, ie. on every page. This is a very simple example to illustrate method. You can see that width, height are based on the flash file, usually we force this to be exact for a template since it will often line up with non-flash elements. Also, a background color is set.
In your _phptemplate_variables section of your template.php, add this in side the case 'page': switch.
I am using profiles to collect information for a high school club. I need to be able to take the information from profiles to an excel spreadsheet, and onto paper. I can export to excel from MySQL no problem, but I can seem to find the profiles information on the database. Anyone know where its located, what tables?
But the problem I am facing is related to hyperlinks in the drupal site. Any action on the site afterwards like clicking any hyperlink (ex: for administration, etc), takes the browser back to http://localhost/xampp (which I guess is the local apache home page).
Is there a way to enable the blog just for assigned users such as Administrators? I don't want the blog feature for all signed up users. Is there a module that will enable this or a setting?