Hippo Channelmanager Sitemap not editable - hippocms

We're stuck in the Hippo Channel Manager when adding a page. The docs say that the option should be enabled when there is a prototype page. Well, we have it, but the Channel Manager says: sitemap not editable. I've tested it with a 'clean' maven generated project with some sample content: same message. Find a screenshot attached. What am I doing wrong?

I can't reproduce this. I have a 11.1 archetype project with simple content (from essentials) and copied the the homepage to the prototype pages. This works. I need more detail about what you have done to know why it doesn't work. In order for this to be activated you have to have a prototype page (obvious) and a workspace. Now you should have a workspace anyway so this should not be the issue, but perhaps you have changed some authorization?

Problem solved by doing a complete 'reconfigure' from scratch and re-applying all my changes. Sorry for bothering you.

Related

requirejs support for remotely loaded dojo with ArcGIS/ESRI

I'm working on a project with ArcGIS/ESRI in WebStorm. According to the documentation, "Dojo is included with the ArcGIS JavaScript API so there is no need to host/reference/install it." This means WebStorm has no idea what require is:
How do I add support without installing Dojo/require?
Was just going to comment, but can't yet?! Anyway, I had to reengineer my web-site dev-ops to account for the ESRI javascript API. I am using 4.6 though...
The API, which includes dojo, may be installed, but it has to be configured into your site. Once you reference dojo/dojo.js, all will be good. But you need the config set-up first.
Start here:
https://blogs.esri.com/esri/arcgis/2015/11/13/using-bower-for-custom-builds-of-arcgis-api-for-javascript/
https://blogs.esri.com/esri/arcgis/2015/11/13/using-bower-for-custom-builds-of-arcgis-api-for-javascript/
There is a link to the API javascript resources. This will really help understand the process!
https://github.com/Esri/jsapi-resources
Also don't miss:
https://dojotoolkit.org/documentation/tutorials/1.10/modules_advanced/
https://dojotoolkit.org/documentation/tutorials/1.10/dojo_config/
http://dojotoolkit.org/documentation/tutorials/1.10/build/
I am just getting this stuff "almost" working. And actually had a build question to post and saw this. Hope it helps. I was using AMD and thought I had to go the requirejs route, but the dojo stuff worked out better for me. Check them both out and see what works for you! Good Luck!

Netbeans 7.2 not reflects modification on html, jsp pages

Recently i moved from netbeans 6.9 to Netbeans 7.2, while working on 6.9, i have handy functionality of after deployed my project if i do modifications in html or jsp pages i can see when i refresh the page in browser. But while using 7.2 it's not available, so each time i need to build, and deploy for changes get updated.
So i gotta few suggestions like
1)
Check->Compile on save in project properties
Uncheck->Deploy on save in project properties, but still it's not working.
Any idea what i have missed.
Thanks in advance.!
I must say this scenario works fine for me - I don't see any problem. What kind of project are you using - Ant-based or Maven-based? The best thing would be if you can file a P2 issue in the netbeans.org bug database, so we can investigate. Thank you.
This happened to me as well. I tried renaming the project to a new name not the project folder and re run. It worked for me. Try for yourself.
Nitin.

TracStatsPlugin there is no code stats

Sorry for my language. I have problem with TracStatsPlugin. I added in trac.ini following lines:
[components]
tracstats.* = enabled
[stats]
root = /home/tracDirectory
Now I have stats for wiki and tickets but no for code. What can be wrong ? I add that I have configured svn repository and I can browse source using trac.
A salvation can be other stats plugin to trac, but I can't find nothing good in google.
What browser are you using? If you are using Internet Explorer, try using Firefox or Chrome and see if the problem persists. I am using the TracStats plugin and I see similar problems. The problems are only seen in Internet Explorer, though. After poking around with the debugger, it looks like there's an IE-specific bug in one of the Javascript libraries that the plugin uses.
Question was aced long time ago, but google show it in first places so I put what I found here.
Once there was ticket on TracStatsPlugin Github about issue: https://github.com/mrjbq7/tracstats/issues/25 so some workarounds can be found in it comments.

Are there any good tutorials for using ShareKit?

Does anyone know of a good tutorial that is easy to understand for ShareKit? I've looked but found nothing. I'm pretty new to Xcode.
The GitHub wiki for ShareKit v2.0 has a great page titled Installing ShareKit that should help you get up and running with the latest incarnation of this project.
The source tree also has an xcodeproj file which contains sample code showing how to integrate ShareKit into your own project.
You can checkout the documentation given in http://getsharekit.com ...after you downloaded and attached to your project open config file and read the comment lines given before each methods in it...it will direct you to correct way...There is no exact tutorial for it...If u got any specific issue then ask a question here..we are ready to answer...

Couldnt find Osirix Plugin Generator. How to start to develop plugin for osirix?

As per the links at Osirix webpages, the link https://osirix.svn.sourceforge.net/svnroot/osirix/plugin seems to be destroyed where Osirix Plugin Generator apple script and the tutorial for developing plugin for osirix are present. Please guide how to start for developing a simple plugin for osirix in obejective C. Thanks!
They moved the project over to Github. Here's the plugin generator and samples link:
https://github.com/pixmeo/osirixplugins
Like Nelson Terra said, you can find the generator in the /_help directory. The other folders are all sample plugins you can check out. As for a guide, this site helped me when I first started with OsiriX:
http://osirixpluginbasics.wordpress.com/
Also here's a good forum that has a lot of useful snippets:
http://groups.yahoo.com/neo/groups/osirix-dev/info
You can find some documentation here:
http://osirix.svn.sourceforge.net/viewvc/osirix/Documentation/Guides/Development/index.html
I had the same problem and I just found this project: https://osirixplugins.svn.sourceforge.net/svnroot/osirixplugins . In this project you can find the /_help directory and inside it the osirix plugin generator, I will try this...good luck for us.
The new plugin template is in the folder called
osirixplugins/_help/MyNewPluginTemplate/
at the github repository:
https://github.com/pixmeo/osirixplugins.git
You can use that and customise the code. This works instead of a Generator script...