Joo!BB must be run with php5.x
OT: Ich bin jetzt zu Faul dir raus zu suchen wo das nochmal genau steht
Quote by Unknown:First I will implement search boxes. Than I will start implementing post attachments and some other features not implemented yet.
Hi,are there news about the file/image upload?
Hi,
why u using the jquery framework and not the mootools framework?
greetings Devil
Edith:
I see the jquery is only for hide/show category, will try out a solution with mootools...
Hi,
it would be nice to show the category in the breadcrum of the board, too...
greetings Devil
Hi,
this sounds good. thx u.
I´m missing the "move" Function of Postings/Threads.
Hi,
i think RSS Feeds will come...
otherwise it is not "a big" Problem to Implement it.
I will take a look and test to implement it. Give me 1-2 weeks.
To the Developers: Is it planed ?
After a year i think JooBB is a good forum for Joomla and i will use it on my Site, switching from SMF. But i will start with a blank Forum.
Hi,
when a posting willl delete the posting count of the user will not decreased...
is it solved in svn?
Hi,
okay... didn´t show in svn
thx
greetings Devil
Hi,
every time a user edit an own Post his Posing Count will increased by 1.
I think the "error" is in this File:
joomlaroot/com_joob/controller/joobb.php
Solution!?!:
change line ~388:
Code
$userPosts = $joobbUser->get('posts');
$userPosts++;
$joobbUser->set('posts', $userPosts);
$joobbUser->save();
if ($isNew) {
$userPosts = $joobbUser->get('posts');
$userPosts++;
$joobbUser->set('posts', $userPosts);
$joobbUser->save();
}
$userPosts = $joobbUser->get('posts');
$userPosts++;
$joobbUser->set('posts', $userPosts);
$joobbUser->save();
if ($isNew) {
$userPosts = $joobbUser->get('posts');
$userPosts++;
$joobbUser->set('posts', $userPosts);
$joobbUser->save();
}
Hi,
is ther a away to make a "trash-forum" where the deleted post will be moved?
greetings Devil