<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — remove style section of profile]]></title>
		<link>https://punbb.informer.com/forums/topic/3772/remove-style-section-of-profile/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/3772/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in remove style section of profile.]]></description>
		<lastBuildDate>Wed, 05 May 2004 11:51:37 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: remove style section of profile]]></title>
			<link>https://punbb.informer.com/forums/post/13311/#p13311</link>
			<description><![CDATA[<p>ah worked that time, thanks</p>]]></description>
			<author><![CDATA[null@example.com (ctn|chrisw)]]></author>
			<pubDate>Wed, 05 May 2004 11:51:37 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/13311/#p13311</guid>
		</item>
		<item>
			<title><![CDATA[Re: remove style section of profile]]></title>
			<link>https://punbb.informer.com/forums/post/13309/#p13309</link>
			<description><![CDATA[<p>I check and it works good .</p><p>Find line 1134 and remove this </p><div class="codebox"><pre><code>&lt;tr&gt;
            &lt;td class=&quot;puncon1right&quot; style=&quot;width: 140px; white-space: nowrap&quot;&gt;&lt;?php echo $lang_profile[&#039;Style&#039;] ?&gt;  &lt;/td&gt;
            &lt;td class=&quot;puncon2&quot;&gt;
                &lt;div style=&quot;padding-left: 4px&quot;&gt;&lt;?php echo $lang_profile[&#039;Style info&#039;] ?&gt;&lt;/div&gt;&lt;br&gt;
                 &lt;select name=&quot;form[style]&quot;&gt;
&lt;?php

        $d = dir($pun_root.&#039;style&#039;);
        while (($entry = $d-&gt;read()) !== false)
        {
            if (substr($entry, strlen($entry)-4) == &#039;.css&#039;)
                $styles[] = substr($entry, 0, strlen($entry)-4);
        }
        $d-&gt;close();

        while (list(, $temp) = @each($styles))
        {
            if ($user[&#039;style&#039;] == $temp)
                echo &quot;\t\t\t\t\t&quot;.&#039;&lt;option value=&quot;&#039;.$temp.&#039;&quot; selected&gt;&#039;.str_replace(&#039;_&#039;, &#039; &#039;, $temp).&#039;&lt;/option&gt;&#039;.&quot;\n&quot;;
            else
                echo &quot;\t\t\t\t\t&quot;.&#039;&lt;option value=&quot;&#039;.$temp.&#039;&quot;&gt;&#039;.str_replace(&#039;_&#039;, &#039; &#039;, $temp).&#039;&lt;/option&gt;&#039;.&quot;\n&quot;;
        }

?&gt;
                &lt;/select&gt;
            &lt;/td&gt;
        &lt;/tr&gt;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Maciek)]]></author>
			<pubDate>Wed, 05 May 2004 11:13:11 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/13309/#p13309</guid>
		</item>
		<item>
			<title><![CDATA[remove style section of profile]]></title>
			<link>https://punbb.informer.com/forums/post/13308/#p13308</link>
			<description><![CDATA[<p>I would like to remove the style section of the profile page for my board, since I only have one choice there anyways (the style to match my site). I tried just removing the &lt;tr&gt;...&lt;/tr&gt; part for the styles from profile.php but when I uploaded it I got &quot;Unable to fetch user data&quot;. Uploaded the original and it was fine again. Is there any way I can get rid of it?</p>]]></description>
			<author><![CDATA[null@example.com (ctn|chrisw)]]></author>
			<pubDate>Wed, 05 May 2004 10:52:42 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/13308/#p13308</guid>
		</item>
	</channel>
</rss>
