Quick and simple heartbeat question...

Hello Drupal community...

I have a simple problem, I've installed the module heartbeat and it looks like everything went okay. My problem is I dont know what url to use to access the module. I tried http://mysite/heartbeat...but I get a page not found error. Is there a way to tell how the where the module is point through admin? Ive just been guessing thus far.

Best,

Mike :)

drupal 7 's shortcomings

1, using @import instead of link for CSS .

Using @import within a stylesheet adds one more roundtrip to the overall download time of the page.
Using @import in IE causes the download order to be altered. This may cause stylesheets to take longer to download, which hinders progress rendering making the page feel slower.

2,the overlay is too bad.

3, too slowly.

Putting a module configuration page on admin/config?

I want to have my modules config page on admin/config. How do I do that for this module: https://github.com/vih/vih.dk-features/blob/master/vih_pwi/

Language switcher block (User interface text language detection) doesn't show up

Hello

I'm setting the multilingual module everything is fine, but the Language switcher block (User interface text language detection) doesn't show up ( in the sidebar). I already enabled the block.

In some searches I found this:

select a language negotiation setting that is influenced by links (URL or Session enabled) to make the language switch links appear

But how and where do I do this setting?

Some tutorial for setting a multilingual a full drupal 7 installation?

Thanks

Place configure link on modules page?

How do I put a configure link on the modules page? I have added:

configure = admin/config/pwi

to my info file: https://github.com/vih/vih.dk-features/blob/master/vih_pwi/vih_pwi.info

How do I call items_per_page to use in node.tpl.php?

Hi there,

I can't for the life of me figure out how to call 'items_per_page' in node--blog.tpl.php. I thought I was supposed to call the following code in my template.php file, but it doesn't seem to be working. I've searched and tried to figure this (likely simple) thing out for hours, but I still get errors. Any recommendations?

TEMPLATE.PHP:

<?	
			$view = views_get_view('blog');	
			$items_per_page = $view->pager['items_per_page'];				

?>

NODE--BLOG.TPL.PHP:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x