Hi,

Where would I change the 'local url link' of the Quotes module (block mode - at bottom of block) to go to a custom page I have made using Views module

I thought this up today, this would make the backend possibilites of the Quotes data ...... huge

thanks

Comments

green monkey’s picture

Title: mode mode - the read more link to a views page » block mode - the read more link to a views page

had to correct title of post

green monkey’s picture

I think I found the code

just not sure how or where it goes in

 '#value' => '<div class="quote_view_link">'. drupal_get_path_alias(l($view_text, 'node/'. $nid)) .'</div>',
nancydru’s picture

Status: Active » Fixed

Change the link part of that (l($view_text, 'node/'. $nid)) to go to your custom link. Just be aware that it may have to be redone every time I put out a new release.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.