<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Real Name Module (5.1 and 5.2 ready)</title>
        <description>[b]Real Name Module 1.3 (5.1 and 5.2 ready)[/b]

[code]
[b]Why there are two maintained versions of this module?[/b]
At the moment there are two different versions of this module:
[url=http://www.phorum.org/phorum5/read.php?16,112880]version 1 by Oliver Riesen[/url] 
[url=http://www.phorum.org/phorum5/read.php?16,112880,114693#msg-114693]Version 2 by Maurice Makaay[/url].

Both versions offers (nearly) the same functionality, but the latter is more
sophisticated. It offers for example options to modify and extend its
behaviour through custom module hooks, a simple rewrite language which
can be used for easy writing of extra rewrite rules without having to write
loads of PHP code and functionality to let other modules which introduce new
occurances of the username on a page provide their own rewrite rules, without
having to add support for them to the Real Name module itself.

Currently, Oliver is still using version 1 on his own server and therefore
will keep maintaining the code. So if you are running version 1 of the mod,
you might choose for keeping that version. For new installations however,
we recommend installing version 2 of the module.

-- Maurice
[/code]

Replaces all occurrences of user name in the whole Phorum-system by the real name also handling search by author. The user name is only used to log in. The user name is not shown anymore to other users. This is the behavior of the old version 3.3. Optional you can strip text components from the real names like e.g. webmaster or moderator.

Supports the following modules and add-ons:

- [url=http://www.phorum.org/phorum5/read.php?16,7251]&quot;Topusers in a templated Phorum-Page&quot; add-on[/url]
- [url=http://www.phorum.org/phorum5/read.php?16,113545]&quot;Search by User ID&quot; module[/url]
- [url=http://www.phorum.org/phorum5/read.php?16,114995]&quot;Search Unanswered Topics&quot; module[/url]
- [url=http://www.phorum.org/phorum5/read.php?16,115035]&quot;Search Hot Topics&quot; module[/url]
- [url=http://www.phorum.org/phorum5/read.php?16,115276]&quot;Search Most Read&quot; module[/url]
- [url=http://www.phorum.org/phorum5/read.php?16,116314]&quot;Search Most Followed Topics&quot; module[/url]

This module replaces completely the (now) deprecated &quot;[url=http://www.phorum.org/phorum5/read.php?16,7516]Real Names in Userlist[/url]&quot; and &quot;[url=http://www.phorum.org/phorum5/read.php?16,8125]real_name in Post[/url]&quot; modules.

Tested on version 5.1.17 and CVS (till revision 1468)

[b]License:[/b]

Free to use, modify, or redistribute this code so long as I am given credit for the original development somewhere. This code comes with absolutely no warranty.

[b]Installation:[/b]

1. Unpack the archive.

2. Move the directory &quot;real_name&quot; to the directory &quot;mods&quot; within your Phorum installation. Don&#039;t change the directory name!

3. If you want to use also the &quot;Topusers in a templated Phorum-Page&quot; add-on, you have to add the following line of code in topusers.php after the initial comment block:

[code]
define(&#039;phorum_page&#039;,&#039;topusers&#039;);
[/code]

4. Login as administrator in Phorum&#039;s administrative interface and go to the &quot;Modules&quot; section.

5. Enable the &quot;Real Name Module&quot;.

6. Optional: If you want to replace user names also in quotes you have to enable the &quot;Enable quote hook&quot; option in module settings. Take care that there should be only one module using the quote hook.

The BBCode module that is distributed with Phorum has also a quote hook function. Because it does not make sense to have more than one quote hook active, the BBCode module has an option to disable its quote hook function. You need to make sure that this quote hook function is disabled when using the quote hook from Real Name Module.

7. Optional: If you want to use the real name when sending notification emails look for the &quot;[url=http://www.phorum.org/phorum5/read.php?16,116287]Author as Sender Module[/url]&quot;.

[b]Update from 1.2 to 1.3:[/b]

Follow installation instructions. Additional disable and enable the module once.

[b]Module settings:[/b]

1. How to open profile links?

Define how to open profile links.

The default value is &quot;new window&quot;.

2. Enable quote hook

To replace user names in quotes by reals names it&#039;s necessary to replace Phorum´s standard function for quoting. Since it only makes sense to have one module modifying the quoted text, you can disable this one part of this module. Use System Sanity Checks to control if there is only one module using the quote hook.

The default value is &quot;disabled&quot;.

3. Texts to strip in real names

Comma separated list with text components to strip of the real name before displaying, e.g. like &quot;Moderator&quot; or &quot;Webmaster&quot;.

The default value is none.

4. Select the pages (list, read, post, search, profile, pm, control, topusers) where you want to strip the above text components from the real names.

The default value is none.

[b]Language support:[/b]

This module doesn&#039;t contain any language text.

[b]Sanity Checks:[/b]

If you have problems with this module login as administrator in Phorum&#039;s administrative interface and go to the &quot;System Sanity Checks&quot; section. Check for warnings or errors for the Real Name Module.

[b]Changelog:[/b]

2006/05/14 version 1.0.0 by Oliver Riesen (oliver@riesen.org)
- Initial release based on some ideas and code from the PHORUM developer Maurice Makaay, the &quot;real_name in Post&quot; module from Tomasz Regdos (tomek@regdos.com) and the &quot;Real Names in Userlist&quot; module from Chris Eaton (tridus@hiredgoons.ca).

2006/05/17 version 1.1.0 by Oliver Riesen (oliver@riesen.org)
- Added settings to select the pages where to strip the text components from the real names.

2006/06/07 version 1.1.1 by Oliver Riesen (oliver@riesen.org)
- Improved error handling in sort function.

2006/06/07 version 1.1.2 by Oliver Riesen (oliver@riesen.org)
- Support for the &quot;Search by User ID&quot;-Module.

2006/06/20 version 1.2.0 by Oliver Riesen (oliver@riesen.org)
- Added real name to preview (thanks to [url=http://www.phorum.org/phorum5/profile.php?16,2814]izi[/url]).

2006/07/26 version 1.2.1 Bug fix by Oliver Riesen (oliver@riesen.org)
- Correcting sort function for the moderator list (thanks to Maurice Makaay).

2006/08/02 version 1.2.2 by Oliver Riesen (oliver@riesen.org)
- Support for the &quot;Search Unanswered Topics&quot;-Module.

2006/08/04 version 1.2.3 by Oliver Riesen (oliver@riesen.org)
- Support for the &quot;Search Hot Topics&quot; module.

2006/08/09 version 1.2.4 by Oliver Riesen (oliver@riesen.org)
- Support for the &quot;Search Most Read&quot; module.

2006/09/06 version 1.2.5 by Oliver Riesen (oliver@riesen.org)
- Added sanity checks.
- Added information about the &quot;Author as Sender&quot; module.

2006/09/15 version 1.2.6 by Oliver Riesen (oliver@riesen.org)
- Support for the &quot;Search Most Followed Topics&quot; module.
- Bug fix checkbox handling in module settings.

2006/11/30 version 1.3.0 by Oliver Riesen (oliver@riesen.org)
- User name in quotes (posts and private messages) now also replaced by real name.</description>
        <link>https://www.phorum.org/support/read.php?16,112880,112880#msg-112880</link>
        <lastBuildDate>Sun, 13 Sep 2026 21:41:17 -0500</lastBuildDate>
        <generator>Phorum 6.0.4</generator>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,125196#msg-125196</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,125196#msg-125196</link>
            <description><![CDATA[ then you should tell the author ;)]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Tue, 06 Nov 2007 09:09:40 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,125194#msg-125194</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,125194#msg-125194</link>
            <description><![CDATA[ oh, thanx :)))) the last thing that i need - show birthdays fix :)) it&#039;s would be nice to have ability to get/show list of users with birthdays :)]]></description>
            <dc:creator>NeBuLuS</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Tue, 06 Nov 2007 08:10:07 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,125190#msg-125190</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,125190#msg-125190</link>
            <description><![CDATA[ This module will not be fixed for Phorum 5.2. It is no longer needed. If you go to the general settings page in the admin interface, you can find an option to specify whether the username or the real_name has to be used as the display name for your users.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Tue, 06 Nov 2007 04:22:18 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,125188#msg-125188</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,125188#msg-125188</link>
            <description><![CDATA[ Well, that plugin doesn&#039;t work for 5.2 version. &quot;phorum_user_get&quot; - missing function. Please fix that plugin.]]></description>
            <dc:creator>NeBuLuS</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Tue, 06 Nov 2007 00:31:43 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,120990#msg-120990</guid>
            <title>Re: Real Name Module, version 2</title>
            <link>https://www.phorum.org/support/read.php?16,112880,120990#msg-120990</link>
            <description><![CDATA[ As I explained in <a href="http://www2.phorum.org/phorum5/read.php?16,120989" target="_blank"  rel="nofollow">Quoting style, and Markdown and Real Name modules</a>, the default Phorum quoting style doesn&#039;t result in nice, structural markup when using the Markdown module. My modifications are written up in that thread, so (as indicated there) here I&#039;m only attaching my modified Real Name module (sorry, zip only); CHANGELOG properly extended.]]></description>
            <dc:creator>iamback</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Sun, 18 Mar 2007 04:39:35 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,119867#msg-119867</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,119867#msg-119867</link>
            <description><![CDATA[ I uploaded a new version of the Real Names module (version 2.1.0) to <a href="http://www.phorum.org/phorum5/read.php?16,112880,114693#msg-114693" target="_blank" >the v2 message from this thread</a>. Here&#039;s the changelog for this version:<br />
<pre class="bbcode">
2007-01-30 version 2.1.0 by Maurice Makaay &lt;maurice@phorum.org&gt;

    - Added new plugin functionality, which enables other modules
      to supply extra rewrite rules to this module. This way, it&#039;s
      not needed anymore to add rewrite rules for other modules
      and addons to the rewrite_rules.src file of this module.
      See the README file (section &quot;Supplying extra rewrite rules&quot;)
      for information on the use of this feature.

    - Changed the code compilation. Instead of writing one
      code file in the cache dir, which contains all rewriting code
      for all pages, now separate files are written per Phorum page.
      This method is better for the module&#039;s performance in case
      there are a lot of rewrite rules for many pages.
</pre>]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Tue, 30 Jan 2007 14:29:14 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,119591#msg-119591</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,119591#msg-119591</link>
            <description><![CDATA[ I uploaded a new version of the Real Names module (version 2.0.5) to <a href="http://www.phorum.org/phorum5/read.php?16,112880,114693#msg-114693" target="_blank" >the v2 message from this thread</a>. 2.0.4 was never released, because it only had changes for the Phorum 5.2 development tree. Here&#039;s the changelog for both 2.0.4 and 2.0.5:<br />
<pre class="bbcode">
2007-01-17 version 2.0.5 by Maurice Makaay &lt;maurice@phorum.org&gt;

    - Added quoting options, which mimic the BBcode and Phorum
      default quoting methods, only with the real name used
      instead of the username. See the README for more information
      on using the quote functionality of the Real Names module.

    - Added a check to see if the real_name custom field does
      HTML escaping on its own or not (based on the &quot;HTML Disabled&quot;
      field setting). If it doesn&#039;t, the real_name module will do
      the escaping to prevent XSS problems. This prevents the
      real_name from being escaped twice before displaying. A user
      with a real-name like &quot;&lt;john&gt;&quot; would be displayed as
      &quot;&amp;lt;john&amp;gt;&quot; on screen before.

      Beware: this change has implications for the required behaviour
      for real_name plugins. The displayname that has to be returned
      by a plugin now has to be correctly HTML escaped. See also
      the README for this module.

2006-10-11 version 2.0.4 by Maurice Makaay &lt;maurice@phorum.org&gt;

    - Added support for the followed threads control center page
      in Phorum 5.2.

    - Added support for rewriting the username on the &quot;Show all
      posts by user&quot; search page (Phorum 5.2).

</pre>]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Fri, 19 Jan 2007 09:47:51 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,119541#msg-119541</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,119541#msg-119541</link>
            <description><![CDATA[ Hi Grendel,<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Grendel</strong><br />I downloaded the current phorum version and installed it</div></blockquote>
<br />
It seems you downloaded my module 1.3.0<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Grendel</strong><br />the BBCode module doesn&#039;t show an option to turn off its quote function</div></blockquote>
<br />
There are varios BBCode modules. The basic one shows an option &quot;Enable quote hook&quot; (last option in the module settings).<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Grendel</strong><br />Strangely enough, even in the realnames module the quote function was set to off</div></blockquote>
<br />
Default value is off. <br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Grendel</strong><br />but nevertheless, the sanity check showed that there were two modules using it, namely BBCode and realnames.</div></blockquote>
<br />
The sanity check can only check how many modules are registered for using the quote hook. It doesn&#039;t say that theses modules are really using the hook...<br />
<br />
Regards<br />
Oliver]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Wed, 17 Jan 2007 02:25:49 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,119537#msg-119537</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,119537#msg-119537</link>
            <description><![CDATA[ Hi,<br />
I downloaded the current phorum version and installed it - the BBCode module doesn&#039;t show an option to turn off its quote function. Strangely enough, even in the realnames module the quote function was set to off, but nevertheless, the sanity check showed that there were two modules using it, namely BBCode and realnames.<br />
ciao<br />
<br />
Grendel]]></description>
            <dc:creator>Grendel</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Tue, 16 Jan 2007 17:41:06 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,119183#msg-119183</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,119183#msg-119183</link>
            <description><![CDATA[ hi maurice<br />
<br />
thanks much for the reply. everytime i add something to lastforumpost.php i get mysql syntax errors. i guess my php skills are not really up to snuff for this mod. anyway, thanks for yr help.]]></description>
            <dc:creator>jarin</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Thu, 04 Jan 2007 03:20:28 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,119166#msg-119166</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,119166#msg-119166</link>
            <description><![CDATA[ If you look at the real_name.php script from the real_name version 2 mod, then you can find some example code. Here&#039;s a snippet (from line 174). The $user_id variable should contain the id of the user that posted the message.<br />
<pre class="bbcode">
        $user = phorum_user_get($user_id, false);

        // Determine the displayname to show.
        if (!$user) {
            // We have a user id in the posting, but the user does no longer
            // exist within forum. Use &quot;anonmous user&quot; for the display name.
            $displayname = $GLOBALS[&quot;PHORUM&quot;][&quot;DATA&quot;][&quot;LANG&quot;][&quot;AnonymousUser&quot;];
        } else {
            if (isset($user[&quot;real_name&quot;]) &amp;&amp; trim($user[&quot;real_name&quot;]) != &#039;&#039;) {
                $displayname = $user[&quot;real_name&quot;];
            } else {
                $displayname = $user[&quot;username&quot;];
            }
        }

        // Determine the profile page URL.
        if ($user) {
            $link_url = phorum_get_url(PHORUM_PROFILE_URL, $user_id);
        }</pre>
<br />
After this code, you can use $displayname and $link_url to create the real name + link. Something like this:<br />
<pre class="bbcode">
    print &#039;&lt;a href=&quot;&#039; . htmlspecialchars($link_url) . &#039;&quot;&gt;&#039;;
    print htmlspecialchars($displayname);
    print &#039;&lt;/a&gt;&#039;;
</pre>]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Wed, 03 Jan 2007 06:34:18 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,118773#msg-118773</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,118773#msg-118773</link>
            <description><![CDATA[ thanks for your reply but you&#039;re right that isn&#039;t enough for me to fly on. is there any documentation for this function? can anyone provide some sample code?<br />
thanks!]]></description>
            <dc:creator>jarin</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Mon, 11 Dec 2006 05:49:58 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,118750#msg-118750</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,118750#msg-118750</link>
            <description><![CDATA[ Hacking the code should not be that hard. Use the phorum_user_get() function to retrieve the full user data and after that print out the real name in the user data instead of the author field from the posting. This probably isn&#039;t enough for you to fly on, but at least you&#039;ll have the steps to perform in the last post module to get the results you want. I&#039;ll see how far you got after I get back from my vacation ;-) Good luck!]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Fri, 08 Dec 2006 15:20:03 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,118740#msg-118740</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,118740#msg-118740</link>
            <description><![CDATA[ hi maurice<br />
<br />
thanks for the reply, although half of it is greek to me. i am flailing about in the dark with trying to make adjustments to phorum. it&#039;s quite hard to get definitive information about how to reference variables among other things.<br />
<br />
guess i&#039;ll try the last forum post thread and see if anyone responds there to a plea for help in hacking it to show the real name.<br />
<br />
thanks!]]></description>
            <dc:creator>jarin</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Fri, 08 Dec 2006 05:32:04 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,118738#msg-118738</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,118738#msg-118738</link>
            <description><![CDATA[ You configured here that $PHORUM[&quot;MOD_LAST_FORUM_POST&quot;] is an array. Each record in that array would contain a field named &quot;author&quot; and a field named &quot;link_author&quot;. These would be rewritten to the real name and profile URL using the id that can be found in the field &quot;user_id&quot;. All this has to be done on pages which have the &quot;phorum_page&quot; set to &quot;read&quot; (so basically this has to be done on the read page).<br />
<br />
This is wrong, since the mod you&#039;re referring to seems to modify the forum description on the index page and it does not fill $PHORUM[&quot;MOD_LAST_FORUM_POST&quot;] at all. I guess you&#039;re just trying to copy some rewrite rules that were written for another mod, without knowing the semantics.<br />
<br />
The real_name module does all its rewriting stuff after all processing has been done and before the data is sent to the browser. This means that it lets Phorum fill all the template fields and then overrides the fields that need changing. At every place where a user&#039;s name is put in a single template variable (e.g. $PHORUM[&quot;DATA&quot;][&quot;AUTHOR&quot;] c.q. {AUTHOR}), this mod can be told to change the data in that field using the rewrite rules.<br />
<br />
The Last Forum Post mod does change the description field of the forums by adding last post info and as such, the name of the author(s) is not separated in a template variable. Instead, all author names are put together inside a block of text with other text surrounding it. Therefore you cannot possibly write real_name rewrite rules for rewriting these names.<br />
<br />
Conclusion: Because of it&#039;s structure, the Last Forum Post mod needs to be hacked in order to provide the names that you want on screen.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Fri, 08 Dec 2006 05:23:20 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,118737#msg-118737</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,118737#msg-118737</link>
            <description><![CDATA[ hi<br />
i&#039;m trying to get this to work with the Last Forum Post module...[<a href="http://www.phorum.org/phorum5/read.php?16,8195" target="_blank" >www.phorum.org</a>]<br />
<br />
i&#039;ve added the following to rewrite_rules.src:<br />
<br />
<pre class="bbcode">
# ----------------------------------------------------------------------
# Support for the last_post module
# ----------------------------------------------------------------------

page read

  array [MOD_LAST_FORUM_POST]
    rewrite author with real_name(user_id)
    rewrite link_author with profile_url(user_id)
  end array

end page</pre>
<br />
<br />
but no joy. can anyone help? thanks!!!]]></description>
            <dc:creator>jarin</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Fri, 08 Dec 2006 05:07:47 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,118604#msg-118604</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,118604#msg-118604</link>
            <description><![CDATA[ Hi Maurice,<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>mmakaay</strong><br />
On my own site, I use this to not only show another name, but also to point the profile link to my own profile system, [...] and add an icon if the user is in my chatroom.</div></blockquote>
<br />
That&#039;s what I meant with &quot;embedded&quot;. ;-)<br />
<br />
Regards<br />
Oliver]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Fri, 01 Dec 2006 02:16:36 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,118602#msg-118602</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,118602#msg-118602</link>
            <description><![CDATA[ Embedding has nothing to do with the version 2 module really. It&#039;s also not true that version 2 would be harder to use. It&#039;s a simple drop-in-and-go-module. I coded version 2 to be functionally the same as version 1.<br />
<br />
A big difference is that version 2 offers more flexibility for extending its functionality. By default, the real_name user field is used for translating the username, but developers can write modules that can implement any kind of translation. On my own site, I use this to not only show another name, but also to point the profile link to my own profile system, add an icon for moderators and add an icon if the user is in my chatroom.<br />
<br />
Another big difference is that I made up a description language for describing what fields in the page info need translating. This language makes it easier to maintain the long list of rewriting actions. As a user, you do not have to worry about this, but for developers the rewriting code is easier to maintain.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Thu, 30 Nov 2006 17:58:03 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,118597#msg-118597</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,118597#msg-118597</link>
            <description><![CDATA[ ah i see.<br />
<br />
I am using the embed_phorum module  so i guess i had better stick with version 2.<br />
<br />
thanks.]]></description>
            <dc:creator>rheo</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Thu, 30 Nov 2006 14:37:18 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,118596#msg-118596</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,118596#msg-118596</link>
            <description><![CDATA[ Hi rheo,<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>rheo</strong><br />are there some bottom line differences we should know about before deciding?</div></blockquote>
<br />
Did you see my new additional hint in the <a href="http://www.phorum.org/phorum5/read.php?16,112880" target="_blank" >first post</a>? <br />
<br />
<pre class="bbcode">
<b>Why there are two maintained versions of this module?</b>
At the moment there are two different versions of this module. The <a href="http://www.phorum.org/phorum5/read.php?16,112880" target="_blank" >version 1 by
Oliver Riesen</a> is an <b>easy to use</b> variant. <a href="http://www.phorum.org/phorum5/read.php?16,112880,114693#msg-114693" target="_blank" >Version 2 by Maurice Makaay</a> is <b>more
sophisticated</b> and offers special features for embedded phorum&#039;s or sharing user 
informations. Both versions offers (nearly) the same functionality. So, if you 
are using your Phorum stand-alone try version 1. If you are using your Phorum 
as an embedded part of your homepage or if you want to share user informations 
try version 2.</pre>
<br />
Regards<br />
Oliver]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Thu, 30 Nov 2006 13:51:54 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,118588#msg-118588</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,118588#msg-118588</link>
            <description><![CDATA[ this is confusing..<br />
<br />
now should I be using your 1.3.0 ?<br />
<br />
any chance you and maurice are going to combine versions are there some bottom line differences we should know about before deciding?]]></description>
            <dc:creator>rheo</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Thu, 30 Nov 2006 11:16:48 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,118581#msg-118581</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,118581#msg-118581</link>
            <description><![CDATA[ Hi rheo,<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>rheo</strong><br />I just noticed that with this module it still will say &quot;batman&quot; instead of &quot;Bruce&quot; [...] in the textarea if you click on &quot;Quote This Message&quot;</div></blockquote>
<br />
<b>Real Name Module (5.1 and 5.2 ready), new version 1.3.0</b><br />
<br />
<pre class="bbcode">
<b>Changelog</b>
2006/11/30 version 1.3.0 by Oliver Riesen (oliver@riesen.org)
- User name in quotes (posts and private messages) now also replaced by real name.</pre>
<br />
Regards<br />
Oliver]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Thu, 30 Nov 2006 04:41:19 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,118567#msg-118567</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,118567#msg-118567</link>
            <description><![CDATA[ Handling quoting with real names can be a bit wobbly I think, since there&#039;s no good way of predicting what name in the quoted message has to be replaced with the real name. This is, because there can be quote hooks active, which change the format of the quote message. I&#039;d have to look into this to see how this could be solved gracefully. I don&#039;t feel like implementing a crude hack for this.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Tue, 28 Nov 2006 16:06:23 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,118560#msg-118560</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,118560#msg-118560</link>
            <description><![CDATA[ Version : 2.0.3]]></description>
            <dc:creator>rheo</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Tue, 28 Nov 2006 10:12:51 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,118555#msg-118555</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,118555#msg-118555</link>
            <description><![CDATA[ Hi rheo,<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>rheo</strong><br />
I just noticed that with this module it still will say &quot;batman&quot; instead of &quot;Bruce&quot; when it says :<br />
<br />
batman Wrote:<br />
----------------<br />
<br />
<br />
in the textarea if you click on &quot;Quote This Message&quot;</div></blockquote>
<br />
In which version? My 1.2.6 or Maurice´s 2.0.3?<br />
<br />
Regards<br />
Oliver]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Tue, 28 Nov 2006 01:55:55 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,118554#msg-118554</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,118554#msg-118554</link>
            <description><![CDATA[ building on the &quot;batman&quot; login &quot;Bruce&quot; realname example..<br />
<br />
I just noticed that with this module it still will say &quot;batman&quot; instead of &quot;Bruce&quot; when it says :<br />
<br />
batman Wrote:<br />
----------------<br />
<br />
<br />
in the textarea if you click on &quot;Quote This Message&quot;<br />
<br />
unless there is something unique to my install..]]></description>
            <dc:creator>rheo</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Mon, 27 Nov 2006 22:31:39 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,118408#msg-118408</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,118408#msg-118408</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />i guess what confuses me is that is what is the point of the author field at all then? seems kind of redundant if it is never supposed to be anything but what is in the users.username anyway.</div></blockquote>
<br />
It can be user for displaying the author&#039;s name, without having to retrieve the name every time from the user table. Redundacy is sometimes neccessary for speed (else you might say that Phorum is way too redundant by all the meta data caching that it does).<br />
<br />
But there&#039;s no reason to keep the author name the same as the username at all. All that is going on here is that you are apparently looking for some other mod than the real_name mod. Since this mod simply displays the real_name instead of the original author name in postings. The description of the mod is not &quot;use any name the author likes at write time and remember that name&quot;. I would not want this kind of functionality in the real_name mod.<br />
<br />
What you apparently want, sounds more like the <a href="http://www.phorum.org/phorum5/read.php?16,4564" target="_blank" >named posting module</a>. It&#039;s on the modules listing page as well.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Sat, 18 Nov 2006 05:04:00 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,118404#msg-118404</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,118404#msg-118404</link>
            <description><![CDATA[ sorry i missed this reply in the other thread.  moving it here where it is more on topic.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>mmakaay</strong><br />Why not? The real name mod rewrites all occurances of the username dynamically. If you store the real name in the author field, then the name would not change along with changing the name in the real_name custom user field. Additionally, this way more options are available. For example: on my own site, I do not only display a user&#039;s name, but also a profile image button next to their name and some small flagging images for marking moderators and users that are in the chatroom. All I have to code for this, is a small module that adds functionality to the real_name mod. </div></blockquote>
<br />
it&#039;s true that the name would not change along with the real_name field.  i would think however that this is fine as the user intended to change their name.  they may even like posting as a different name every time.  doesn&#039;t matter much if the profile links all use the user_id anyway.<br />
<br />
i guess what confuses me is that is what is the point of the author field at all then?  seems kind of redundant if it is never supposed to be anything but what is in the users.username anyway.<br />
<br />
mystery solved however and i got it working.  thanks for answering.<br />
<br />
r]]></description>
            <dc:creator>rheo</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Fri, 17 Nov 2006 22:47:32 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,118403#msg-118403</guid>
            <title>Re: Real Name Module (5.1 and 5.2 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,118403#msg-118403</link>
            <description><![CDATA[ It seems that this module does not actually store the real_name in the author field when you post.<br />
<br />
Is there a reason for this?]]></description>
            <dc:creator>rheo</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Fri, 17 Nov 2006 22:40:56 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?16,112880,114996#msg-114996</guid>
            <title>Re: Real Name Module (5.1 ready)</title>
            <link>https://www.phorum.org/support/read.php?16,112880,114996#msg-114996</link>
            <description><![CDATA[ Hi Maurice,<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>mmakaay</strong><br />This is almost a full rewrite of the real_name module that was created by Oliver Riesen.</div></blockquote>
<br />
For the moment I stay with my own (well tested) version because time is short and it&#039;s offering everthing I need. But certainly I&#039;ll update to your version later.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>mmakaay</strong><br />The sorting function for the userlist for user drop down lists didn&#039;t work correctly.</div></blockquote>
<br />
For those already using version 1 I offer in my first post a corrected version which supports now also my new <a href="http://www.phorum.org/phorum5/read.php?16,114995" target="_blank" >&quot;Search Unanswered Topics&quot; module</a>.<br />
<br />
Regards<br />
Oliver]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>5.1 Phorum Modules / Add-Ons</category>
            <pubDate>Wed, 02 Aug 2006 09:11:46 -0500</pubDate>
        </item>
    </channel>
</rss>
