Opened 6 years ago

Closed 4 years ago

#4950 closed enhancement (duplicate)

Add the_author_jabber() function

Reported by: Otto42 Owned by: anonymous
Priority: normal Milestone: 2.8
Component: Template Version: 2.3
Severity: normal Keywords: has-patch 2nd-opinion
Cc:

Description

We have functions to output msn and icq and so forth, but none to output the jabber field.

Patch attached.

Attachments (2)

author-jabber.diff (940 bytes) - added by Otto42 6 years ago.
Adds jabber functions.
4950-the_author_jabber.diff (937 bytes) - added by johnbillion 4 years ago.
the_author_jabber() and get_the_author_jabber()

Download all attachments as: .zip

Change History (13)

Otto426 years ago

Adds jabber functions.

  • Keywords commit added

Looks good.

comment:2   ryan6 years ago

  • Resolution set to wontfix
  • Status changed from new to closed

I'd rather have a more generic the_author_im($type) function since there are so many IM flavors out there. I'll close this as wontfix. Let's open a new ticket against 2.4 for the_author_im().

  • Milestone 2.3 deleted
  • Resolution wontfix deleted
  • Status changed from closed to reopened

Hi, I've just come across this problem (there are workarounds, obviously, but it's not ideal).

I can't see any ticket for a the_author_im($type) (which would be ideal). Did the idea get dropped? If so, could we go with a quick the_author_jabber() function?

  • Keywords 2nd-opinion added; commit removed
  • Milestone set to 2.7.1

Seeing as there's no traction on a new generic the_author_im() function, I'd like to recommend the_author_jabber() for 2.7.1. There's currently no function available for retrieving the value stored under "Jabber / Google Talk" in a user's profile.

I'll refresh the patch in a moment.

the_author_jabber() and get_the_author_jabber()

Refreshed patch

comment:7   ryan4 years ago

How about the_author_meta($key) or the_author_attribute($key)?

  • Milestone changed from 2.7.1 to 2.8

the_author_meta('jabber') will do this if/when #8876 is commited.

the_author_meta('jabber') will do this if/when #8776 is commited.

  • Resolution set to duplicate
  • Status changed from reopened to closed

the_author_meta('jabber') will do this now in #8776. #8776 also combines at the the_author_ functions to one new one.

Note: See TracTickets for help on using tickets.