Friday, 10 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 (33901)
  • Mod_Fblatest (28650)
  • Mod_FBlatest with Fireboard Avatar (14097)
  • Reshack (7002)
  • InDesign Original .exe (5758)

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: 28440
feed71 Comments
 1 2 3 4 5 6 7 >  Last ›
Fuqaha
May 28, 2007

Votes: +0

A'kum DesiRomeo,

Can you temporarily enable the module so that i can take a look ?

smilies/smiley.gif

report abuse
vote down
vote up
DesiRomeO
May 29, 2007
http://www.allah3lem.com
Votes: +0

hello again, is it any possiblity that you could send me mail, so we could figure the problem out.

and i think i get sumthin like this:"Warning: main(components/com_badword/class.badword.php) [function.main]: failed to open stream: No such file or directory in /clientdata/clients/c/h/christiebshow.com /www/components/com_fireboard/template/default/view.php on line 125"

But am not shore, please send me mail.that would me nice! smilies/grin.gif

report abuse
vote down
vote up
DesiRomeO
May 29, 2007
http://www.allah3lem.com
Votes: +0

sorry, my email is This e-mail address is being protected from spam bots, you need JavaScript enabled to view it

report abuse
vote down
vote up
Fuqaha
May 29, 2007

Votes: +0

Hi DesiRomeo, it is caused by badwords comp. the same problem occurs before - refer to previous comments. Im gonna check what makes the problem to emerge.

smilies/smiley.gif

report abuse
vote down
vote up
DesiRomeO
May 29, 2007
http://www.allah3lem.com
Votes: +0

No sir:p My badwors are already off, should i make them on?:S Add me on msn, please..

report abuse
vote down
vote up
Fuqaha
May 29, 2007

Votes: +0

ive added you. =)

report abuse
vote down
vote up
DesiRomeO
May 29, 2007
http://www.allah3lem.com
Votes: +0

You gave me nudge, but i cant write to you:S Cause it says you are offline..:S

report abuse
vote down
vote up
DesiRomeO
June 03, 2007
http://www.allah3lem.com
Votes: +0

I still have problems man, would be nice if you could sort them out.

report abuse
vote down
vote up
Philip Roy
June 25, 2007
http://www.nzmac.com
Votes: +0

I can't seem to get the module to display "New" when it is supposed to?

report abuse
vote down
vote up
sebastian serrano
July 06, 2007
http://brsi.blogspot.com
Votes: +0

I have made some changes to allow include the avatar of the user, and i want to share that.
I paste the diff:

--- mod_fblatest.old.php2007-07-06 09:43:44.000000000 -0300
mod_fblatest.php2007-07-06 09:43:38.000000000 -0300
@@ -256,7 256,8 @@
$item_format = str_replace( "%N", $postname, $item_format );

$item_format = str_replace( "%D", $postdate, $item_format );

$item_format = str_replace( "%F", $post->catname, $item_format );

-$item_format = str_replace( "%R", ($post->unread) ? $unread_text : '', $item_format );

$item_format = str_replace( "%R", ($post->unread) ? $unread_text : '', $item_format );
$item_format = str_replace( "%A", fblatest_makeavatar( $post->userid ), $item_format );



$tooltip_format = str_replace( "%S", $short_subject, $tooltip_format );

$tooltip_format = str_replace( "%L", $subject, $tooltip_format );

@@ -264,7 265,8 @@
$tooltip_format = str_replace( "%D", $postdate, $tooltip_format );

$tooltip_format = str_replace( "%F", $post->catname, $tooltip_format );

$tooltip_format = str_replace( "%R", $unread_text, $tooltip_format );

-$tooltip_format = str_replace( "%R", ($post->unread) ? $unread_text : '', $tooltip_format );

$tooltip_format = str_replace( "%R", ($post->unread) ? $unread_text : '', $tooltip_format );




return "".$item_format."";

}

@@ -297,6 299,24 @@


return $name;

}


function fblatest_makeavatar( $userid )
{
global $database;

$basedir = 'components/com_fireboard/avatars/';

$database->setQuery( "SELECT avatar FROM `jos_fb_users` WHERE userid ='".$userid."';" );

$rows = $database->loadObjectList();


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

}




}



report abuse
vote down
vote up
sebastian serrano
July 06, 2007
http://brsi.blogspot.com
Votes: +0

mmm, some code has been filtered smilies/sad.gif, if you are interested send me an email!!

report abuse
vote down
vote up
Fuqaha
July 06, 2007

Votes: +0

Hi Sebastian,

Thanks! Ive sent you the email and will publish the tweak as an option.

=)

report abuse
vote down
vote up
Jen
July 17, 2007

Votes: +0

Hey
this is exactly what i need for the site as i am trying to display the most recent posts on the home page but would like to only show from one category.
i see in the module it allows you to say which category you would like it to display from but this does not seam to work and displays all new posts.
am i doing something wrong? any help would be appreciated

Thanks
Jen

report abuse
vote down
vote up
Jen
July 17, 2007

Votes: +0

Hey
this is exactly what i need for the site as i am trying to display the most recent posts on the home page but would like to only show from one category.
i see in the module it allows you to say which category you would like it to display from but this does not seam to work and displays all new posts.
am i doing something wrong? any help would be appreciated

Thanks
Jen

report abuse
vote down
vote up
Pam
July 23, 2007

Votes: +0

Thanks for the nice module. smilies/smiley.gif

My question is: Would it be possible to omit the newest posts that are awaiting moderation? Because... if you click on the link you get "An invalid post id was requested" ... so it doesn't really explain that the link is valid, just that the post is awaiting moderation before being published.

Any help is appreciated. Thanks again,
Pam

report abuse
vote down
vote up
hawkeye
July 30, 2007

Votes: +0

hello, is this the last version of your module? because i think i had a later version that gave me this error...
PHP Notice: Undefined index: fboard_settings in /hosted/clients/copcea/clients/hawkeye/web/hjtro/modules/mod_fblatest.php on line 130
please tell if it has been fixed

report abuse
vote down
vote up
hawkeye
August 04, 2007

Votes: +0

well u said u fixed it ... but it seems i'm still getting it ... i don't know why
:|

report abuse
vote down
vote up
ricardo
August 17, 2007
http://www.cycleposers.com
Votes: +0

Installed it on my cycleposers.com site.

But i ran into a problem i dont know how to fix. Im using 2 joomla templates. And I have the latest post on all them of them. When you click on one of the posts it is taking you to the wrong template. You can see the template is too thin for the screen, and is all messed up. Basically using the front page template and not the forum template. How would I go about changing the module to make it go to the forum joomla template?

report abuse
vote down
vote up
Rice
August 20, 2007

Votes: +0

i just don't get this.. it just doesn't work.. Module always shows "None"... any suggestions what could be the problem? the bad language manager is off.

report abuse
vote down
vote up
leo
August 24, 2007

Votes: +0

I just installed this module and everything looks fine except I can't seem to get the avatar from the forum users to show up in the module. Btw, I changed the avatar size limit in the back end configurations of fireboad to a larger size. I hope this did not effect the out come of this issue.

report abuse
vote down
vote up
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
 1 2 3 4 5 6 7 >  Last ›

Write comment
You can add your comment here

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