Questions tagged [dotcms]

DotCMS is an open source Java based Content Management System (CMS) or if you prefer: Web Content Management system (WCM). It is highly scalable and targets enterprise level websites.

DotCMS is an open source Java based Content Management System (CMS) or if you prefer: Web Content Management system (WCM). It is highly scalable and targets enterprise level websites. More information about dotCMS can be found on their website: https://www.dotcms.com/

102 questions
1
vote
1 answer

Where do I put JS files that are missing in dotCMS?

I set up a new install of dotCMS to research for possible deployment. The initial demo site that comes with it did not work, so I extracted the starter zip file and moved the assets to the asset folder in dotCMS. Going to the index page, flexslider…
ahhchuu
  • 441
  • 2
  • 7
  • 17
1
vote
1 answer

DotCMS Connecting to the database

I downloaded dotcms_2.3.2.zip I have followed this documentation http://dotcms.com/docs/latest/InstallingFromRelease I changed the url, username and password in ROOT.xml MSSQL
1
vote
1 answer

dotCMS: photogallery - Error creating thumbnail

I try to launch a photogallery in dotCMS 2.1. But I can't see the thumbnails and photos. I tried two ways: 1) using a macro #photoGallery('/img/gallery/clenove') I don't see the thumbnails in this case. If i click on a photo, it occurs only if I…
jan2jen
  • 33
  • 6
1
vote
1 answer

Point android emulator to local domain

I apologize in advance, I'm not sure what category this question fits into, if you do know, please tell me and i'll update the tags. I've got a very puzzling problem. I've got an android application that I want to use to make REST API calls to the…
greenkode
  • 4,001
  • 1
  • 26
  • 29
1
vote
1 answer

dotCMS edit a menu

I cannot figure out how to edit a menu in dotCMS. I have been assigned the task of removing an item off a menu. If I login to dotCMS and navigate to the URL it will show the page integrated with the CMS. It shows a up-down arrow box for adjusting…
2Yootz
  • 3,971
  • 1
  • 36
  • 31
0
votes
2 answers

How to get current year in dotCMS?

How to get current year in dotCMS? I need to display it in footer copyright. I am try this $date.format('YYYY', $UtilMethods.getCurrentDate()) but not working.
user989999
0
votes
1 answer

Can't get dotCMS installed

I have downloaded dotCMS zip folder and war file. I have been looking at the install instructions for windows which says to use the exe file and install from there. There is no exe file in the folders and the windows batch startup file does not run…
0
votes
1 answer

dotCMS Plugin Development

I have to develop a plugin for dotCMS. The problem is there is not a lot of information about plugin development in dotCMS' site. In their site they say a good way to start is to look at the example plugin and start from there, but I find it…
Adrian Matteo
  • 987
  • 1
  • 10
  • 28
0
votes
0 answers

DotCMS or Tinymce: Remove the "Edit Image" option in a Binary field

We have a binary field that accepts only images (accept=image/*)? Is there a way to remove the "Edit Image" option? Note: I can also use tinymce. Thanks a lot!
hotchoco
  • 77
  • 1
  • 4
0
votes
0 answers

dotCMS not indexing URL mapped content

I am running dotCMS 21.06.14, and having a problem with the Elasticsearch-based "Site Search" feature. Specifically, URL Mapped content (from content types with dynamically generated detail pages) is not being saved to the ES index. According to the…
nttaylor
  • 788
  • 3
  • 11
  • 25
0
votes
1 answer

dotcms osgi plugin from examples web interceptor

I'm evaluating dotcms through the docker demo, version 22.02 I'm trying the plugin samples provided by dotcms, example: https://github.com/dotCMS/plugin-seeds/tree/master/OSGi/com.dotcms.webinterceptor I can build the plugin and deploy it through…
0
votes
1 answer

problem with formatting date inside velocity template

im trying to create a sitemap via velocity template in dotcms this is my code #set($articles =…
Nooblike
  • 150
  • 1
  • 10
0
votes
1 answer

Is there any way to check a field against Regex as a user is typing in Velocity?

I'm trying to get some code working in DotCMS that will check as a user types against Regex (for password validation). I already have the Regex sorted but i can't find any way to do a positive look ahead on the field as the user types.
smib98
  • 3
  • 1
0
votes
1 answer

How do I export a website made in Dotcms?

I'm trying to save one of my websites (with all its files) to my pc so i can upload it to another server. I've tried using Httrack and wget but with both I only got a small part of the images and most of it was scattered in a new folder called…
ZuZu
  • 1
0
votes
2 answers

Can anyone identify what language this code is?

I'm trying to identify what language this code is (being used in DotCMS) so i can learn to code it. Any help identifying this would be massively appreciated. Code has been desensitized. #panelStart('XXX.XXX' )
smib98
  • 3
  • 1