<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title><![CDATA[Portal Discussion]]></title><link>http://www.fusionbb.com/forum/showforum.php?fid/38/</link><description>Portal features &amp; functionality.</description><language>en-us</language><copyright><![CDATA[FusionBB.com - All rights Reserved.]]></copyright><pubDate>Wed, 06 Feb 2008 05:21:24 GMT</pubDate><lastBuildDate>Wed, 06 Feb 2008 05:21:24 GMT</lastBuildDate><docs>http://blogs.law.harvard.edu/tech/rss</docs><generator>FusionBB 2.2 (www.fusionbb.com)</generator><managingEditor><![CDATA[dave.lozier@gmail.com]]></managingEditor><skipHours><hour>0</hour><hour>1</hour><hour>2</hour><hour>3</hour><hour>4</hour></skipHours><item><title><![CDATA[Calendar]]></title><link>http://www.fusionbb.com/forum/showtopic.php?tid/10139/</link><guid isPermaLink="false">http://www.fusionbb.com/forum/showtopic.php?tid/10139/</guid><description><![CDATA[ Can I pull info to put into a particle box, from my calendar? And if so, how  <img src="http://www.fusionbb.com/forum/images/smilies/grin.gif" alt="" />  ]]></description><pubDate>Wed, 06 Feb 2008 04:39:55 GMT</pubDate></item><item><title><![CDATA[This Month's Birthday Particle Box]]></title><link>http://www.fusionbb.com/forum/showtopic.php?tid/10119/</link><guid isPermaLink="false">http://www.fusionbb.com/forum/showtopic.php?tid/10119/</guid><description><![CDATA[ In the Body Box, put this<br />
<pre><font class="code">Code:</font><br />
<code><span style="color: #000000"><br />
<span style="color: #0000BB">&nbsp;
</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">'tableedge'</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">
</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">table&nbsp;border</span><span style="color: #007700">=</span><span style="color: #DD0000">'0'&nbsp;</span><span style="color: #0000BB">cellpadding</span><span style="color: #007700">=</span><span style="color: #DD0000">'3'&nbsp;</span><span style="color: #0000BB">cellspacing</span><span style="color: #007700">=</span><span style="color: #DD0000">'{$skin['</span><span style="color: #0000BB">cellspacing</span><span style="color: #DD0000">']}'&nbsp;</span><span style="color: #0000BB">width</span><span style="color: #007700">=</span><span style="color: #DD0000">'100%'</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">
</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">
</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">th&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">'theader'</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">
This&nbsp;Month</span><span style="color: #DD0000">'s&nbsp;Birthdays
&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&nbsp;align='</span><span style="color: #0000BB">left</span><span style="color: #DD0000">'&nbsp;valign='</span><span style="color: #0000BB">top</span><span style="color: #DD0000">'&nbsp;class='</span><span style="color: #0000BB">color1</span><span style="color: #007700">'</span><span style="color: #0000BB">&gt;

&lt;!--OUTPUT--&gt;

