Forum Replies Created
-
Plugins too 😉
Can some tell me please how i can create a new Notification ?
I want a new Notification with something like “%USERNAME% your user group was changed, you can now download games”
How can i do this ?No this isnt Possible, cause it removes the “target=_blank” on pressing Save
Hello,
i want to use the “Profile field Settings” – if i create a new Profile Field and i write
<a href='#' target='_blank'>Terms</a>and i save, the system removes the target=’_blank’..
If i write<a href='#' target='_blank'>Terms</a>in the Database… it dont show the target=’_blank’ in the html code if i am on the registration page…How can i remove that ?
I have the newest versions – Theme: Pinboard
Hallo r-a-y,
no i am not useing theen_USlanguage , i am useing thede_DElanguage for WordPress and Buddypress. No i havent installed any Email Plugins. It is Unicode too. I will do..I tried it, but it doesnt work, the Problem is that after esc_url() /esc_url_raw() you have a BOM (Byte Order Mark) after the String… :/
Second Solution:
You only have to go in \wp-content\plugins\buddypress\bp-members\bp-members-functions.php at Line 1779 and now you change:
$activate_url = bp_get_activation_page() .”?key=$key”;
to:
$activate_url = bp_get_activation_page() .”?key=$key&welcome=true”;
or Something else.. but its very important that you add it after the $key..
Now it works too !