Joo!BB must be run with php5.x
OT: Ich bin jetzt zu Faul dir raus zu suchen wo das nochmal genau steht
Joined Board
11/20/2008 15:54
Last Visit
03/13/2009 09:50
User is OfflineView all users posts
Hi Robbie,
with 0.7.7 u can said that we can "use" JooBB in live site?
Joined Board
11/20/2008 15:54
Last Visit
03/13/2009 09:50
User is OfflineView all users posts
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?
Joined Board
11/20/2008 15:54
Last Visit
03/13/2009 09:50
User is OfflineView all users posts
Joined Board
11/20/2008 15:54
Last Visit
03/13/2009 09:50
User is OfflineView all users posts
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...
Joined Board
11/20/2008 15:54
Last Visit
03/13/2009 09:50
User is OfflineView all users posts
Hi,
it would be nice to show the category in the breadcrum of the board, too...
greetings Devil
Joined Board
11/20/2008 15:54
Last Visit
03/13/2009 09:50
User is OfflineView all users posts
Hi,
sounds good. will test it.
Joined Board
11/20/2008 15:54
Last Visit
03/13/2009 09:50
User is OfflineView all users posts
Hi,
this sounds good. thx u.
I´m missing the "move" Function of Postings/Threads.
Joined Board
11/20/2008 15:54
Last Visit
03/13/2009 09:50
User is OfflineView all users posts
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.
Joined Board
11/20/2008 15:54
Last Visit
03/13/2009 09:50
User is OfflineView all users posts
Hi,
when a posting willl delete the posting count of the user will not decreased...
is it solved in svn?
Joined Board
11/20/2008 15:54
Last Visit
03/13/2009 09:50
User is OfflineView all users posts
Hi,
okay... didn´t show in svn
thx
greetings Devil
Joined Board
11/20/2008 15:54
Last Visit
03/13/2009 09:50
User is OfflineView all users posts
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();
to
Code
if ($isNew) {
$userPosts = $joobbUser->get('posts');
$userPosts++;
$joobbUser->set('posts', $userPosts);
$joobbUser->save();
}
and changes lines ~278
Code
$userPosts = $joobbUser->get('posts');
$userPosts++;
$joobbUser->set('posts', $userPosts);
$joobbUser->save();
to
Code
if ($isNew) {
$userPosts = $joobbUser->get('posts');
$userPosts++;
$joobbUser->set('posts', $userPosts);
$joobbUser->save();
}
Can someone test and report? thx...
greetings Devil
Joined Board
11/20/2008 15:54
Last Visit
03/13/2009 09:50
User is OfflineView all users posts
Hi,
is ther a away to make a "trash-forum" where the deleted post will be moved?
greetings Devil
Joined Board
11/20/2008 15:54
Last Visit
03/13/2009 09:50
User is OfflineView all users posts

