<xml version="1.0" encoding="UTF-8">
    <rss version="2.0">
        <channel>
            <title>XOOPS Web Application System :: Forum</title>
            <link>https://xoops.org/</link>
            <description>Powered by You! :: XOOPS Community Bulletin Board</description>
            <lastBuildDate>Sat, 25 Jul 2026 20:13:13 +0000</lastBuildDate>
            <docs>https://backend.userland.com/rss/</docs>
            <generator>NewBB 5.1.0</generator>
            <category>Support Forums</category>
            <managingEditor>webmaster@xoops.org</managingEditor>
            <webMaster>webmaster@xoops.org</webMaster>
            <language>en</language>
                            <image>
                    <title>XOOPS Web Application System :: Forum</title>
                    <url>https://xoops.org/modules/newbb/assets/images/logoModule.png</url>
                    <link>https://xoops.org/</link>
                    <width>92</width>
                    <height>52</height>
                </image>
                                    <item>
                <title>Re: Question About Unicode In PHP 5.3 to 5.6+ [by wizanda]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=365959</link>
                <description>Q and A::Question About Unicode In PHP 5.3 to 5.6+&lt;br&gt;
Quote:&lt;div class=&quot;xoopsQuote&quot;&gt;&lt;blockquote&gt;&lt;br&gt;geekwright wrote:&lt;br&gt;This is odd, because the problems switching to PHP 5.6 are usually solved by making sure the PHP configuration specifies &lt;div class=&quot;xoopsCode&quot;&gt;le=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php default_charset &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;utf-8&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;You mentioned you just see question marks. Are those question marks or unicode replacement characters - question marks in diamonds?&lt;br&gt;&lt;br&gt;What is the define for _CHARSET in language/*/global.php ?&lt;br&gt;&lt;br&gt;Πρέπει να λειτουργεί;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;They&apos;re plain question marks: ????&lt;br&gt;&lt;br&gt;The_CHARSET in language/*/global.php was: ISO-8859-1.&lt;br&gt;&lt;br&gt;Can set that as UTF-8, yet when posting it still makes question marks.&lt;br&gt;&lt;br&gt;With global.php as ISO-8859-1, and ini_set(&amp;quot;default_charset&amp;quot;, &amp;quot;&amp;quot;), it then encodes it... Yet then has odd character errors across the site.&lt;br&gt;&lt;br&gt;Thank you for the help. &lt;img class=&quot;imgsmile&quot; src=&quot;https://xoops.org/uploads/smil3dbd4d6422f04.gif&quot; alt=&quot;&quot; /&gt;</description>
                <pubDate>Mon, 05 Jul 2021 22:56:06 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=365959</guid>
            </item>
                        <item>
                <title>Re: Estimate profile completeness [by mjoel]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=365865</link>
                <description>Q and A::Estimate profile completeness&lt;br&gt;
i would like to try this where do we exactly put this code ?&lt;br&gt;is it still working?, im using xoops 2.5.10 and php 7.3&lt;br&gt;&lt;br&gt;i tried putting it in php block but i got&lt;br&gt;Error : Error: Call to a member function getVar() on null</description>
                <pubDate>Sat, 15 May 2021 13:55:27 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=365865</guid>
            </item>
                        <item>
                <title>Re: Need chronology of the history of XOOPS (timeline) [by alain01]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=365597</link>
                <description>Q and A::Need chronology of the history of XOOPS (timeline)&lt;br&gt;
Excellent ! &lt;br&gt;Thank you !</description>
                <pubDate>Tue, 02 Feb 2021 09:59:47 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=365597</guid>
            </item>
                        <item>
                <title>Re: (More ?) Useful Tags in User Message Manager [by alain01]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=365546</link>
                <description>Q and A::(More ?) Useful Tags in User Message Manager&lt;br&gt;
