[New to Drupal] FileField Formatting?

I'm using the FileField to hold documents onto a custom content type. On the output it shows a file icon and the file name linked to the file. My boss wants me to get rid of the filename and just have the icon link to the file. Help would be much appreciated as I'm not a web admin or drupal guru just an undergrad worker.

Display when the user created account

Hello, i have this code:

<?php print $user->created; ?>

But it shows unix code... (1312975292)

How can i show the Date when the user created account?

And btw. is it possible to show last login on user profile?

Thank you!

New error (token/media gallery)

A couple of automatic updates were processed today on my Drupal 7 site, one of the updates was "token". Now on a lot of pages I am received this error message... any ideas/help? Googling the error returns zero results so I'm guessing it's a newly introduced bug. As it happens I don't use media gallery, I installed it but then uninstalled it - is it possibly something left over?

Notice: Undefined index: comment_node_media_gallery in _token_field_info() (line 1209 of /home/sites/oxfordstars.net/public_html/sites/all/modules/token/token.tokens.inc).

How to create an anchor link in views

Here is the case.
I have a node-type containing a long title, short title and a text.

what I want in my views is the following:

overview:
- short title *anchor to long title*
- short title *anchor to long title*

- long title
-text

- long title
-text

to output those lists is no issue, but how do I manage to link short title one to long title one with an anchor?

Thanks in advance!

colorbox will only display full size image for me to click on live site

I have a content type that displays pictures that works perfectly in localhost. Copying it up to HostGator breaks it. The lightbox still works, but my pictures are full sized despite me saying to have them medium size to click on and make larger.

Not sure if it is related, but Live site is missing Configure -> Colorbox "Image Filed options (CCK)" where it says "image field gallery" and has "per post gallery, "per page gallery", etc.

Next, I get this errror: Notice: Undefined index: display_settings in theme_colorbox_image_formatter() (line 24 of /home/mysite/public_html/sites/all/modules/colorbox/colorbox.theme.inc).

And lastly when I look at the generated code for my working localhost and non-working live site, here is what I get:

WORKING:

<a class="colorbox imagefield imagefield-imagelink init-colorbox-processed-processed cboxElement" rel="gallery-59" title="July Yard of the Month Winner" href="http://localhost/drupal2/sites/default/files/yard_of_month/July2011.jpg">
<img title="July Yard of the Month Winner" alt="" src="http://localhost/drupal2/sites/default/files/styles/medium/public/yard_of_month/July2011.jpg" typeof="foaf:Image">
</a>

NOT WORKING:

Looking for a little guidance

I'm an experienced wordpress developer that's looking into Drupal now- hooray! I like it a lot (thanks, Omega theme!), and feel very excited.

I'm trying to establish some sort of entertainment/media website. A place where creators will be adding content, of all sorts of types, webcomics, articles (comedy), cartoons, videos, etc. Sites that I can think of that are analogous would be like dorkly.com, imdb.com, etc.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x