InternetBar
Allow anonymous users to contact registered users through Drupal's personal contact form
Combined with an anti-spam service or CAPTCHA, it's much preferable to allow anonymous visitors to access registered users' personal contact forms than to have e-mail addresses posted publicly on the site.
This issue has patches for 4.7, 5.x, 6.x, and will hopefully get into 7.x core:
Allow anonymous users access to a members personal contact form
http://drupal.org/node/58224
Drush unable to checkout from CVS error
drush Unable to checkout from cvs.drupal.org
Fortunately, someone smarter than me solved the problem for themselves in three minutes on #drupal-support:
<phpgirl> Anyone here use "drush"? I'm trying to install a module and I get "Unable to checkout views from cvs.drupal.org"
<phpgirl> Ah, it would help if I actually had "cvs" installed, heh
Ask Agaric: Magic copy non-Drupal tab with content to Drupal? No
What's the easiest way to get content from the IBO to the MCJ website?
Display a Drupal login form anywhere with PHP, including in page content
Update: I gave slightly incorrect code, I'm pretty sure swapping out 'user_register' to put in 'user_login' will work just fine:
dan hak 3:08
whats the code for the login block
benjamin melançon 3:09
<?php
global $user;
if (!$user->uid) {
?><div class="user-register"><?php
print drupal_get_form('user_register');
?></div>Ask Agaric: Upload photos and display them on a page with introduction
Hi Ben,I have some things like photos and some audio files and whatnot I could add to the site.
How do I know where something will end up and how it will be listed on the menus? For some reason I haven't figured that out.
Ask Agaric: Can we add a menu item that...
Once some people get a little familiar with doing things with Drupal, it seems all further requests come as subsidiary requirements of the important thing: creating a menu item.
That's not really where I, as a web developer, want to come in on the conversation.
Someone tell me, am I making sense? What should I say?
Pathauto 2 is pretty picky. And a bully. What finally made it happy.
So even as the help text says raw versions are dangerous, Pathauto version 2 badgers you into using [title-raw], [user-raw], etc. So just put that in right away, and it won't yell at you.
The other trick to make Pathauto happy on the first try is that a Blog path (and other node types) does not take [user] or [user-raw]. Instead, you should put in [author-name-raw].
Moving a MySQL Database by Command Line Interface
mysqldump -u root -p internetbar_live > internetbar_backup.sql
(should gzip here)
This command compresses the file database.sql and replaces it -- deletes it -- with the compressed .gz file database.sql.gz
gzip database.sql
scp ben@66.135.41.18:~/internetbar_backup.sql internetbar_backup.sql
On the other end if you compressed, uncompress:
Microcommerce Justice
Jeff Aresty: For me to make the most of this and build the community, I've got to have the Microcommerce Justice Campaign website up. Much of the content I want to put up on the site, except for the contest content, is on the www.internetbar.org site. AS you will be able to tell when you see the IBO site, we have forced the content there, and it isn't pretty. There are several large law firms that we want to attract to become sponsors (it's called a probono initiative) and I need to take them to a site that has the content and an opportunity to become a sponsor.
