Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Missing Argument for Get_User_Profile_Link

Well, it turns out I’m NOT using .8.2.1, just .8.1… Is the newest version REALLY new?

The code I’ve used in the template is, I think, outside the loop, and is this:

<H2><?php _e('Last Poster'); ?></H2>
<UL><LI><a href="<?php get_user_profile_link() ?>">
<?php topic_last_poster(); ?></a></LI></UL>

I may not have made my problem all that clear, anyway… the fact is that the Last Poster bit works fine… it pulls up the last poster’s name fine. But when you mouseover the link, it becomes clear that it doesn’t work, presenting the problem I mentioned before…

Skip to toolbar