v13.05 release information - site admins: for information, instructions and further help please read the release notes.
You are here:  Home » Article » All quiet on the WP Symposium front…

Category: Article, Featured

Post Tagged with ,

9 Responses so far.

  1. TR4NSeND says:

    Very Cool- I am excited to get my hands on the new version :)

  2. japfromthenetherlands says:

    Working hard man!! Good… take care!

  3. marcesadrian says:

    “you’ll be able to link WPS extended fields with the WordPress profile fields so that both can be updated from either the WP Symposium profile page, or the WordPress edit profile page. Watch this space….”

    Excellent idea. Kudos to you and AlphaGolf. :-)

  4. TR4NSeND says:

    Here is a couple of small features that would make this (or any) release dynamite:

    -The ability to comment on photos and albums (galleries)

    -The ability to assign extended feilds to a NEW button. As opposed to trying to cram unrelated information next to someone’s location or privacy settings. With the ability to create a button and assign your own fields to that button, then ppl would be creating their own product instead of forcing specific designs into a generic layout.

    …just throwing out random thoughts in the spirit of a better symposium for all. Not intentionally being a pain in the arse (though i am most of the time)

  5. AlphaGolf says:

    A bit of teasing in my Gallery here, album “Symposium and WP metadata” ;-)

    First screenshot shows the Profile settings page with the new table of Extended Fields: some of them are linked to WP user metadata (from another plugin or WP default), others aren’t.

    Second and third screenshots show WP Symposium profile page, My Profile and Profile Details.

    Last two screenshots show WP profile page, where WP Symposium’s Profile Details and Community Settings have been added. Note that Extended Fields linked to a WP user metadata aren’t displayed in the Profile Details section, but as WordPress metadata (such as bio description or phone number).

    Enjoy the Release Candidate ;-)

  6. pixeline says:

    Hi,

    small mistake in your writeup. You say

    To show the currently logged in user’s last login, you would use:

    global $current_user;
    echo get_user_meta($current_user->ID, ‘symposium_last_login’);

    it should actually be:

    global $current_user;
    echo get_user_meta($current_user->ID, ‘symposium_last_login’, true);

    Thanks °-)
    a.

Leave a Reply

Leave a Reply