Drupal 7, Views / CTools, Field Order and Display Number Unlimited

Good day all...

I'm working w/ the new Views layout for Drupal 7 and have a couple questions:

  1. How to i set the number of items to display as unlimited? It used to be that you could...either leave the field blank or set it as 0, if I remember correctly? Setting it as 0 now results in a, "...must be a positive integer" error.
  2. How do I change the sort order of my fields? No longer seeing an option for this.

Thanks much,
~dale

Collapse module list

Anybody know how to collapse the module list. What an annoyance. On separate note: after searching for a solution it appears to me that this forum is an unmanaged mess. Who wants to see something written about collapse that was posted in 2007 or even earlier about D4.7 - absurd and a waste of time.

Date Module: Remove day of week

Hey all,

Brand new to Drupal so what I'm trying to do may be done a heck of a lot easier another way. But basically I'm trying to upload a bunch of files and given specific dates to them. I then need to grab all of those and display them grouping them by that date.

So what I did was created a new field called post date shown for the date field using the date module. The dates are different from the actual default publish date which is why I can't use that. I then created a view that has the title linking to the document, and then the post date shown.

I have it working fine, but the problem I seem to be having is that the date is showing up with the 3 letter day of the week first and I want to get rid of that. So I have Thu, 05/12/2011 and I just want 05/12/2011. Does anyone know how to do that? I've seen numerous posts on how to get rid of "All Day" but that didn't seem to help my issue.

And just so you know, I am not a programmer. So any function updates to the template.php file, I'm not sure about. Plus, I seem to have a template.php issue where I have a template.php file that is pretty blank (just the <?php intro and a comment and that's it) and I get funky text at the top of my page:

Need a Report on all emails sent by Drupal

I have done a good search and google but can't find an answer to this.

Reports provides a list of "emails" sent following use of the Contact form on my site, but where do I look to see logs of all emails sent out for user registrations. I am set up for users to request registration and to then be approved. I can't find anything in the Reports logs, although it does show when a new user has applied, not when they have been approved or if they have logged in for the first time.

Email attachment from Form API

Hello,

I wish to upload a file via the Form API and attach that file to an email. I have the bit in the form API working:

$form['upload_file'] = array(
'#type' => 'file',
'#title' => t('Upload your file'),
'#size' => 40
);

The from submits with no errors, but it seems that no file carriers over to the $form_state object. Also, it appears the Drupal 7 has no built-in support for attaching files to email.

Can anyone offer any guidance?

Thanks

Remove My Account and Log Out and move up NAVBAR

So I admit I am a complete FNG to drupal and started converting a site from a mash of different technologies to all drupal.

I am using the ZEN theme to build from and am figuring things out as I go but have a few stumbling blocks.

I want to remove the My Account and Log Out hyperlinks all together since I wont have a user base for the site, but all static content, maybe an ubercart in the future.

I want to bring the navbar directly under the logo as well. Also how do you make the navbar with images as opposed to text hyperlinks?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x