<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Translating timezones list - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/translating-timezones-list/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 13 Sep 2026 05:31:09 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Translating timezones list</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/translating-timezones-list/#post-108881</link>
                        <pubDate>Tue, 05 Mar 2024 10:32:14 +0000</pubDate>
                        <description><![CDATA[@buzzyclub,
We don&#039;t recommend you change the timezon as those are used on many wpForo functions, so if you change it may lead to several issues.If you still want to change you can use the ...]]></description>
                        <content:encoded><![CDATA[<p>@buzzyclub,</p>
<p>We don't recommend you change the timezon as those are used on many wpForo functions, so if you change it may lead to several issues.<br /><br />If you still want to change you can use the example you've provided. Alternatively, we recommend considering a solution where you simply reduce the list of available timezones for a smoother transition.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/translating-timezones-list/#post-108881</guid>
                    </item>
				                    <item>
                        <title>RE: Translating timezones list</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/translating-timezones-list/#post-108839</link>
                        <pubDate>Sat, 02 Mar 2024 18:24:19 +0000</pubDate>
                        <description><![CDATA[Just to clarify, am looking for the filter hook to modify the time zones.
Would appreciate it if anyone shares it/helps in showing steps to modify time zones, I&#039;ve been looking into the doc...]]></description>
                        <content:encoded><![CDATA[<p>Just to clarify, am looking for the filter hook to modify the time zones.</p>
<p>Would appreciate it if anyone shares it/helps in showing steps to modify time zones, I've been looking into the documentation but couldn't find anything.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>BuzzyClub</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/translating-timezones-list/#post-108839</guid>
                    </item>
				                    <item>
                        <title>Translating timezones list</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/translating-timezones-list/#post-108711</link>
                        <pubDate>Sat, 24 Feb 2024 18:31:18 +0000</pubDate>
                        <description><![CDATA[Hello everyone.
I am looking into changing the timezones in the profile tab. I&#039;ve added the code below to functions.php to change profile locations, and it worked fine. Which I assume modif...]]></description>
                        <content:encoded><![CDATA[<p>Hello everyone.</p>
<p><span>I am looking into changing the timezones in the profile tab. I've added the code below to functions.php to change profile locations, and it worked fine. Which I assume modifying timezones follow the same concept. However, I want to make sure I'm taking the correct steps to avoid any issues.</span></p>
<p>Thanks!</p>
<pre contenteditable="false">function custom_wpforo_user_locations( $user_fields ){
    if( isset($user_fields) ) {
        $user_fields =
            array(
                //Custom Locations:
                'a1',
                'b2',
                'c3',
            );
    }
    return $user_fields;
}
add_filter('wpforo_member_after_init_fields', 'custom_wpforo_user_locations', 10);</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>BuzzyClub</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/translating-timezones-list/#post-108711</guid>
                    </item>
							        </channel>
        </rss>
		