<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3Aandreasml</link>
        <description></description>
        <pubDate>Tue, 28 Apr 2026 14:43:12 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Aandreasml&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Allow access to specific forums to specific users</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248076#post2248076</link>
          <description><![CDATA[<p>Thank you Dave</p>
<p>I will let you know. </p>
<p>Best regards, </p>
<p>Andreas</p>]]></description>
          <pubDate>Tue, 29 Jul 2025 13:57:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248076#post2248076</guid>
        </item>
                <item>
          <title>Allow access to specific forums to specific users</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248062#post2248062</link>
          <description><![CDATA[<p>Hi</p>
<p>My question regards the Forum plugin. Is it possible to limit access to a specific forum to specific users?</p>
<p>Kind regards, </p>
<p>Andreas Lazaris</p>]]></description>
          <pubDate>Sun, 20 Jul 2025 02:51:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248062#post2248062</guid>
        </item>
                <item>
          <title>Text fields missing in Upload field type</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247950#post2247950</link>
          <description><![CDATA[<p>Hi Dave</p>
<p>Now it works! Thank you. </p>
<p>Best regards, </p>
<p>Andreas</p>]]></description>
          <pubDate>Mon, 19 May 2025 23:22:35 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247950#post2247950</guid>
        </item>
                <item>
          <title>Text fields missing in Upload field type</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247942#post2247942</link>
          <description><![CDATA[<p>Thank you Dave</p>
<p>It does not seem to work. There must be some error, as the uploaded file is not in the Media Library. I also tried to modify a file that is stored in the Media Library, as you can see in the attached file, but there is still no edit option. </p>
<p>Any other suggestions?</p>
<p>Andreas</p>]]></description>
          <pubDate>Sat, 17 May 2025 22:44:50 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247942#post2247942</guid>
        </item>
                <item>
          <title>Text fields missing in Upload field type</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247940#post2247940</link>
          <description><![CDATA[<p>Hi</p>
<p>I cannot see the "Title" and "Caption" fields in the Upload field type (see the picture).</p>
<p>They seem to be turned off.</p>
<p>Is there something I could do?</p>
<p>Regards,</p>
<p><br />Andreas Lazaris</p>]]></description>
          <pubDate>Fri, 16 May 2025 22:43:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247940#post2247940</guid>
        </item>
                <item>
          <title>Insert HTML code in WYSIWYG field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247837#post2247837</link>
          <description><![CDATA[<p>Hi</p>
<p>I wonder whether it is possible to insert HTML (and PHP) code into a WYSIWYG field as it can be done in a Separator type of field.</p>
<p>My code is the following:</p>
<pre class="language-markup"><code>&lt;?php
// Ensure error reporting to catch potential issues
error_reporting(E_ALL);
ini_set('display_errors', 1);

// Display the $RECORD array for debugging
//echo '&lt;pre&gt;';
//print_r($RECORD);
//echo '&lt;/pre&gt;';

// Check if 'date_of_visit' exists and copy its value to a new variable
$dateOfVisit = isset($RECORD['date_of_visit']) ? htmlspecialchars($RECORD['date_of_visit']) : 'Ημερομηνία δεν είναι διαθέσιμη';
?&gt;

request: &lt;?php echo htmlencode(@$_REQUEST['date_of_visit']); ?&gt;

&lt;div&gt;
&lt;center&gt;

&lt;p&gt;
Report
&lt;/p&gt;
&lt;div style="text-align: left;"&gt;
Athens
&lt;?php
// Use the copied value
echo $dateOfVisit;
?&gt;
&lt;/div&gt;

&lt;?php
// Display other fields
echo isset($RECORD['office']) ? htmlspecialchars($RECORD['office']) : 'Γραφείο δεν είναι διαθέσιμο';
echo ' / ';
echo isset($RECORD['type_of_visit']) ? htmlspecialchars($RECORD['type_of_visit']) : 'Τύπος επίσκεψης δεν είναι διαθέσιμος';
?&gt;
&lt;/center&gt;
&lt;/div&gt;</code></pre>
<p>Although the code's content is visible when inserted in the HTML block of a Separator type field, it produces a null when inserted into the WYSIWYG field as a default value. </p>
<p>Regards, </p>

<p>Andreas Lazaris</p>]]></description>
          <pubDate>Wed, 08 Jan 2025 15:08:18 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247837#post2247837</guid>
        </item>
                <item>
          <title>Implementing a User-Specific Global Search Field in CMSB</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247794#post2247794</link>
          <description><![CDATA[<p>Hi Dave</p>
<p>Can you give me a cost estimate for such a plugin?</p>
<p>Regards, </p>
<p>Andreas</p>]]></description>
          <pubDate>Thu, 12 Dec 2024 06:38:11 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247794#post2247794</guid>
        </item>
                <item>
          <title>Implementing a User-Specific Global Search Field in CMSB</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247784#post2247784</link>
          <description><![CDATA[<p>Hi</p>
<p>I am thinking of a search field on the CMSB's homepage (probably within the <em>modify_homepage.php</em> file) that would allow users to search across all available database sections, similar to the search functionality at the top of each section’s main page. Could this functionality be implemented directly with some coding, or would a custom plugin be required? Obviously, the search results should be limited to the records accessible to users based on their specific username/password permissions.</p>
<p>Kind regards, </p>
<p>Andreas Lazaris</p>]]></description>
          <pubDate>Sun, 08 Dec 2024 09:00:26 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247784#post2247784</guid>
        </item>
                <item>
          <title>Cannot export csv files</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247322#post2247322</link>
          <description><![CDATA[<p>Hi</p>
<p>Trying to export the content of a section as a .csv file, it is not possible and I get something like the following message:</p>
<blockquote>
<p><em>Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /var/www/vhosts/vascularregistry.gr/httpdocs/registry/lib/schema_functions.php on line 520 Fatal error: Allowed memory size of 134217728 bytes exhausted</em></p>
</blockquote>
<p>Is there something I can do?</p>
<p>Regards, </p>
<p>Andreas</p>]]></description>
          <pubDate>Wed, 03 Jul 2024 06:24:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247322#post2247322</guid>
        </item>
                <item>
          <title>How to set the default value of a date field to be the value of another field?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247320#post2247320</link>
          <description><![CDATA[<p>Hi</p>
<p>I would like to set the default value of a date field (e.g., the date_2 field) to be the date of another field of the same record (e.g., the date_1 field). </p>
<p>Can something like the following be an option?</p>
<pre class="language-php"><code>&lt;?php echo htmlspecialchars($RECORD['date_1'] ?? ''); ?&gt;</code></pre>

<p>Thanks, </p>
<p>Andreas</p>]]></description>
          <pubDate>Wed, 03 Jul 2024 03:29:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247320#post2247320</guid>
        </item>
                <item>
          <title>Select multiple records and drag</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246688#post2246688</link>
          <description><![CDATA[<p>Wonderful job, Steve.</p>
<p>I think it would be useful to apply this function with a section editing as well. Sometimes, you need to move some of the fields of a section to another position within this section, and you must do it one by one. For example, if you want to move them from the top to the bottom of the list, this can be quite frustrating. It would be helpful if you could select more than one of the fields and move them all together to another position. </p>
<p>Just an idea. </p>
<p>Andreas</p>]]></description>
          <pubDate>Mon, 07 Aug 2023 23:03:26 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246688#post2246688</guid>
        </item>
                <item>
          <title>Responsive tables in CMSB</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246667#post2246667</link>
          <description><![CDATA[<p>Hi Djulia, </p>
<p>Nothing more to say (until my next question...). Just, many many thanks.</p>
<p>Kind regards, </p>

<p>Andreas Lazaris</p>]]></description>
          <pubDate>Sat, 22 Jul 2023 12:33:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246667#post2246667</guid>
        </item>
                <item>
          <title>Responsive tables in CMSB</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246661#post2246661</link>
          <description><![CDATA[<p>Hi Djulia.</p>
<p>Thank you. <br />What if you want to use for all tables? I thought  that <span>[data-table] was a general term if you need to use for all tables</span></p>
<p>Regards</p>
<p>Andreas</p>]]></description>
          <pubDate>Thu, 20 Jul 2023 23:33:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246661#post2246661</guid>
        </item>
                <item>
          <title>Responsive tables in CMSB</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246656#post2246656</link>
          <description><![CDATA[<p>Thank you, Djulia. It is a great help. </p>
<p>By the way, can you check the code for the plugin, as it does not seem to respond?</p>
<pre class="language-php"><code>&lt;?php
/*
Plugin Name: Custom td attributes
Description: Custom td attributes...
Version: 1.00
Requires at least: 2.65
*/

//
addFilter('listRow_tdAttributes', '_customtdAttributes', null, 4);

//
function _customtdAttributes($tdAttributes, $tableName, $fieldname, $record) {

	//
	if (@$tableName == '[data-table]') {
		$fieldLabel = _getFieldLabel($fieldname);
		$tdAttributes = 'data-title="'.$fieldLabel.'"';
	}

	//
	return $tdAttributes; // for all other fields
}
</code></pre>
<p>Also, do you know if it Is possible to apply the same responsive type of tables in the reports as well?</p>
<p>Many thanks again, </p>
<p>Andreas</p>]]></description>
          <pubDate>Thu, 20 Jul 2023 13:51:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246656#post2246656</guid>
        </item>
                <item>
          <title>Responsive tables in CMSB</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246654#post2246654</link>
          <description><![CDATA[<p>Hi Djulia</p>
<p>Great!! It does work!!! Thank you so much!!! </p>
<p>Some more questions:</p>
<ol><li>Can you also provide me the code for the third example on my link ("No More Tables")?</li>
<li>How can I change the action links (view, modify, erase) from texts to buttons?</li>
<li>Is it possible to apply the some responsive type of tables in the reports as well?</li>
</ol><p>Kind regards, </p>
<p>Andreas</p>]]></description>
          <pubDate>Wed, 19 Jul 2023 13:10:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246654#post2246654</guid>
        </item>
                <item>
          <title>Responsive tables in CMSB</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246651#post2246651</link>
          <description><![CDATA[<p>Hi Djulia,</p>
<p>Thank you for your answer. I added your code to the <span>Color / Theme CSS file, but unfortunately, I do not see any difference (I assume it is because of my fault and not your code). </span></p>
<p><span>Here are a few questions to help me get some idea of what your code does: </span></p>
<ol><li><span>What is the objective of the code?</span></li>
<li><span>At your table, I assume I have to put the name of the section's name. Should I use only the name or together with its prefix? And what if I want to use it in more than one section? Should I copy the same code with a different table's name for each section?</span></li>
</ol><p>What I would like to achieve is to make the section tables more user-friendly in a mobile screen environment, without the need to pinch out or scrolling horizontally to see all the details, etc. </p>
<p>Thanks anyway for your time, </p>
<p>Best regards, </p>
<p>Andreas</p>]]></description>
          <pubDate>Tue, 18 Jul 2023 20:52:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246651#post2246651</guid>
        </item>
                <item>
          <title>Responsive tables in CMSB</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246649#post2246649</link>
          <description><![CDATA[<p>Hi Dave</p>
<p>Thanks for the reply. Again, I have not understood how I can do this for the table as seen on the first screen of every CMSB section.</p>
<p>I have left an example with a screenshot to understand what I am talking about. Suppose you want to omit the field in the red circle. How can it be done? Is there a specific file where I need to make these changes? </p>
<p>Regards, </p>
<p>Andreas</p>]]></description>
          <pubDate>Mon, 17 Jul 2023 21:19:42 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246649#post2246649</guid>
        </item>
                <item>
          <title>Responsive tables in CMSB</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246644#post2246644</link>
          <description><![CDATA[<p>Hi</p>
<p>I wonder whether it is possible to transform the sections' tables of CMSB in responsive tables (such as those found in <a href="https://elvery.net/demo/responsive-tables/" rel="nofollow">https://elvery.net/demo/responsive-tables/</a>) so that they will be seen better on a mobile phone screen?</p>
<p>Should I make changes in css color/theme files (<span>/logbook/3rdParty/clipone/css/)?</span></p>
<p><span>Regards, </span></p>

<p>Andreas Lazaris</p>]]></description>
          <pubDate>Sun, 16 Jul 2023 10:06:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246644#post2246644</guid>
        </item>
                <item>
          <title>Code Generator &gt; List Page: see only the records created by the user</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246595#post2246595</link>
          <description><![CDATA[<p>Hi Dave</p>
<p>It worked! At least I managed to make a simple search form. I will experiment a bit and I might come back with any questions if needed. </p>
<p>Kind regards, </p>
<p>Andreas</p>]]></description>
          <pubDate>Sat, 24 Jun 2023 01:22:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246595#post2246595</guid>
        </item>
                <item>
          <title>Code Generator &gt; List Page: see only the records created by the user</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246593#post2246593</link>
          <description><![CDATA[<p>Hi Dave</p>
<p>Thank you for your interest. </p>
<p>I refer to the list of records created with the PHP viewer code. When I open the file, I see a list of the total number of records of the section. I would like to add some PHP code in the beginning to make some filtering of the returned results.</p>
<p>I hope it makes sense. If it does not, I can provide you with the code or some username/password to log in to this page (it is not free; one needs to log in through the Website Membership plugin to have access to this page). </p>
<p>Kind regards, </p>
<p>Andreas</p>]]></description>
          <pubDate>Wed, 21 Jun 2023 15:29:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246593#post2246593</guid>
        </item>
                <item>
          <title>Code Generator &gt; List Page: see only the records created by the user</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246588#post2246588</link>
          <description><![CDATA[<p>Hi Dave</p>
<p>Is there any available PHP code to make a simple search within my section list-page?</p>
<p>Regards, </p>
<p>Andreas</p>]]></description>
          <pubDate>Tue, 20 Jun 2023 13:25:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246588#post2246588</guid>
        </item>
                <item>
          <title>Code Generator &gt; List Page: see only the records created by the user</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246589#post2246589</link>
          <description><![CDATA[<p>Hi Dave</p>
<p>Is there any available PHP code to make a simple search within my section list-page?</p>
<p>Regards, </p>
<p>Andreas</p>]]></description>
          <pubDate>Tue, 20 Jun 2023 13:25:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246589#post2246589</guid>
        </item>
                <item>
          <title>Code Generator &gt; List Page: see only the records created by the user</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246585#post2246585</link>
          <description><![CDATA[<p>Thanks anyway</p>]]></description>
          <pubDate>Wed, 14 Jun 2023 10:18:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246585#post2246585</guid>
        </item>
                <item>
          <title>Code Generator &gt; List Page: see only the records created by the user</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246583#post2246583</link>
          <description><![CDATA[<p>Thanks, Deborah</p>
<p>Unfortunately, I have not been able to manage it as I expected. I am thinking of adding some PHP code inside this list-page (already filtered to contain only records created by the logged in user) that will allow users to search within it using various criteria. Is there some code available?</p>
<p>Regards, </p>
<p>Andreas</p>
]]></description>
          <pubDate>Wed, 14 Jun 2023 09:47:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246583#post2246583</guid>
        </item>
                <item>
          <title>Code Generator &gt; List Page: see only the records created by the user</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246579#post2246579</link>
          <description><![CDATA[<p>Hi Deborah </p>
<p>Thank you for your reply. </p>
<p>It seems it works. </p>
<pre class="language-php"><code>  // load records from 'aortic_aneurysm_disease'
  list($aortic_aneurysm_diseaseRecords, $aortic_aneurysm_diseaseMetaData) = getRecords(array(
    'tableName'   =&gt; 'aortic_aneurysm_disease',
    'perPage'     =&gt; '10',
    'loadUploads' =&gt; false,
    'allowSearch' =&gt; true,
    'where' =&gt; mysql_escapef('createdByUserNum = ?', $CURRENT_USER['num']),
  ));</code></pre>
<p>What about a search query to search within the file?</p>
<p>Kind regards, </p>
<p>Andreas</p>]]></description>
          <pubDate>Mon, 12 Jun 2023 22:47:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246579#post2246579</guid>
        </item>
              </channel>
    </rss>
  