Search found 32 matches

by mokarram
Sat May 26, 2012 7:25 pm
Forum: OpenEMM Contributions
Topic: Joomla! extension
Replies: 6
Views: 19463

Re: Joomla! extension

Hi Outlaw,

I would be interested in contributing to your efforts by making your solution 2.5 compatible.

I have some experience with custom 2.5 modules, plugins, and templates.

Regards
by mokarram
Mon Mar 26, 2012 8:52 pm
Forum: Installation & Upgrades
Topic: startup.sh not found
Replies: 3
Views: 5552

Re: startup.sh not found

Check your tomcat installation path
Should be /opt/openemm/<tomcat-version>
and linked correctly as "tomcat"
by mokarram
Wed Mar 21, 2012 1:26 pm
Forum: Using OpenEMM
Topic: Agnitas Admin entry on top of page
Replies: 1
Views: 2520

Re: Agnitas Admin entry on top of page

And 2 hours later he finds out that......... The entry Angitas Admin is set in the table company_tbl in the column "shortname" You have to change that value and then restart the Mysql server and log out of Openemm and then log back in. It seems that the logical way to set it would be in th...
by mokarram
Wed Mar 21, 2012 11:34 am
Forum: Using OpenEMM
Topic: Agnitas Admin entry on top of page
Replies: 1
Views: 2520

Agnitas Admin entry on top of page

I created a new user in Openemm 2011 and gave it some rights and took away some rights. However when the user logs in, they see on the top left (Agnitas Admin) I went through message properties and played around with some titles, but cannot find the way to change this. Anyway of changing this so its...
by mokarram
Wed Mar 14, 2012 10:44 pm
Forum: Suggestions
Topic: xml for class file configuration
Replies: 0
Views: 8778

xml for class file configuration

Something as simple as an xml configuration file for things like minor changes to the UI would go a very long way in terms of user acceptance. That would make playing around with class file unecesary unless you want to make a major change. Ultimately the ideal scenario would be to have customized co...
by mokarram
Wed Mar 14, 2012 10:38 pm
Forum: Development
Topic: How would you like the OpenEMM sourcecode ...
Replies: 23
Views: 46599

Re: How would you like the OpenEMM sourcecode ...

with a bit more clarity when it comes to the documentation of things like Jars and dependancies. If the objective is to increment the use of the software and make many more people and institutions use it, then we require the ability to change things like standard layouts of default views. I think th...
by mokarram
Wed Mar 14, 2012 7:00 pm
Forum: Development
Topic: Recipients --> Overview --> add column "Company"
Replies: 15
Views: 20794

Re: Recipients --> Overview --> add column "Company"

So I manged to complete the complie process. What I did was to go to the /home/openemm/webapps/openemm/classes and from there created a jar file: jar cvf my.jar org Then I have collected all of the jars and placed them into /home/java The next thing is to javac and point the claaspath argument to /h...
by mokarram
Wed Mar 14, 2012 11:43 am
Forum: Development
Topic: Recipients --> Overview --> add column "Company"
Replies: 15
Views: 20794

Re: Recipients --> Overview --> add column "Company"

You are a patient man... javac -classpath .:/home/openemm/webapps/openemm/WEB-INF/lib/* /home/oe/OpenEMM-2011-src/src/java/org/agnitas/beans/impl/RecipientImpl.java Gives me : a:33: cannot find symbol symbol : class BindingEntry location: package org.agnitas.beans import org.agnitas.beans.BindingEnt...
by mokarram
Tue Mar 13, 2012 10:09 pm
Forum: Development
Topic: Recipients --> Overview --> add column "Company"
Replies: 15
Views: 20794

Re: Recipients --> Overview --> add column "Company"

Still no luck... I have the following in the direcotry /home/openemm/webapps/WEB-INF/lib ajaxanywhere-1.2.1.jar jakarta-oro-2.0.8.jar ajaxtags-1.3-beta-rc7.jar jakarta-standard-1.1.2.jar annotations-api.jar jasper-el.jar antlr-2.7.4.jar jasper.jar apache-log4j-extras-1.1.jar jaxrpc.jar asm-attrs.jar...
by mokarram
Tue Mar 13, 2012 12:54 am
Forum: Development
Topic: Recipients --> Overview --> add column "Company"
Replies: 15
Views: 20794

Re: Recipients --> Overview --> add column "Company"

I placed the jar library file and modified openemm_build.xml file accordingly (placed it in /home/oe) and pointed script to it along with its name change: OpenEMM-2012_M1-JARs.tar.gz I do not get any Spring package errors and the build occurs with warnings - so I think that my Jars setup is right .....
by mokarram
Sun Mar 11, 2012 10:27 pm
Forum: Development
Topic: Recipients --> Overview --> add column "Company"
Replies: 15
Views: 20794

Re: Recipients --> Overview --> add column "Company"

OK Thanks for clearing that up for me. Sometimes its better to know what one will get into before opening the whole can of beans! In this one you have definitely helped me because now I know I have to attemp a clean complie of openemm based on the source code in order to change default views. For th...
by mokarram
Sat Mar 10, 2012 10:53 pm
Forum: Development
Topic: Recipients --> Overview --> add column "Company"
Replies: 15
Views: 20794

Re: Recipients --> Overview --> add column "Company"

Good evening, I wanted to avoid this tonight but there is no way! I have read and reread your response about 12 times :) From what you say, my limited jsp knowladge tells me that the class files you mention are responsible for limiting the DB output for recipient data on the list to the default feil...
by mokarram
Sat Mar 10, 2012 7:47 pm
Forum: Development
Topic: Recipients --> Overview --> add column "Company"
Replies: 15
Views: 20794

Re: Recipients --> Overview --> add column "Company"

Customer specific data as mapped by Table doc show that in table: openemm.customer_1_tbl default feilds (firstname, lastname, etc) mixed in with custom feilds (tel, company,etc). I cannot get a new feild to appear on the recipient list view. I added: <display:column class="name" headerClas...
by mokarram
Wed Mar 07, 2012 6:14 pm
Forum: Using OpenEMM
Topic: changing colums in default recipient view
Replies: 1
Views: 2514

changing colums in default recipient view

I was wondering if it is possioble to display custom feilds on the default reciepient layout by changin the following code: Location: /home/openenn/webapps/openemm/recipient/recipient-list.jsp <display:table class="list_table" pagesize="${recipientForm.numberofRows}" id="rec...