<?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>
									wpforo advanced attachments You are not permitted to view this attachment - wpForo Official Addons				            </title>
            <link>https://gvectors.com/forum/official-wpforo-addons/wpforo-advanced-attachments-you-are-not-permitted-to-view-this-attachment/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 18 Jul 2026 06:22:15 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: wpforo advanced attachments You are not permitted to view this attachment</title>
                        <link>https://gvectors.com/forum/official-wpforo-addons/wpforo-advanced-attachments-you-are-not-permitted-to-view-this-attachment/#post-37021</link>
                        <pubDate>Wed, 07 Jun 2023 14:24:55 +0000</pubDate>
                        <description><![CDATA[i did it :Dchange this code in this file wpforo-advanced-attachments - &gt;&gt;&gt; includes -&gt;&gt;&gt; class.wpForoAttachmentsTools

foreach( $attachs as $attach ) {
								$fileurl ...]]></description>
                        <content:encoded><![CDATA[<p>i did it :D<br /><br />change this code in this file<br /><span> </span><strong>wpforo-advanced-attachments - &gt;&gt;&gt; includes -&gt;&gt;&gt; class.wpForoAttachmentsTools</strong></p>
<p><br /><br /></p>
<pre contenteditable="false">foreach( $attachs as $attach ) {
								$fileurl  = preg_replace( '#^https?\:#is', '', $attach );
$filepath = wpforo_fix_upload_dir( $fileurl );
if( file_exists( $filepath ) ) {
$file_display_name = urldecode( basename( $attach ) );
	$attach_html       .= sprintf(
	'&lt;br/&gt;&lt;div class="wpfa-item wpfa-file" style="border: 1px dotted #bbb; padding: 5px 10px; font-size: 13px; margin: 5px 2px;"&gt;&lt;a class="attach_cant_view" style="cursor: pointer;"&gt; &lt;span style="color: #666;" &gt; %1$s : &lt;/span&gt; %2$s &lt;/a&gt; &lt;/div&gt;',
						wpforo_phrase( 'Attachment', false ),
										$file_display_name
						</pre>
<p><br />to this one <br /><br /><br /><br /></p>
<pre contenteditable="false">foreach( $attachs as $attach ) {
   $fileurl  = preg_replace( '#^https?\:#is', '', $attach );
		$filepath = wpforo_fix_upload_dir( $fileurl );
		if( file_exists( $filepath ) ) {
	$file_display_name = urldecode( basename( $attach ) );
		$attach_html       .= sprintf(

		'&lt;br/&gt;&lt;div class="wpfaami-boxed" style="min-width: 100px;min-height: 100px;"&gt;
&lt;img  style="max-width: 100xpx ;max-height: 100px" title="" src="' .  $fileurl  . '" alt=" "&gt;  &lt;/div&gt;',


 wpforo_phrase( 'Attachment', false ),
 $attach_html

				);
								}
							}
						}

					}</pre>
<p><br /><br /><br /></p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/official-wpforo-addons/">wpForo Official Addons</category>                        <dc:creator>Peter Ivantsov</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/official-wpforo-addons/wpforo-advanced-attachments-you-are-not-permitted-to-view-this-attachment/#post-37021</guid>
                    </item>
				                    <item>
                        <title>RE: wpforo advanced attachments You are not permitted to view this attachment</title>
                        <link>https://gvectors.com/forum/official-wpforo-addons/wpforo-advanced-attachments-you-are-not-permitted-to-view-this-attachment/#post-37017</link>
                        <pubDate>Wed, 07 Jun 2023 05:31:43 +0000</pubDate>
                        <description><![CDATA[I want to images to be showing in Recent Posts or if the image will not showing then not show this msg You are not permitted to view this attachmentand want to make images redirect to the po...]]></description>
                        <content:encoded><![CDATA[<p>I want to images to be showing in <strong>Recent Posts</strong> or if the image will not showing then not show this msg <br /><strong>You are not permitted to view this attachment<br /></strong><br />and want to make images redirect to the post <br /><br /></p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/official-wpforo-addons/">wpForo Official Addons</category>                        <dc:creator>Peter Ivantsov</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/official-wpforo-addons/wpforo-advanced-attachments-you-are-not-permitted-to-view-this-attachment/#post-37017</guid>
                    </item>
				                    <item>
                        <title>RE: wpforo advanced attachments You are not permitted to view this attachment</title>
                        <link>https://gvectors.com/forum/official-wpforo-addons/wpforo-advanced-attachments-you-are-not-permitted-to-view-this-attachment/#post-37016</link>
                        <pubDate>Wed, 07 Jun 2023 05:27:06 +0000</pubDate>
                        <description><![CDATA[i figuer it out when i insert image and in source code its showing.&lt;figure contenteditable=&quot;false&quot; data-attachids=&quot;137&quot;&gt; when I deleted it and change to the normal &quot;IMG Tag&quot; the images...]]></description>
                        <content:encoded><![CDATA[<p>i figuer it out when i insert image and in source code its showing.&lt;figure contenteditable="false" data-attachids="137"&gt;<br /> <br />when I deleted it and change to the normal <strong>"IMG Tag"</strong> the images are showing <strong>in Recent Posts</strong><br /><br /></p>
6831
<p>like this one <br /><br /></p>
6832
<p><br /><br />so i went in this file <strong>wpforo-advanced-attachments - &gt;&gt;&gt; includes -&gt;&gt;&gt; class.wpForoAttachmentsTools<br /><br /><br />i have changed this code <br /><br /></strong></p>
<pre contenteditable="false">if( $attach_html ) $attach_html = '&lt;figure data-attachids="' . $attachids . '" contenteditable="false"&gt;' . $attach_html . '&lt;/figure&gt;';
</pre>
<p>to this one <br /><br /><br /></p>
<pre contenteditable="false">if( $attach_html ) $attach_html;
</pre>
<p> </p>
<p>i have removed this figure tag and images working fine in <strong>Recent Posts</strong><br />but the problem is : when click on image not opening in popup and slider are not working. <br /><br />so please i need images to show in Recent Posts but working fine / normal as its working <br /><br />any help please </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/official-wpforo-addons/">wpForo Official Addons</category>                        <dc:creator>Peter Ivantsov</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/official-wpforo-addons/wpforo-advanced-attachments-you-are-not-permitted-to-view-this-attachment/#post-37016</guid>
                    </item>
				                    <item>
                        <title>wpforo advanced attachments You are not permitted to view this attachment</title>
                        <link>https://gvectors.com/forum/official-wpforo-addons/wpforo-advanced-attachments-you-are-not-permitted-to-view-this-attachment/#post-37014</link>
                        <pubDate>Tue, 06 Jun 2023 19:45:46 +0000</pubDate>
                        <description><![CDATA[i wanna show posts and images in Recent Posts and i have added some code and the post content is showing there.but the images not showing there.. its showing Attachment : and the image name ...]]></description>
                        <content:encoded><![CDATA[<p>i wanna show posts and images in <span><strong>Recent Posts</strong> and i have added some code and the post content is showing there.<br />but the images not showing there.. its showing <a class="attach_cant_view"><strong>Attachment : and the image name</strong> when i click on it..<br />it says <strong>You are not permitted to view this attachment</strong> even not go to the post i have added code to make post in Recent Posts to redirect to the original post. <br />the problem is the image attachment is not open not showing not even redirect to the post. <br />please help me with that </a></span></p>
6829
<p><span> </span></p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/official-wpforo-addons/">wpForo Official Addons</category>                        <dc:creator>Peter Ivantsov</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/official-wpforo-addons/wpforo-advanced-attachments-you-are-not-permitted-to-view-this-attachment/#post-37014</guid>
                    </item>
							        </channel>
        </rss>
		