Joo!BB - Joomla! Bulletin Board
Board Index
Posts by viet4777
Welcome, Guest

Re: Joo!BB or FireBoard
Post Re: Joo!BB or FireBoard
by viet4777 on 02/01/2009 07:36

I have been used Fireboard for my websites (http://chimco.net/ Joomla 1.0.x,...).

Fireboard still needs more improvement such as advanced search (now there is a plugin for this function), user permissions (very poor), image and file upload and forum & post management. Fireboard 1.0.x is not a native Joomla 1.5. If you do not care about user permission FB 1.0.5 is good for your website.

FB team dev. say that, the FB 2.0 will be a native J 1.5 and released in end of 2008, but .. Now, I do not know...

I myself found JooBB is a promised one for J 1.5, but at this time, JooBB also still is unstable version and more & more improvements should be done. They promise, the stable is released today or tomorrow (end of January 2009).

Now, there is a forum component CCBoard for a native Joomla 1.5.x. The admin is very active and It is improved everyday. You can visit http://codeclassic.org/ to have a look.

Yeah, Clappingyou can choose: Fireboad, CCBoard or JooBB.

I myself use JooBB for my website at http://vatlieu.us, but if there are no improvement. CCBoard will be right choosen.

Thank,

Viet

P/S and updated: goood news!!!
08. Feb. 2009 Joo!CM is released
22. Feb. 2009 Joo!BB is released
More at http://www.joobb.org/community/index.php?option=com_joobb&view=topic&topic=500&Itemid=2

Quote by Unknown:Hi there every one

I know that some of you had used Joo!BB and others used FireBoard or some have tried the both

Now i would like to have you suggestions which is the best and easy used by users and admin

Thanks


viet4777

viet4777

Joo!BB - Newie
Joo!BB - Newie
Registered

Posts: 7

Joined Board
11/26/2008 18:04
Last Visit
02/08/2009 17:05
Offline User is Offline

View all users posts


Re: Member Panel Problem
Post Re: Member Panel Problem
by viet4777 on 01/17/2009 09:29

Just change com_joobb/designs/styles/joo_black/joo_black.css at line 225:
.jbWidth80 { width: 75%; } /**default is 80%*/

You can change this value below 80%.

Beer

Quote by Unknown:Hi I have a small formating problem, can someone recommend the easiest way to fix the position of the member panel here:

http://i238.photobucket.com/albums/ff18/Laxon_01/informationdidnotfloatright.jpg

Thanks Smile


viet4777

viet4777

Joo!BB - Newie
Joo!BB - Newie
Registered

Posts: 7

Joined Board
11/26/2008 18:04
Last Visit
02/08/2009 17:05
Offline User is Offline

View all users posts


Let's try
Post Let's try
by viet4777 on 01/16/2009 10:33

Change the 'url' as following in the com_joobb/system/joobbengine.php (line 148 )
Demo: http://vatlieu.us/forum/topic/10-discovery-keyword-trend-in-each-country-or-all-over-the-world-google-trends-for-keyword-research-.html
Code

			case 'url':

$host = str_replace('http://','',JURI::base());
$host = str_replace('/','',$host);
 
$url = $argument ? $argument : $innerString;
$pos = strpos($url, $host);
if ($pos > 0) $target = ''; else $target = ' target="_blank"';
$replacement = '' . $innerString . '';
break;


Quote by Unknown:Quote by Unknown:That is a Joomla programming option. It's in the link set-up in the joomla menu definitions. If you had your forum open into a new window, probably that is carrying over would be my guess.



ok i dont mean the menus i mean when ya post like a link within post. that refers to another forum post it always opens in new link and is annoying?? how i fix this as if i add [url][/url] to anything once published always opens in new screen


viet4777

viet4777

Joo!BB - Newie
Joo!BB - Newie
Registered

Posts: 7

Joined Board
11/26/2008 18:04
Last Visit
02/08/2009 17:05
Offline User is Offline

View all users posts


Quite simple
Post Quite simple
by viet4777 on 01/14/2009 11:12

At file com_joobb/system/joobbengine.php, add line as below:
Code:function convertToHtml(&$post) {
$joobbConfig =& JoobbConfig::getInstance();

// replace bb codes
if ($joobbConfig->getBoardSettings('enable_bbcode') && $post->enable_bbcode) {
$post->text = $this->convertBBToHtml($post->text);
//Add this code
$post->signature = $this->convertBBToHtml($post->signature);
}

Demo: http://vatlieu.us/forum/topic/15-joobb-component.html


viet4777

viet4777

Joo!BB - Newie
Joo!BB - Newie
Registered

Posts: 7

Joined Board
11/26/2008 18:04
Last Visit
02/08/2009 17:05
Offline User is Offline

View all users posts


Nice template
Exclamation Nice template
by viet4777 on 01/09/2009 16:48

This is really nice template.

Can't wait ....In Love Beer

Thanks for your contribution.
Quote by Unknown:Thanks for all your interest in this template. It is reassuring to see that it will be appriciated when released. Which will be alongside the release of 0.9.0 of JooBB, in January (I think thats what Robiie said anyway).

Also with another template called Joo!PP, which I will post some images of soon.

Smile


viet4777

viet4777

Joo!BB - Newie
Joo!BB - Newie
Registered

Posts: 7

Joined Board
11/26/2008 18:04
Last Visit
02/08/2009 17:05
Offline User is Offline

View all users posts


Code TAG bug
Post Code TAG bug
by viet4777 on 01/08/2009 10:32

Code

<img src="http://www.joobb.org/components/com_joobb/assets/emotions/skype/skype_0137-clapping.gif" title="Clapping" alt="Clapping" class="jbEmotion" /> <img src="http://www.joobb.org/components/com_joobb/assets/emotions/skype/skype_0143-heart.gif" title="Heart" alt="Heart" class="jbEmotion" />

The emotion icons are still parsed in CODE tag..
 


in CODE tag, no parse should be executed.


viet4777

viet4777

Joo!BB - Newie
Joo!BB - Newie
Registered

Posts: 7

Joined Board
11/26/2008 18:04
Last Visit
02/08/2009 17:05
Offline User is Offline

View all users posts


Great news with JooBB
Post Great news with JooBB
by viet4777 on 12/16/2008 14:09

Thank you the new version of JBB.

Smile

This is the great component for Joomla forum!

I will introduce JooBB for my friends.
I hope the stable version will be available soon. Clapping


viet4777

viet4777

Joo!BB - Newie
Joo!BB - Newie
Registered

Posts: 7

Joined Board
11/26/2008 18:04
Last Visit
02/08/2009 17:05
Offline User is Offline

View all users posts


Joo!BB - Joomla! Bulletin Board