PDA

View Full Version : disabling read more pages


discover
05-08-2006, 11:27 PM
whats the easiest way to disable these pages?
is it ossible to disable for different links easily?

anon
05-08-2006, 11:41 PM
in your link.tpl

find the code:
Content visible to registered users only.

and either delete it, or encase it with {* the code inbetween goes here *}

that will remove the [Read more], and keep the Pagerank, Title, Description & Link

Rob

droolingmnky
05-08-2006, 11:42 PM
to disable it totally

templates\link.tpl

Content visible to registered users only.

is the code your looking for

As for disabling it for individual links I don't know how off the top of my head.

discover
05-08-2006, 11:56 PM
thanks both :)