In your pullquery you do something like +c1234c:on 1234 is the category inode. Do a query on the backend of dotcms with content that has categories and click...
Hi all, i want to make my own plugin in dotCMS and for that i'm trying other already built plugins to work with dotCMS. so,as an eg i've chosen font resizer...
Well there is alot here. But to start you built your plugin wrong You don't need to call the build.xml in the plugin itself. From the root of dotcms do a "ant...
I just use a a couple lines of javascript and a cookie to do font resizing, which works exactly like what you see on...
Paul McCall
pmccall@...
Jul 1, 2009 2:41 pm
5136
Hi all I am already working on a project on dotcms and i have to change the computer which dotcms is installed. But i dont want to lose any of work that i have...
Hi all, i want to make my own plugin in dotCMS.and i'm very fresh to dotCMS so dunno really from where to start.i'm describing my requirement below, ... ...
... see i dunno how you have implemented this functionality.just as an example i've chosen this plugin from the dotCMS site there's no logic or any reason b/h...
take a look at the hello world plugin. To run it just copy it to /plugins dire at athe root of dotcms. so you willl have plugins/hello.world/** then from the...
For those who haven't seen it or heard yet, we have released 1.7a. This is the first update/patch to the 1.7 feature set. It hardens 1.7 which has already...
Hey all, Is there any way to add the functionality of deleting a file from the website browser? You can delete a folder but not a file unless you select the...
Is it possible to use a #pullContent and query to populate a select or multiselect when setting up a new structure? (I'm making a widget for pulling contact...
Kevin Kirchner
kevin.kirchner@...
Jul 2, 2009 7:02 pm
5145
It is sort of a hack but you can do it. There is a hint field for each field on a structure. For some reason it will allow you to put javascript into it. I put...
WOW! Glad I asked. I never would have thought of that. I'll give it a shot. Thanks. ... From: dotcms@yahoogroups.com [mailto:dotcms@yahoogroups.com] On Behalf...
Kevin Kirchner
kevin.kirchner@...
Jul 2, 2009 7:30 pm
5147
... see as per your suggested way,i've deployed the hello world plugin.here i'm describing the procedure which i've performed till now. - first copied the...
Why did you add stuff to the plugins.xml and run the build in the hello.world directory. Take a look at original response which says not to do any of this :-)...
... thanx for your support. its ok i've done everything as you told nothing more or less than that. i've removed stuff from plugins.xml file and didn't run...
I would start fresh. 1. Get a clean checkout. 2. Do not import into Eclipse, there are other things to be aware of when working with dotcms and plugins within...
Just make sure you include dwr in your page: <script type='text/javascript' src='/dwr/interface/ContentletAjax.js'></script> <script type='text/javascript'...
Hi All, I need very small help. I want to compare two strings in velocity. I did it like this following... #if($string1 == $string2) { Condition True } Nothing...
hi , i'm using the #pullContent , and in the ordrer by (+ sorting) section , i'm trying to give a dynamic (variable) vlaue. example : . . . #set($orderByField...
... Thanks very much for your kind support. here i've followed all the steps as you have suggested till point number 5. and hello world plugin is also deployed...
Hi all, I want to separate my hosts, so a certain user is only able to view and modify the Websites, Files and Templates that are filed under "his" host. Is...
Hi All, I am writing pullConent for search on one structure.So i written like this following #pullContent('+structureInode:1122 +text5:usa +languageId:1...
Must be something wrong with the usa. If you go in the backend in the search content can you enter usa and search? If you get results use the show query link...
Have you followed step 6 :-) that explains how to add the portlets. 6. Add the portlets to a page/tab withing dotcms backend. Use personalize ... under ... ...