<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
	<channel>
		<title>FireBoard Latest Post Module</title>
		<description>Comments for FireBoard Latest Post Module at http://www.sayafuqaha.com , comment 1 to 71 out of 20 comments</description>
		<link>http://www.sayafuqaha.com</link>
		<lastBuildDate>Fri, 21 Nov 2008 04:09:46 +0100</lastBuildDate>
		<generator>FeedCreator 1.7.2</generator>
		<item>
			<title>...</title>
			<link>http://www.sayafuqaha.com/blog/tech-stuff/fireboard-latest-post-module.php#comment-522</link>
			<description>Is it possible to have the title link stay the same as the first
post in the thread's title even if the last post in the thread
changes the title?

For example, if the original post is &quot;Obama vs. Clinton&quot; and
the last post in the thread changes the title to &quot;Democrats
Suck&quot; can we keep the original post title &quot;Obama vs. Clinton&quot;
as the link title?

Thank you!
 - Ericka</description>
			<pubDate>Mon, 31 Mar 2008 18:02:50 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://www.sayafuqaha.com/blog/tech-stuff/fireboard-latest-post-module.php#comment-507</link>
			<description>Hello:
My web site have other prefix tables names of database like mos_
can you help me please?
Thanks.

 - Pietro</description>
			<pubDate>Thu, 13 Mar 2008 13:41:18 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://www.sayafuqaha.com/blog/tech-stuff/fireboard-latest-post-module.php#comment-492</link>
			<description>thank you fuqaha for this awesome module!

but i need something. there is an unpublished category in my forum that i use for groupjive special group forums. and[b] i don't want the module to show the posts in that UNPUBLISHED category[/b]. how can i manage this?

i will be very glad to learn how-to. thanx - osmangazali</description>
			<pubDate>Thu, 06 Mar 2008 18:24:51 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://www.sayafuqaha.com/blog/tech-stuff/fireboard-latest-post-module.php#comment-489</link>
			<description>guys thanks for the help. everything is ok now. ;) - ray</description>
			<pubDate>Tue, 04 Mar 2008 01:24:23 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://www.sayafuqaha.com/blog/tech-stuff/fireboard-latest-post-module.php#comment-487</link>
			<description>my fb itemid is 137 - ray</description>
			<pubDate>Mon, 03 Mar 2008 00:05:28 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://www.sayafuqaha.com/blog/tech-stuff/fireboard-latest-post-module.php#comment-485</link>
			<description>thanks guy! i'll try it .... - ray</description>
			<pubDate>Sun, 02 Mar 2008 12:19:43 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://www.sayafuqaha.com/blog/tech-stuff/fireboard-latest-post-module.php#comment-481</link>
			<description>Hi again,

With step 3, the solution should now be [b]$forumitemid = $rows[0]-&gt;id plus 5[/b];
(the 'plus' should be the maths plus sign i.e. the crosshair, but I can't do it on this post)

Ta. - Jeff</description>
			<pubDate>Sat, 01 Mar 2008 01:37:01 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://www.sayafuqaha.com/blog/tech-stuff/fireboard-latest-post-module.php#comment-480</link>
			<description>Hi all,

Just solved this problem of the 'not authorized to view this source'.
The problem is due to the link in the module not referencing correctly. 

To illustrate, pick the latest post from your forum. Compare the URLs from going through this module and going through your Component link. You notice the &quot;com_fireboard&amp;Itemid=&quot; equal different values. That's the problem. The module refers to the wrong item id. 

(ray - itemid can be seen in your URL if your SEF is disabled. Disabling SEF means you can see all the parameters passed thru to retrieve the items from the database, by making them visible in the URL)

SOLUTION (albeit a hack one):
1. Find the difference between your values. E.g. my wrong itemid is 69, when it should be 74. Therefore, the difference is 5. 
So What I need to do is  5 to the itemid variable in the module code.

2. Via cpanel or FTP (however you access your website file manager), open the file [b]mod_fblatest.php[/b] which should be in your public_html/modules directory

3. Find this portion of the code: [b]$forumitemid = $rows[0]-&gt;id[/b]
Add   5 after it so the whole lines become: $forumitemid = $rows[0]-&gt;id   5;

4. Save the file and reload your website. It should work now. 
Compare the URLs to a post between going through the Component link and going through this module, and they will now be the same. 

Cheers,
Jeff

 - Jeff</description>
			<pubDate>Sat, 01 Mar 2008 01:34:43 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://www.sayafuqaha.com/blog/tech-stuff/fireboard-latest-post-module.php#comment-475</link>
			<description>Hi ray, it depends on the joomla site itself. Some uses Itemid,59 for their FB link, some just Itemid,2 .. Can you tell mewhat itemid required for non-admin view of FB? 

*in case you are using SEF, please disable it temporarily to view the ItemID.  ;) - fuqaha</description>
			<pubDate>Fri, 29 Feb 2008 16:48:11 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://www.sayafuqaha.com/blog/tech-stuff/fireboard-latest-post-module.php#comment-462</link>
			<description>I'd like an option to only display 'unread' posts... I'll see if I can figure it out in the code... - andrew</description>
			<pubDate>Tue, 26 Feb 2008 11:54:23 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://www.sayafuqaha.com/blog/tech-stuff/fireboard-latest-post-module.php#comment-461</link>
			<description>Hi! what itemID? ;) please help. cause i cant migrate to fireboard if this problem cant be solve. thanks - ray</description>
			<pubDate>Mon, 25 Feb 2008 09:14:29 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://www.sayafuqaha.com/blog/tech-stuff/fireboard-latest-post-module.php#comment-459</link>
			<description>Hi guys,

