activeCollab forum

I’ve just installed forum (punBB) so we can communicate much easier

Purpose of activeCollab forum is to provide easy way for user to get involved in activeCollab development providing feature requests, bug reports, just chatting about possible applications etc, to get in touch with other users and development team or get support.

There are currently three boards:

  • General activeCollab discussions
  • Feature requests
  • Bug reports / Problems

Also, thanks to creators of punBB for making such a great script.

Posted on: 2006-07-02 10:21

Comments

avatar Guest 2006-07-06 2:45
Are there going to be upgradable packages in the future? When I say this, I mean, if I use this alpha version for production, will there be a seamless upgrade script that will allow me to upgrade the application without having to reload the whole program/users/clients?
avatar Ilija Studen 2006-07-06 4:27
After we hit 1.0 there will come an upgrade script for every new version. Procedure: update files, run update script and that’s it. It gets all the work done (table changes in database, data modifications if required etc).

That’s the plan. Things currently change too fast so that feature will not be available before 1.0 :(
avatar Guest 2006-07-29 5:16
I have been browsing and am excited about the way your project is developing. I am a current Basecamp user. I need to wait until 1.0 so I will be able to use activeCollab and not worry about long-term stability or accessibility of the data. When do you expect that milestone?

A side note – when I click the Forum link above it gives me a Page not Found message or similar. The link is to
http://forum.activecollab.com/
which seems pretty reasonable, so I’m not sure what the problem is.
Perhaps the problem is temporary, but I thought it would be useful to note it here.
avatar Guest 2006-08-02 3:11
Ilija,

When I type text into a task, it all gets displayed as a single line.

Is there any way of displaying task’s text as it is typed?

Regards,

Ashish.
avatar Ilija Studen 2006-08-02 4:42
Hi,

Please post activeCollab related questions on the "forum":http://forum.activecollab.com/ or open new ticket on "code.activecollab.com":http://code.activecollab.com/

You can change the task display, but you need to hack the code. Backup before you update the code! Open /application/views/task/task_list.php and replace:

<?= clean($task->getText()) ?>

with:

<?= nl2br(clean($task->getText())) ?>

That should do the trick.
avatar Guest 2006-08-03 12:21
Could active collab work with BMForum?
avatar Ilija Studen 2006-08-03 1:37
I don’t understand the question.

1. You ask if we could use BMF for our support forum? In that case answer is No because I don’t see any point in that.

2. You ask if we could integrate activeCollab with BMF in some way? In that case answer is Maybe. activeCollab will provide interfaces for easy integration, but the integration will not be done by activeCollab team. You’ll need to make it yourself or hire someone to do it for you.

Comments are locked

If you have something important to say about the issues discussed in this post please write at hi@a51dev.com.

Try activeCollab free for 30 days, No credit card required!

Instant access to activeCollab, no installation needed.

.tryactivecollab.com

If you are already a user of activeCollab, you can log in here.