&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;&nbsp;
&nbsp;</span><br />
</span><br />
</code><br />
</pre><br />
<br />
<br />
In the code box, put this:<br />
<pre><font class="code">Code:</font><br />
<code><span style="color: #000000"><br />
<span style="color: #0000BB">&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//&nbsp;Figure&nbsp;out&nbsp;the&nbsp;current&nbsp;date&nbsp;in&nbsp;a&nbsp;format&nbsp;we&nbsp;can&nbsp;search&nbsp;with
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$Now&nbsp;&nbsp;&nbsp;=&nbsp;getdate();
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$Month&nbsp;=&nbsp;date("m");
&nbsp;&nbsp;&nbsp;&nbsp;$Day&nbsp;&nbsp;=&nbsp;date("d");
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$Year&nbsp;&nbsp;=&nbsp;$Now['year'];
$query&nbsp;=&nbsp;"
SELECT&nbsp;info_display_name,&nbsp;user_id,&nbsp;info_birthday
FROM&nbsp;{$conf['table_prefix']}user_info
WHERE&nbsp;info_sharebirthday&nbsp;=&nbsp;'1'
AND&nbsp;SUBSTRING(&nbsp;info_birthday,&nbsp;5,&nbsp;6)&nbsp;LIKE&nbsp;'%{$Month}-{$Day}'
ORDER&nbsp;BY&nbsp;info_birthday,&nbsp;info_display_name
";
$result&nbsp;=&nbsp;mysql_query($query);
$OUTPUT&nbsp;=&nbsp;"";
&nbsp;while&nbsp;($row&nbsp;=&nbsp;mysql_fetch_assoc($result))&nbsp;{
$OUTPUT&nbsp;.=&nbsp;"&lt;a&nbsp;href='{$conf['full_url']}/showuser.php?uid/".$row['user_id']."/$FBB_SESS'&nbsp;title='".$row['info_birthday']."'&gt;".$row['info_display_name']."&lt;/a&gt;,&nbsp;";

}&nbsp;
$OUTPUT&nbsp;.=&nbsp;"END";
$OUTPUT&nbsp;=&nbsp;str_replace(",&nbsp;END","",$OUTPUT);
&nbsp;</span><span style="color: #0000BB"></span><br />
</span><br />
</code><br />
</pre><br />
<br />
<br />
<br />
Will list each user who has a birthday during the current month with link to their profile. ]]></description><pubDate>Sun, 27 Jan 2008 06:00:34 GMT</pubDate></item><item><title><![CDATA[Multiple Portals?]]></title><link>http://www.fusionbb.com/forum/showtopic.php?tid/4601/</link><guid isPermaLink="false">http://www.fusionbb.com/forum/showtopic.php?tid/4601/</guid><description><![CDATA[ Is it possible to have multiple portal pages?<br />
<br />
For example, we cover two distinct topics and right now both get news postings on the same portal page. So lets's say you look at the page, you get news that has<br />
<br />
A<br />
B<br />
C<br />
<br />
Each of those distinct types of news.<br />
<br />
I would want to have a portal page like that but also one that you could select that would just have A. or just B or just C.<br />
<br />
Does that make sense? ]]></description><pubDate>Mon, 11 Sep 2006 15:25:04 GMT</pubDate></item><item><title><![CDATA[Recent Members Particle Box Not Updating?]]></title><link>http://www.fusionbb.com/forum/showtopic.php?tid/4411/</link><guid isPermaLink="false">http://www.fusionbb.com/forum/showtopic.php?tid/4411/</guid><description><![CDATA[ I just noticed that new members are not being added to the "Recent Members" particle box. I am showing 3 new members in the last three days that are not on the list.<br />
<br />
My portal settings were:<br />
<br />
Max New User Time: 30<br />
Total New Users Displayed: 10<br />
<br />
Since it was displaying 10 names and most likely these names were not over 30 days old, I thought maybe the box was "full" and not allowing the new names to display.<br />
<br />
I therefore changed the settings to:<br />
<br />
Max New User Time: 15<br />
Total New Users Displayed: 20<br />
<br />
Still no change.<br />
<br />
I can't find a cache or cron job for this info.<br />
<br />
Anybody have any ideas how this box is populated or what has gone amok here? ]]></description><pubDate>Mon, 26 Jun 2006 21:01:05 GMT</pubDate></item><item><title><![CDATA[Changing order of News Items]]></title><link>http://www.fusionbb.com/forum/showtopic.php?tid/3967/</link><guid isPermaLink="false">http://www.fusionbb.com/forum/showtopic.php?tid/3967/</guid><description><![CDATA[ Is there a way. I have not changed from having a normal html page as my front page and only use Fusion pages. I have some links I want on my front page but they now show on the top and I would like them at the bottom.<br />
<br />
Any tips? ]]></description><pubDate>Wed, 01 Mar 2006 11:20:42 GMT</pubDate></item><item><title><![CDATA[language translations]]></title><link>http://www.fusionbb.com/forum/showtopic.php?tid/3956/</link><guid isPermaLink="false">http://www.fusionbb.com/forum/showtopic.php?tid/3956/</guid><description><![CDATA[ We are looking for Freelance Translators and bilingual people to work <br />
on our Translation Projects. Globalization process creates more than <br />
ever growing demand for Language Translations. We have being constantly <br />
expanding, and looking for additional resources in various languages, <br />
and areas of expertise. Please, place your profile at our Corporate Web <br />
Site <a href="http://www.AcademyOfTranslation.com" title="www.AcademyOfTranslation.com" target="_blank">www.AcademyOfTranslation.com</a>, and choose “Employment”. We will be <br />
contacting you when projects, requiring your skills and expertise are <br />
needed. We and our team look forward to hearing from you and working <br />
together. ]]></description><pubDate>Thu, 23 Feb 2006 05:51:46 GMT</pubDate></item><item><title><![CDATA[Deleting a topic and RSS]]></title><link>http://www.fusionbb.com/forum/showtopic.php?tid/3604/</link><guid isPermaLink="false">http://www.fusionbb.com/forum/showtopic.php?tid/3604/</guid><description><![CDATA[ I see that when you delete a topic and then run the publish rss cron script, it doesn't delete the deleted topic from the rss feed. The same way if you misspell or add something, it doesn't refresh the feed. Is this how it is supposed to work or am I doing something wrong? ]]></description><pubDate>Wed, 21 Dec 2005 05:41:39 GMT</pubDate></item><item><title><![CDATA[Here's a dumb question]]></title><link>http://www.fusionbb.com/forum/showtopic.php?tid/3481/</link><guid isPermaLink="false">http://www.fusionbb.com/forum/showtopic.php?tid/3481/</guid><description><![CDATA[ When you guys refer to "the portal" are you just talking about the "Main Index" page or is there more to it?<br />
<br />
Basil  <img src="/forum/images/smilies/question.gif" alt="" />  ]]></description><pubDate>Sun, 27 Nov 2005 04:01:02 GMT</pubDate></item><item><title><![CDATA[Sorry this is just a test]]></title><link>http://www.fusionbb.com/forum/showtopic.php?tid/3460/</link><guid isPermaLink="false">http://www.fusionbb.com/forum/showtopic.php?tid/3460/</guid><description><![CDATA[ Ok, I am trying to figure this RSS stuff out.  I downloaded an RSS reader called Klipfolio and added the URL to the RSS feed to it.  Now I have a little box on the reader that shows the last several topics in this forum.  Cool!  Ok, so if I make this post I should see it in my reader as well?<br />
<br />
Basil ]]></description><pubDate>Thu, 24 Nov 2005 21:37:49 GMT</pubDate></item><item><title><![CDATA[RSS?]]></title><link>http://www.fusionbb.com/forum/showtopic.php?tid/3454/</link><guid isPermaLink="false">http://www.fusionbb.com/forum/showtopic.php?tid/3454/</guid><description><![CDATA[ Ok, I know I'm a bit behind the times, but could someone explain RSS to me and how it gets incorporated into the forum?<br />
(I know it has something to do with receiving real-time content from different places, but thats about all I know)<br />
<br />
Basil ]]></description><pubDate>Thu, 24 Nov 2005 02:37:23 GMT</pubDate></item></channel></rss>