Posted by jaarong on February 7, 2011 at 9:05pm
I'm having a pretty tough time getting a more link to show up on my author page. I've found the template that controls the view for that page, and added a Node:Link field in the view. Nothing I've tried gets it to show up including:
<div class="links"><a href="<?php print $node_url ?>" title="Read More">Read More</a></div> <?php print $node->links[0]; ?><?php print $fields['link']->content; ?> <?php if ($more): ?>
<?php print $more; ?>
<?php endif; ?>
Comments
The Author page is a panel so
The Author page is a panel so in order to get the "more" link to display you need to configure it from the panels admin.
Go to SITE BUILDING > PAGES > LIST,
But this should get to the "more" link...
-Joe
Wow, thanks
Wow, well, too early to blow my mind with that. I would have never figured that out, even though I've seen that Panels was installed, I never stopped to investigate what it was doing. Nevertheless, Panels looks like it is not controlling much more than the layout of the page, providing for a main area with 2 columns under it. My problem, at least to me, seems much deeper, since I can't even get the more link to show up in the preview in the view.
I guess I'm going to spend today trying to figure out how to get this page out of Panels, since I don't need it, and it seems like a pretty heavy module to have around for just one page.