Done ! &lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://github.com/XOOPS/XoopsCore25/issues/919&quot; rel=&quot;noopener external&quot; title=&quot;&quot;&gt;Issue : Missed &amp;quot;{X_NAME}&amp;quot; in the User message manager #919&lt;/a&gt;&lt;br&gt;and &lt;a href=&quot;https://github.com/XOOPS/XoopsCore25/pull/920&quot; rel=&quot;noopener external&quot; title=&quot;&quot;&gt;Pull Request merged&lt;/a&gt;&lt;br&gt;&lt;br&gt;Now, we could use &lt;br&gt;&lt;strong&gt;{X_UNAME}&lt;/strong&gt; (login)&lt;br&gt;and a new variable, &lt;strong&gt;{X_NAME}&lt;/strong&gt; (real name)&lt;br&gt;&lt;br&gt;and we could use the real name, even it&apos;s empty : &lt;br&gt;&lt;br&gt;&lt;div class=&quot;xoopsCode&quot;&gt;le=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;{&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;X_NAME&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;} &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;will &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;print &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;name &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;or &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;uname &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if empty&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;Thank you &lt;a href=&quot;https://xoops.org/modules/profile/userinfo.php?uid=77541&quot; rel=&quot;noopener external&quot; title=&quot;&quot;&gt;Mage&lt;/a&gt;!</description>
                <pubDate>Mon, 11 Jan 2021 14:36:30 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=365546</guid>
            </item>
                        <item>
                <title>Re: latest xoops modules [by zyspec]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=364951</link>
                <description>Q and A::latest xoops modules&lt;br&gt;
Most of the modules that are kept up to date are in the GitHub repository at &lt;a href=&quot;https://github.com/XoopsModules25&quot; target=&quot;_blank&quot; rel=&quot;external noopener nofollow&quot;&gt;https://github.com/XoopsModules25&lt;/a&gt;&lt;br&gt;&lt;br&gt;Some of these have been &apos;forked&apos; and may require a little searching to get the most up to date version until the forks are &apos;pulled&apos; back into the master.&lt;br&gt;&lt;br&gt;There are some other modules that individual developers have in their personal GitHub repositories too.&lt;br&gt;&lt;br&gt;As @alain01 said - if you can tell us what you want to do we might be able to guide you towards the best module(s) to get you started.</description>
                <pubDate>Mon, 16 Mar 2020 16:20:13 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=364951</guid>
            </item>
                        <item>
                <title>Re: small XOOPS installation [by Suvrattt]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=364930</link>
                <description>Q and A::small XOOPS installation&lt;br&gt;
Ohk, Thanks.</description>
                <pubDate>Wed, 11 Mar 2020 06:29:10 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=364930</guid>
            </item>
                        <item>
                <title>Re: Gallery Module working on version 2.5.9 [by Mamba]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=364380</link>
                <description>Q and A::Gallery Module working on version 2.5.9&lt;br&gt;
Thanks Zyspec. &lt;br&gt;&lt;br&gt;I&apos;ll include your fix in the update.</description>
                <pubDate>Wed, 17 Jul 2019 02:11:27 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=364380</guid>
            </item>
                        <item>
                <title>Re: Encoding Problem on a site display [by user2222]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=364023</link>
                <description>Q and A::Encoding Problem on a site display&lt;br&gt;
Hi Mamba, &lt;br&gt;&lt;br&gt;Thank you for your replay. I will update my database accordingly.&lt;br&gt;&lt;br&gt;Regards.&lt;br&gt;Eddy</description>
                <pubDate>Thu, 07 Feb 2019 12:20:29 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=364023</guid>
            </item>
                        <item>
                <title>Re: XOOPS as an MVC is not an XOO + OOP Classes/Include Structure would only be MVCPS.coop [by wishcraft]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=363840</link>
                <description>Q and A::XOOPS as an MVC is not an XOO + OOP Classes/Include Structure would only be MVCPS.coop&lt;br&gt;
The reason XOO + OOP is so popular with a /class /include structure in not only PHP, but c++, C Ansi, Perl, Java etc, is the code is transpositional and will become when routed external like on sourceforge.net into someone else gravity well meter maid; the language constructs for their systems, not many MVC do this they are earth specific!</description>
                <pubDate>Sat, 27 Oct 2018 03:30:13 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=363840</guid>
            </item>
                        <item>
                <title>Re: validation on xoopsthemeform? [by loukaum]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=363557</link>
                <description>Q and A::validation on xoopsthemeform?&lt;br&gt;
Exactly what I was looking for, thanks for the attention Mamba!</description>
                <pubDate>Fri, 09 Mar 2018 12:11:52 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=363557</guid>
            </item>
                    </channel>
    </rss>
</xml>
