floflofloflo
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] Custom Fields created by another pluginhm, it seems that doesn′t work.
With TML NOT activated, my function adds the new fields.
With TML activated, it′s the standard fields.
Am i missing something?
Thanks// the hook add_action( 'edit_user_profile', array( $this , 'show_extra_profile_fields' ) ); public function show_extra_profile_fields( $user ) { ?> <h3><?php _e ( ' Extra Fields', $this->plugin_slug ); ?> </h3> <table class="form-table"> <tr> <th><label for="phone"><?php _e ( 'Phone number', $this->plugin_slug ); ?></label></th> <td> <input type="text" name="phone" id="phone" value="<?php echo esc_attr( get_the_author_meta( 'phone', $user->ID ) ); ?>" class="regular-text" /><br /> </td> </tr> </table> <?php }
Forum: Plugins
In reply to: [qTranslate X] Keep url hash when switching languageshi john,
that would be great.for now, i solved with jQuery:
if(window.location.hash) { var hash = window.location.hash; var href = $('li.qtranxs-lang-menu-item a').attr('href'); $('li.qtranxs-lang-menu-item a').each(function() { this.href = this.href+hash; }); }
no, THANK YOU for helping ??
Event list/archive
Standard list format for events:
Scope: All Eventsi don′t have the same scope dropdown menu under event categories or event tags.
[Please don’t bump]
I′m using (Titles may be different, have a german version here):
events-manager-options#pagesEvents List/Archive
Event Page: Using a page
Event Search: No
Caendar: No
Rewrite: NoWordPress Event Archives
Archives active: No
Overwrite with Formats: Yes
Current Events are former events: Yes
WP-Search: YesForum: Plugins
In reply to: [ALO EasyMail Newsletter] Export with mailing list datawould be great!
thank you!