I use roles and tac_lite for a multi-dimensional schema to regulate content access. The subscriber gets general access but then each user is has numerous tac_lite selections to determine the content visibility configuration.
I would like to export certain set of data downloadable for users as CVS file.
I can make the data visible as table as normal content.
Then I add the headers. (http://www.plus2net.com/php_tutorial/php_file_download.php)
What happens is that all menus etc. are part of the file.
How can I get rid of the "normal" drupal content - menus etc. and be left with the actual data?
This issue has been asked in many forus, but I found no answer:
So a spammer generated several hundred bogus accounts on one of my 4.7.8 sites and really hoping there is a sane method of nuking users by the screen load. Please say there is a sane method, and actually mean it.
We are using Apache2 2.0.x, PHP4, Drupal 4.7.6x and eAccelarator. We are frequently (around once a day) getting segementation faults. If I trace the core dump file from Apache, it looks like that pathauto module is causing the problem. Has anybody experienced the same thing?
I'm having problems trying to embed an external font for my drupal site.. The font is Castellar... I managed to get the open type for this font through MS WEFT converter... and I get 2 files which I try to import from inside the page header in my theme...
I'm trying to make a URL to hit for some basic AJAX functionality. The URL needs to query some Drupal databases, make some changes, and send back an XML response, like any server-side AJAX script. However, I can't seem to find a way to make a Drupal callback URL generate XML instead of HTML. Even if the callback function returns only XML, and I set the theme (using taxonomy_theme) for that path to a "blank" theme, I still get an HTML Doctype at the top, and more importantly, it seems that the HTTP header is still reporting the content as HTML.