Wednesday, 08 September 2010
  • Contact
  • Register
Lost Password?
  • Home
  • Downloads
  • Blog
  • Tutorials

Eh.. OMG! WTF?!

chat32px.pngNotice there is no single picture in the articles?
Well, I was trying to migrate to Joomla 1.5.2 last night, downloaded most of the backup files and then deleted everything in the server.
Suddenly, OMG! WTF?! Forgot the /images/ folder! Damn.. (3x)

Latest Articles

  • Essay : As the Arabs see the Jews
  • Islamic beliefs honor Women
  • Want a Good House for Joomla! In Malaysia?
  • A site Revamped
  • End of Semester

Latest Comments

Changing Photoshops ...
Just want to say thanks for this tutorial - the ne...
Essay : As the Arabs...
That sounds like a threat. I wonder if King Husse...
Joomla 1.0.x, the Mu...
please, add modules mp3 player for joomla lavra ed...
Stupidity at its Bes...
That is not really easy to see more information re...
Green Eco Towers
Creation of such things inspire respect for the cr...

Most Downloaded

  • Flash CS3 Resources (33897)
  • Mod_Fblatest (28645)
  • Mod_FBlatest with Fireboard Avatar (14086)
  • Reshack (6998)
  • InDesign Original .exe (5757)

Changing Photoshops Splash Screen

Photoshop.png Is your Photoshop Loading screen bores you? Why dont you change the default blue splash screen into something.. more personal? Read more here .

List of Must Have Plugins for Joomla! 1.0.x

joomla32px.pngThe list consists of must-have plugins that should / is wise to install in almost every Joomla! website. Read more here. 

Malaysia VPS Hosting Expert

Home
FireBoard Latest Post Module PDF Print E-mail

A new Joomla! forum component was born last week.

 

Fireboard. It is really nice and much better than its elder brother, the Joomlaboard. The feel and functionality is more to SMF (plus, without the hassles of installing bridges and later in dilemma when upgrading because the probability of that particular bridge gone awry is really high).

Almost everything is perfect, except the latest post module. Frankly I (and so are others) think that having JBLatest module by Rowan Seymour is the perfect combination with the great FireBoard forum.


Ive released a small hack of the module (yes, the changes in the code is quite minor) and published it at the Joomla! Extensions site.

 

You may view the demo at http://www.mc0004.com (my batchs' official website). Specifically, the blue module at the right corner of the template.

 

Demo : http://www.mc0004.com

Fireboard Latest Post Module Extension Page

Download Fireboard Latest Posts Module

 

 

Update History 

1.0 Released, port from Joomlaboard to FireBoard

1.1 Solved sqlgroupby error, thanks to Roger

1.2 Added Forum Avatar function by Sebastian Serrano

Only FB avatar, not yet CB avatar

Set as favorite
Bookmark
Email This
Hits: 28385
feed71 Comments
‹ First  < 1 2 3 4 5 6 7 8 > 
leo9
September 06, 2007

Votes: +0

Avatar not showing up. anybody else having this issue?

report abuse
vote down
vote up
Fuqaha
September 09, 2007
http://sayafuqaha.com
Votes: +0

Hi Leo, very sorry for the late reply. The latest version only allows Fireboard avatars, CB avatar is not configured yet due to time limitation.

report abuse
vote down
vote up
lilufemdom
September 11, 2007
http://www.lilufemdom.com
Votes: +0

Avatar not showing up ! grrrr

report abuse
vote down
vote up
rangalo
September 18, 2007
http://scudetto.se
Votes: +0

If I put the module on the front page the module shows on top of the fireboard all the time?

I guess i have to google

anyway I think Its a great mod, will try to figure out what causes this

report abuse
vote down
vote up
Niklas Andersson
September 27, 2007
http://linuxworld.idg.se
Votes: +0

Hi! Thanks for an excellent hack! Just reviewed the post to see if Sebastians hack was compatible with the integrated Community Builder - to get the users thumbnails. Looks like it's still under way! I'll come back once in a while to have check!

report abuse
vote down
vote up
Edward
September 29, 2007
http://importantnews.us
Votes: +0

Hello ,

I just installed the FB latest with the avatar funcion- but the avatar function is not working :O
Using Fireboard 1.03Stable

Please feel to email me the latest FB latest! I cant wait for it smilies/smiley.gif

Thankfully,

Edward

report abuse
vote down
vote up
Niklas Andersson
October 10, 2007
http://linuxworld.idg.se
Votes: +1

Community Builder - quick hack. Change the function fblatest_makeavatar() to this:

function fblatest_makeavatar( $userid )
{
global $database;

$basedir = 'images/comprofiler/';
//$userid = 62;
$database->setQuery( "SELECT avatar FROM `jos_comprofiler` WHERE user_id ='".$userid."';" );
$rows = $database->loadObjectList();

if (count($rows) > 0) {
return '';
} else {
return '';
}

}

