Removing the "at profile" from the listing in the list output

No replies
Offline
Joined: 12/17/2011

Hi,

I've had a few requests from customers to remove the "at profile" from the listing in the list output. For example: for LinkedIn it would show the LinkedIn logo, the word LinkedIn, which is a hyperlink to your LinkedIn Profile, and the at LinkedIn on the end, which seems pointless.

I've edited the page.tbl commented out the following line...

//    $t_out .= '</a> at ' . $profile['site'] . '</li>';

And replace it with the following...

$t_out .= '</a></li>';

Perhaps a future release could add this as an option in the configuration options.

Cheers,

Jeremy.

Post new comment

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <h2> <h3> <h4> <h5> <h6> <pre> <span> <p> <br />
  • Syntax highlight code surrounded by the {syntaxhighlighter SPEC}...{/syntaxhighlighter} tags, where SPEC is a Syntaxhighlighter options string or "class="OPTIONS" title="the title".

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.