luniablue
Forum Replies Created
-
Again, many thanks!!
Do you know of a reference page somewhere for functions like this? Just trying to learn how you knew to use ‘um_last_login’ and ‘user_registered’ and see what else is available. I didn’t see those anywhere in the developer doc.
This worked great. Thanks.
Where did you find the ‘um_last_login’ field syntax. I see the page for the um_user function but it doesn’t list any of the fields to use for the $data.
https://docs.ultimatemember.com/article/158-umuserI ask because the client would also like to see a column of when the user registered. I saw this Code example, https://docs.ultimatemember.com/article/1711-replace-the-word-joined-under-registration-date, but there’s no code example to see the field syntax for Registration date
Forum: Fixing WordPress
In reply to: Media Upload Problems@skazza did you disable all of the WPML plugins or just the WPML Media plugin? We did the WPML Media Plugin and now it doesn’t upload at all.
same here. Tried using 1.3.5 of the plugin. Using WordPress 3.3.1
Forum: Plugins
In reply to: [Twitter Widget Pro] [Plugin: Twitter Widget Pro] Hide titleI found something that worked for me. In the file wp-twitter-widget.php in the plugins folder, I deleted the following lines at line 561
if ( empty( $args['title'] ) ) $args['title'] = "Twitter: {$args['username']}"; $args['title'] = apply_filters( 'twitter-widget-title', $args['title'], $args ); $args['title'] = "<span class='twitterwidget twitterwidget-title'>{$args['title']}</span>"; $widgetContent .= $args['before_title'] . $args['title'] . $args['after_title'];
Don’t know if it’s safe or right, but it worked for me and I haven’t come across any errors yet.
Forum: Plugins
In reply to: [Twitter Widget Pro] [Plugin: Twitter Widget Pro] Hide titleI would like this option as well!