Login or Register

RSS IconRecent posts in this topic

avatar
ken on Sep 26. 2007. 3:07 pm
Hi

I am currently using the free version for my advertising company and love it.

I have put all my companies online applications into one hat to make it easier for our clients to associate these tools with us. Your product is one of the tools we use to collaborate with our clients. I am going to be moving to your commercial version, and want to continue to maintain the look and feel I have been going with the free version.

I assume this is still going to be possible with the commercial version?

I also wanted to post here and ask 2 questions?

1. I want ensure I am not stepping on your toes so to speak with my redesign of your product to match my own look and feel. Is this okay?

2. Do you offer any re-selling or partnering options? Or do I simply point anyone interested in your product to purchase a license themselves?

-Ken

avatar
Ilija Studen on Sep 26. 2007. 3:27 pm
Hi Ken,

#1 - You will be able to change the look and feel of activeCollab setup using good old CSS.

#2 - We don't have reseller program at this point.
activeCollab team member
avatar
petvrg on Sep 28. 2007. 10:31 am
Hi there :)
I'm implementing activeCollab on my free hosted site to make easier communication on student's projects.

The server puts forced ad on every page that floats on lower left corner of the screen (scrolling won't help) and I have to click x button to close it, before I can see the text underneath it.

I want to put the ad below the "Powered by activeCollab 0.7.1"signature, on every page, adding the code
<div class="adds"><script type="text/javascript" src="http://xxxxxx/dh_468x60_clean.php"></script>

The problem is, I don't really know php, and can't tell if there is a file that generates that signature on every page, so I could add my code below it.
Any help? Thanks!

Ilija, prelepo je!
avatar
lighty on Sep 29. 2007. 6:21 pm
Hi,

You have to modify these files:

dashboard.php, project_website.php, account.php, administration.php

they're located in

<activecollab directory>/application/layouts

just before the

<!-- /content wrapper -->

located in:

administration.php => line 104
account.php => line 102
dashboard.php => line 102
project_website.php => line 124

put

<div class="adds"><script type="text/javascript" src="http://xxxxxx/dh_468x60_clean.php"></script>

then play with the "adds" class in your css to make it center, like a text-align: center

Not tested as I just looked into the code, but it should work.
Walid Iguer
avatar
petvrg on Sep 30. 2007. 6:33 am
it works! thanks a lot :)
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.

RSS IconRecent posts in this topic