report abuse
vote down
vote up
Walter
October 19, 2007
http://www.thesovereignlegion.com
Votes: +0

Im using Fireboard 1.03 stable I installed your latest post module with avatar none are showing up any reason why?(they do show up on forums)

report abuse
vote down
vote up
fuqaha
October 19, 2007
http://sayafuqaha.com
Votes: +0

Hi guys! Thanks for your interest.

Ive been terribly busy in the last few months, and also this month (i have an exam next week). Ive started with the CB and better FB avatar option, please wait a lil' longer. Im sorry for the delay.

Thanks.

report abuse
vote down
vote up
chered
November 04, 2007
http://www.pinoymattersg.dyndns.org
Votes: +0

Hi. great module!! thanks. there just one comment. is it possible not to show the "Re" when someone reply on your post? it is very annoying to see the "Re". thanks..

report abuse
vote down
vote up
testeuse
November 05, 2007

Votes: +1

Sorry for my english but it doesn't work for me, it's seems that i have the older version.
I tried but i can't find the new one with avatar.
i really need it, if qomeone can help me please?

report abuse
vote down
vote up
test
November 10, 2007

Votes: +0

i am looking for a good latest post module.

report abuse
vote down
vote up
n0fear
November 16, 2007

Votes: +0

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 smilies/sad.gif

SELECT a.id, a.name, a.userid, a.subject, a.catid, a.time AS posttime, c.name AS catname, (a.time > 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 < b.time WHERE b.id IS NULL AND a.catid = c.id AND a.moved = 0 AND c.pub_access

report abuse
vote down
vote up
peetree21
January 08, 2008

Votes: +0

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?

report abuse
vote down
vote up
Victoria
January 17, 2008
http://www.poorpony.com
Votes: +0

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 "you are not authorized to view this resource" -- 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!

report abuse
vote down
vote up
Andrew
January 27, 2008
http://www.wycliffe-church.org.uk
Votes: +0

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.

report abuse
vote down
vote up
Tom
February 03, 2008
http://creativeinvestor.ca
Votes: +0

It's great mod, Thanks a lot.

report abuse
vote down
vote up
flys
February 08, 2008
http://www.legacalciouisp-rc.com/
Votes: +0

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

report abuse
vote down
vote up
ray
February 22, 2008
http://www.kinaray-a.com
Votes: +0

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 "you are not authorized to view this resource" -- 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!

report abuse
vote down
vote up
fuqaha
February 23, 2008

Votes: +0

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. smilies/smiley.gif

report abuse
vote down
vote up
ray
February 25, 2008
http://kinaray-a.com
Votes: +0

Hi! what itemID? smilies/wink.gif please help. cause i cant migrate to fireboard if this problem cant be solve. thanks

report abuse
vote down
vote up
andrew
February 26, 2008

Votes: +0

I'd like an option to only display 'unread' posts... I'll see if I can figure it out in the code...

report abuse
vote down
vote up
fuqaha
February 29, 2008

Votes: +0

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. smilies/wink.gif

report abuse
vote down
vote up
Jeff
March 01, 2008

Votes: +1

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 "com_fireboard&Itemid=" 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 mod_fblatest.php which should be in your public_html/modules directory

3. Find this portion of the code: $forumitemid = $rows[0]->id
Add 5 after it so the whole lines become: $forumitemid = $rows[0]->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

report abuse
vote down
vote up
Jeff
March 01, 2008

Votes: +0

Hi again,

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

Ta.

report abuse
vote down
vote up
ray
March 02, 2008
http://kinaray-a.com
Votes: +0

thanks guy! i'll try it ....

report abuse
vote down
vote up
ray
March 03, 2008
http://kinaray-a.com
Votes: +0

my fb itemid is 137

report abuse
vote down
vote up
ray
March 04, 2008
http://kinaray-a.com
Votes: +0

guys thanks for the help. everything is ok now. smilies/wink.gif

report abuse
vote down
vote up
osmangazali
March 06, 2008
http://sinemuslim.com
Votes: +2

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 i don't want the module to show the posts in that UNPUBLISHED category. how can i manage this?

i will be very glad to learn how-to. thanx

report abuse
vote down
vote up
Pietro
March 13, 2008

Votes: +0

Hello:
My web site have other prefix tables names of database like mos_
can you help me please?
Thanks.

report abuse
vote down
vote up
Ericka
March 31, 2008
http://www.thomhartmann.com
Votes: +1

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 "Obama vs. Clinton" and
the last post in the thread changes the title to "Democrats
Suck" can we keep the original post title "Obama vs. Clinton"
as the link title?

Thank you!

report abuse
vote down
vote up
‹ First  < 1 2 3 4 5 6 7 8 > 

Write comment
You can add your comment here

busy
 
< Prev   Next >
[ Back ]
We have 17 guests online