razer0r
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate X] Recent postsit seemed to be related to my theme, which had some hardcoded content.
I fixed it by using an external recent posts widget plugin and fixing the theme
Forum: Plugins
In reply to: [qTranslate X] Recent postsdone, you should have them
Forum: Plugins
In reply to: [qTranslate X] Recent postsno .pot file, just the .po and .mo files….
de_DE.mo de_DE.po en_US.mo en_US.po ru_RU.mo ru_RU.po
Forum: Plugins
In reply to: [qTranslate X] Recent poststhere seem to be some .po en .mo files… any suggestions?
Forum: Plugins
In reply to: [qTranslate X] Recent postsi see, so it has something to do with the theme ?? alright, i’ll start to dig into the code ??
Forum: Plugins
In reply to: [qTranslate X] Recent postswell, than there is something wrong:
https://www.reinencaressa.be/en/allmost-easter/
(english post)
https://www.reinencaressa.be/bijna-pasen/
(dutch post)The widget still shows the english posts when visiting the dutch post (see: Recent posts)
The funny thing is: the widget title changes, but not the post titels…
Forum: Plugins
In reply to: change default display-nameaight
after looking an going trough the code I found the solution.
using version 3.2.1
in the file wp-includes/user.php edit the folowing
Move this right under the $last_name and $first_name declarationif ( empty($display_name) ) $display_name = $user_login; $display_name = apply_filters('pre_user_display_name', $display_name);
Edit
$display_name = $user_login;
To:
$display_name = $first_name . ' ' . $last_name;
This will change the default insert at registration and works also with social connect registration forms.
Hope I could help
Forum: Plugins
In reply to: Facebook Connect API key error in Simple Facebook ConnectI’m cuurently using a plugin to modify the registration fields, so that the username is equal to the email address (look at: https://londerzeel.vantveer.be/wp-login.php?action=register )
Is there any way the plugins can be compatible?
The site is in development, and i was realy happy the way the integration was :pForum: Plugins
In reply to: Facebook Connect API key error in Simple Facebook ConnectIs there any way to recover the old API key?
I’ve updated my SFC installation, but, now my registration form looks all wrong. And I wanted it back the way it was. With autofill in the same style as the wordpress registration was.
Otto, can I preserve the SFC registration style with the new 1.0 version?