Info display when mouse hovers over text

Hi

Does anyone know a module that could do something like this ?

http://www.sivilforsvaret.no/Distrikter/Hordaland/Om-distriktet/Ansatte/

Its a list of names and when the mouse hovers over a name , a picture and contact information is displayed.

Maybe it is possible with views .. ?

Any tips is very appretiated !

Send e-mail to users depending on profile fields value on a regular basis

I want to achieve this and I need some advice on how to avhieve it:

- Users have an account expiration date on their profiles they can't edit.
- I want to warn users by mail some days before their account "expires".

Please notice I don't want the account to "expire", nor I don't want a plugin to autoexpire accounts based on a data field. I want to mail users on a regular basis depending on some basic logic that may involve current data and/or a field value.

manually print view field in drupal 7

Hello all,

I have been searching for days in how to print a single field in views 3.
In views 2 it was print $fields['field_name fo my field']->content;

Now i have managed something like this: print $fields['entity_id_3']->content;

but there must be a better way using the field name no?

any help would be appreciate i also have not found any documentation on how to use variables in views 3

thanks

wolfmarter

Linking taxonomy views to node views

Hi

I need to create a taxonomy views linking to node views. is there away to do this view?

thanks

Can't reach data in the $content variable from node.tpl.php

I'm pretty new to D7 and I'm currently working on a very stripped down theme to be able to show the pages and nodes in a totally different context (Facebook app). This means I've been messing around with template overriding quite a bit, basically deleting everything but the render($content) and so on.

In my node.tpl.php (or actually node--blog_entry.tpl.php), I'm currently styling each field separately by reaching them through their field name in the $node variable. This works fine and it gives me nice markup, but the path to each field ends up like $field_blog_entry_text["und"][0]["value"] which I'm guessing is ugly and far from ok. So, I thought I'd look into overriding with the field.tpl.php instead, but I can't get that far.

It seems I've lost the possibility to render the node via the render() function in my node template file. When using render($node), I get "Undefined variable: hide_site_name" and "Recoverable fatal error: Object of class stdClass could not be converted to string in include()".

And, the big thing, the $content variable doesn't seem to hold any usefull data and cannot be rendered.

This is strange, cause the original node.tpl.php uses "print render($content)" without a problem.

Newb: Images not showing in Drupal 7 site

Hi,

I've set up a couple of D6 sites and a D7 site without this problem but this is the first time I have set up a 'Development' site on my local computer...

I set up an environment using MAMP on my local OSX box.

I then installed a site in /pants

My htaccess file has been changed thusly:

 # Modify the RewriteBase if you are using Drupal in a subdirectory or in a
  # VirtualDocumentRoot and the rewrite rules are not working properly.
  # For example if your site is at http://example.com/drupal uncomment and
  # modify the following line:
   RewriteBase /pants
  #

When I try to insert an image in a post I can see the image whilst editing but as soon as I save the post, all I see is the image path, which is correct but no image is rendered in the browser.

I get:



[url=http://localhost:8888/pants/sites/default/files/imagepicker/1/3colourG.cross.2.jpg][img]http://localhost:8888/pants/sites/default/files/imagepicker/1/thumbs/3colourG.cross.2.jpg[/img][/url]

[img]/pants/sites/default/files/medium_Blue%20stripes.dark.jpg[/img]

In the first instance I am linking a thumbnail to a larger image and in the second instance I am just inserting an image with no link.

What am I doing wrong?

I have clean URL's running but it makes no difference if I turn that off. I have cleared site caches and browser cache.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x