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 need to hide the usernames of the posters in the moderation queue.
i know this is a strange thing to do. but on my site there is this phenomena, where some users get voted down or voted up, no matter what they write.
i think it has something to do with our social structure (we're turkish ).
okay, i have edited the queue.module and commented out the place where the username's are shown in queue_overview(). but i can't hide the names, in queue_view(). are there any conditions, i can pass along with the node_load() function?
I yesterday replaced Drupal 4.1.0 with Drupal CVS and I have some path problem. When I define $base_url = "http://www.domain.com"; I can't log in or anything else. I get some limited functionality with defining base url as $base_url = "http://www.domain.com/index.php"; but I think there must be better answer.
I was wondering if anyone could give me a hand getting drupal installed with wampp....
I'm getting a db_query() error when I try to access the main/admin page. I've read elsewhere on the forums that this is a problem with the php/pear install, but none of the suggested methods work.
.htaccess file setup seem to be working properly as when I edit them to disallow php also, I get a 404 error, as expected.
Pear seems to work ok as the wampp test page works fine.
I'm putting the drupal directory within the htdocs dir, if that makes any difference.
Running an updated CVS version on a test box, if I enable the glossary module, then try to either edit an existing story or create a new story, I get the following error message (multiple times)
warning: stristr() [function.stristr]: Empty delimiter. in /home/httpd/htdocs/drupal-cvs/modules/glossary.module on line 84.
In order to fully localize Drupal+contrib modules I have to translate nearly 900 strings. The problem is that in future versions or db reinstallations the whole translation is lost.
Any ideas how to create a translation db or file that will be kept separately and used by Drupal regardless of version / db changes?