<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: allow members to view entries but not edit</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: allow members to view entries but not edit</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:30:15 +0000</pubDate>

<item>
<title>yuniar on "allow members to view entries but not edit"</title>
<link>https://www.machform.com/forums/topic/allow-members-to-view-entries-but-not-edit#post-12533</link>
<pubDate>Fri, 02 Sep 2011 15:03:05 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">12533@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;We have the complete files for this modifications. Please contact us directly via email and we'll send you the files.&#60;br /&#62;
You can mail to: customer.service [at] appnitro.com
&#60;/p&#62;</description>
</item>
<item>
<title>Panort on "allow members to view entries but not edit"</title>
<link>https://www.machform.com/forums/topic/allow-members-to-view-entries-but-not-edit#post-12529</link>
<pubDate>Fri, 02 Sep 2011 01:10:38 +0000</pubDate>
<dc:creator>Panort</dc:creator>
<guid isPermaLink="false">12529@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I found the code below on forums and edited my forms as directed. But I found out that if a member clicks on the magnifying glass, they are able to delete and edit what they see there. If there a way to prevent that happening?&#60;br /&#62;
The code below is what I found and changed but it does not affect the magnifying part of the view entries.&#60;/p&#62;
&#60;p&#62;&#38;lt;I see, you need to edit &#34;view_entry.php&#34; and &#34;manage_entries.php&#34; then, try to following this steps :&#60;/p&#62;
&#60;p&#62;1. In &#34;manage_entries.php&#34;, around line 25 and 40 you will see this code :&#60;br /&#62;
 if(!empty($_POST['submit_del_selected'])){&#60;br /&#62;
and&#60;br /&#62;
}elseif (!empty($_POST['submit_del_all'])){&#60;br /&#62;
replace those code with&#60;br /&#62;
if(!empty($_POST['submit_del_selected']) &#38;#38;&#38;#38; !empty($_SESSION['logged_in'])){&#60;br /&#62;
and&#60;br /&#62;
}elseif (!empty($_POST['submit_del_all']) &#38;#38;&#38;#38; !empty($_SESSION['logged_in'])){&#60;br /&#62;
2. In &#34;view_entry.php&#34; on line 20 you will see this code&#60;br /&#62;
if(!empty($_GET['delete'])){&#60;br /&#62;
replace with&#60;br /&#62;
if(!empty($_GET['delete']) &#38;#38;&#38;#38; !empty($_SESSION['logged_in']) ){&#38;gt;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
