dotcms

How to permalink to dotCMS events

To my knowledge, the only way to link to a Calendar event in dotCMS (from a Field element type with a WYSIWYG display type) would be for the user to hard-code it into the URL anchor so that it'll look something like events/event.dot?id=12345. This method is highly prone to breaking as dotCMS automatically replaces the old event with a ne...

How do i generate hubernate models for java dotCMS plugins

Hi I am trying to create a plugin for dotCMS. My plugin stores data in database. i defined hibernate mapping file and put in my plugin folder's conf dir and i have no idea how to hibernate generate models based my mapping definition. I am using hello world plugin's mapping file for mysql Any help or comment would be highly appreciated ...

Which open source cms has the most extensions ?

Hello, I am interested in a complex, mature and admin friendly cms. I am also searching the one with most extensions, packages, add-ons ... I found these to be the most popular: alfresco, drupal, ez, joomla, dotcms, plone ... Can you help me find the one I am looking for ? (dotcms and drupal are on my mind now) Thank you. ...

WCMS in PHP or Java (for java developers) ?

Hi everyone, In my company, we're a java developer team. For a project, we need to choose a web content management system (wcms) first. Can we choose a php one ? will we then have to learn php because our customer has some particular demands so we're likely to have to plug our own features... or can we add our plugins in java and find...

dotCMS: how to paginate content in a list?

Hi All, I am working on a dotCMS project where we are writing HTML, Javascript and Velocity - but no Java (there has been no need yet). In dotCMS, I need to traverse two relationships to come up with a list of all items of Structure C related to an instance Structure A where Structure A relates to Structure C which relates to Structure...

dotCMS 1.9 exception when running the buildSearch and ContentIndexation in dotScheduledJobs

When I go to the /dotScheduledJobs url and run the buildSearch job I get the following exception: exception: java.lang.ClassNotFoundException: com.dotmarketing.quartz.job.BuildSearchThread I am only having this problem in dotCMS 1.9, in the instnce of 1.7 I have setup this job runs fine. Any solutions oh help would be great. Thanks in a...

Getting email addresses of all users with the Administrator role

Hi All, We are using dotCMS 1.7a and I am having difficulty getting the email addresses of users in the Administrator role. This SQL works: select user_.emailaddress from user_ INNER JOIN users_roles ON users_roles.userid = user_.userid INNER JOIN role_ ON users_roles.roleid = role_.roleid where role_.name = 'Adm...