It seems that the problem is with the ItemID. For most sites, everything is fine. But for some others, its not. Can you guys post me the ItemID that works? 

Thanks.  :) - fuqaha</description>
			<pubDate>Sat, 23 Feb 2008 02:28:40 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://www.sayafuqaha.com/blog/tech-stuff/fireboard-latest-post-module.php#comment-458</link>
			<description>This is also my problem when clicking the latest post module links of the forum... access is denied.

I have fireboard and fblatest module installed on my site... however, only administrators (all three backend levels) can click on fblatest links and be brought to the fireboard posts. All other users are brought to a page saying &quot;you are not authorized to view this resource&quot; -- I do not see any setting in the backend of fblatest that would be creating this restriction. please advise on how to remedy this problem as the fblatest module is one of the key elements of our site, getting people from the front page or other content pages into the forums. Thanks in advance! - ray</description>
			<pubDate>Fri, 22 Feb 2008 20:21:38 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://www.sayafuqaha.com/blog/tech-stuff/fireboard-latest-post-module.php#comment-432</link>
			<description>Hello, 
i've a problem with this plugin:

I setup my forum for Public Access, but when i click over the links from your plugin, i can't access to the forum because i need to be registered ...
 
if you want to see:

free forum:
http://www.legacalciouisp-rc.com/component/option,com_fireboard/Itemid,73/

from the plugin:
http://www.legacalciouisp-rc.com/component/option,com_fireboard/Itemid,71/func,view/catid,13/id,6/#6

wath can i do ?

tnks a lot - flys</description>
			<pubDate>Fri, 08 Feb 2008 11:03:02 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://www.sayafuqaha.com/blog/tech-stuff/fireboard-latest-post-module.php#comment-430</link>
			<description>It's great mod, Thanks a lot. - Tom</description>
			<pubDate>Sun, 03 Feb 2008 03:06:31 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://www.sayafuqaha.com/blog/tech-stuff/fireboard-latest-post-module.php#comment-424</link>
			<description>I'm using this module, it's great, thanks!
Only problem, (others have mentioned it above) is that an unregistered user will see links to threads in forums for registered users only. So I've had to set 'Show registered access' to OFF for now... Bit of a shame. - Andrew</description>
			<pubDate>Sun, 27 Jan 2008 17:04:58 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://www.sayafuqaha.com/blog/tech-stuff/fireboard-latest-post-module.php#comment-407</link>
			<description>I have fireboard and fblatest module installed on my site... however, only administrators (all three backend levels) can click on fblatest links and be brought to the fireboard posts.  All other users are brought to a page saying &quot;you are not authorized to view this resource&quot; -- I do not see any setting in the backend of fblatest that would be creating this restriction.  please advise on how to remedy this problem as the fblatest module is one of the key elements of our site, getting people from the front page or other content pages into the forums.  Thanks in advance! - Victoria</description>
			<pubDate>Thu, 17 Jan 2008 17:29:12 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://www.sayafuqaha.com/blog/tech-stuff/fireboard-latest-post-module.php#comment-400</link>
			<description>In Fireboard 1.04 when i click Mark All Forums Read, in the Latest Posts Module, it now makes then say all that they are unread.

why would this be happening? - peetree21</description>
			<pubDate>Tue, 08 Jan 2008 12:34:39 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://www.sayafuqaha.com/blog/tech-stuff/fireboard-latest-post-module.php#comment-397</link>
			<description>Got a little problem, wanted to change to only show latest message in active threads but now i got alot of long querys in mysql

Any idea how to get this fixed with a index or something? Takes 5-7 Seonds everytime a user hits the home-site with the module active :(

SELECT a.id, a.name, a.userid, a.subject, a.catid, a.time AS posttime, c.name AS catname, (a.time &gt; 1195206140 AND a.thread NOT IN (8351)) AS unread FROM mos_fb_categories AS c, mos_fb_messages AS a LEFT JOIN mos_fb_messages AS b ON a.thread = b.thread AND a.time &lt; b.time WHERE b.id IS NULL AND a.catid = c.id AND a.moved = 0 AND c.pub_access  - n0fear</description>
			<pubDate>Fri, 16 Nov 2007 11:39:19 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://www.sayafuqaha.com/blog/tech-stuff/fireboard-latest-post-module.php#comment-395</link>
			<description>i am looking for a good latest post module. - test</description>
			<pubDate>Sat, 10 Nov 2007 18:59:58 +0100</pubDate>
		</item>
	</channel>
</rss>
