<?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>
									Small preview of the tipic widget - How-to and Troubleshooting				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/small-preview-of-the-tipic-widget/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 14 Mar 2026 13:12:05 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Small preview of the tipic widget</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/small-preview-of-the-tipic-widget/#post-116357</link>
                        <pubDate>Wed, 31 Jul 2024 08:39:41 +0000</pubDate>
                        <description><![CDATA[Having a forum where many images are posted so it is not a good solution.Is it difficult to implement a solution that returns the shortcode as an image?]]></description>
                        <content:encoded><![CDATA[
<p></p>
<p>Is this code also able to return advanced attachments like images?</p>
<p></p>
<p>I don't have a solution for this yet.</p>
<pre contenteditable="false">wpforo_text</pre>
<p>Displays only text, no HTML, the code can be changed, but attachments will only be displayed as shortcode.</p>
<p>Example</p>
<pre contenteditable="false">100</pre>
<p> </p>
<p></p>
<p>Having a forum where many images are posted so it is not a good solution.<br />Is it difficult to implement a solution that returns the shortcode as an image?</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>xfok</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/small-preview-of-the-tipic-widget/#post-116357</guid>
                    </item>
				                    <item>
                        <title>RE: Small preview of the tipic widget</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/small-preview-of-the-tipic-widget/#post-116356</link>
                        <pubDate>Wed, 31 Jul 2024 08:16:52 +0000</pubDate>
                        <description><![CDATA[I don&#039;t have a solution for this yet.
wpforo_text
Displays only text, no HTML, the code can be changed, but attachments will only be displayed as shortcode.
Example
100[/ attac...]]></description>
                        <content:encoded><![CDATA[<p></p>
<p>Is this code also able to return advanced attachments like images?</p>
<p></p>
<p>I don't have a solution for this yet.</p>
<pre contenteditable="false">wpforo_text</pre>
<p><br />Displays only text, no HTML, the code can be changed, but attachments will only be displayed as shortcode.</p>
<p>Example</p>
<pre contenteditable="false">100</pre>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/small-preview-of-the-tipic-widget/#post-116356</guid>
                    </item>
				                    <item>
                        <title>RE: Small preview of the tipic widget</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/small-preview-of-the-tipic-widget/#post-116355</link>
                        <pubDate>Wed, 31 Jul 2024 07:55:03 +0000</pubDate>
                        <description><![CDATA[@tutrix thank you very much. Is this code also able to return advanced attachments like images?]]></description>
                        <content:encoded><![CDATA[
<p>Hi @xfok </p>
<p></p>
<p>Any suggestions on a custom code?</p>
<p></p>
<p>try</p>
<pre contenteditable="false">&lt;p class="posttext"&gt;&lt;span&gt;&lt;?php $first_post_body = wpforo_post($topic, 'body');  wpforo_text($first_post_body, 150);  ?&gt;&lt;/span&gt;&lt;/p&gt;</pre>
<p>Replace 150 with the value you want to display.</p>
<p> </p>
<p> </p>
<p>@tutrix thank you very much. Is this code also able to return advanced attachments like images?</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>xfok</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/small-preview-of-the-tipic-widget/#post-116355</guid>
                    </item>
				                    <item>
                        <title>RE: Small preview of the tipic widget</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/small-preview-of-the-tipic-widget/#post-116354</link>
                        <pubDate>Wed, 31 Jul 2024 07:52:37 +0000</pubDate>
                        <description><![CDATA[Hi @xfok 

try
&lt;p class=&quot;posttext&quot;&gt;&lt;span&gt;&lt;?php $first_post_body = wpforo_post($topic, &#039;body&#039;);  wpforo_text($first_post_body, 150);  ?&gt;&lt;/span&gt;&lt;/...]]></description>
                        <content:encoded><![CDATA[<p>Hi @xfok </p>
<p></p>
<p>Any suggestions on a custom code?</p>
<p></p>
<p>try</p>
<pre contenteditable="false">&lt;p class="posttext"&gt;&lt;span&gt;&lt;?php $first_post_body = wpforo_post($topic, 'body');  wpforo_text($first_post_body, 150);  ?&gt;&lt;/span&gt;&lt;/p&gt;</pre>
<p>Replace 150 with the value you want to display.</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/small-preview-of-the-tipic-widget/#post-116354</guid>
                    </item>
				                    <item>
                        <title>Small preview of the tipic widget</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/small-preview-of-the-tipic-widget/#post-116353</link>
                        <pubDate>Tue, 30 Jul 2024 19:39:24 +0000</pubDate>
                        <description><![CDATA[I would like to add a small preview of the tipic in the Recent Topics widget as it is already present for the Recent Posts widget.Is it possible to do this? Any suggestions on a custom code?]]></description>
                        <content:encoded><![CDATA[<p>I would like to add a small preview of the tipic in the Recent Topics widget as it is already present for the Recent Posts widget.<br />Is it possible to do this? Any suggestions on a custom code?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>xfok</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/small-preview-of-the-tipic-widget/#post-116353</guid>
                    </item>
							        </channel>
        </rss>
		