Forum Replies Created
- AuthorPosts
evani2003ParticipantThank you a thousand times!
My boyfriend helped to optimize it. Use this code instead of yours in your functions.php and you will have no worries about updating:
add_filter( 'option_pie_countries', 'eva_translate_countries_option' ); function eva_translate_countries_option ( $countries ) { $countries_t = array(); for($i=0; $i<sizeof($countries); $i++){ $ct = __($countries[$i], "piereg"); array_push($countries_t, $ct); } sort($countries_t); $countries = $countries_t; return $countries; }🙂
evani2003ParticipantWhat kind of login information do you need? How/Where can I provide it to you?
evani2003ParticipantHey,
I have the same problem. How did you solve it?
Thank you!
Eva
evani2003ParticipantDo you mean something like that http://dgkv.info/info.php ?
evani2003ParticipantHello,
I have the same issue. We are using the “Text Area” field. We want that the users could add some text about themselves in this field. Some users want to add line breaks here, but after saving all line breaks are deleted. Another problem are quotation marks added to this field. Every time after saving, a new slash is added before the quotation mark (after a while it looks like ////////”)
Please have a look at this issue. It would be gerat to have a tiny mce editor or something like that for the “Text Area” field. I think this would be great for a lot of pie register users too.Thanks!
evani2003ParticipantHello,
I have the same issue. We are using the “Text Area” field. We want that the users could add some text about themselves in this field. Some users want to add line breaks here, but after saving all line breaks are deleted. Another problem are quotation marks added to this field. Every time after saving, a new slash is added before the quotation mark (after a while it looks like ////////”)
Please have a look at this issue. It would be gerat to have a tiny mce edior or something like that for the “Text Area” field. I think this would be great for a lot of pie register users too.Thanks!
- AuthorPosts
