| Topics |
|
The users of my site have major problems understanding the new 2.8 "create page" and "create child page" buttons, especially as the latter comes and goes depending on the ... ...
written 12/01/2006 by Colin_E
4 replies
|
|
Hi,
Is there a simple way to list the details of all the users on a wiki. I'd like to collect everyone's email address, but the only way ... ...
written 02/08/2007 by hamptor
2 replies
|
|
A forum on our site has Read, Write, Create Sub-Pages and Add Attachments set to a list of users, and in that list is a Group. When logged in ... ...
written 01/27/2007 by rcomeau
1 reply
|
|
I want to change the value of a hidden property of a page (A) from another page (B)? Is it possible? How to do that? Is it possible that the ... ...
written 12/04/2006 by abulhaaris
1 reply
|
|
This is a question that's been in the back of my mind for a while. Now I have a real example.
I have one page form that adds a ... ...
written 11/28/2006 by Colin_E
Latest 3 replies (view all 6)
|
|
As usage of our hosted site goes up, the results of new users experimenting is a lot of detritus like empty and orphaned pages.
I found Scott's very useful ... ...
written 11/24/2006 by Colin_E
3 replies
|
|
I want to dynamically query another website, read the JSON data that it returns, display the result on the page and save this into the wiki. My problem is that ... ...
written 11/08/2006 by mjambon
Latest 3 replies (view all 7)
|
|
I want to hide #jot-search for a particular page. I am writing the following lines but they do nothing#jot-search { display:none;}However, when i insert dislay:none ... ...
written 11/18/2006 by abulhaaris
1 reply
|
|
Hmm. I just went to use the page-moving trick in our recently upgraded 2.8 site.
I.e. change the page name to a full WikiHome-based path, including ... ...
written 11/14/2006 by Colin_E
Latest 3 replies (view all 5)
|
|
Going in circles now trying to figure this out. Here's one approach that doesn't work. Am I on the right track?
http://mywiki.jot.com/_/cmd/saveForm?form ... ...
written 11/15/2006 by irobot
|
|
After installed VMware and ran the Jotspot server beta edition, I saw as below
Jotspot1 login:
How can I log in the local jotspot server?
I could not find possible ... ...
written 11/09/2006 by Naoki
3 replies
|
|
I would like to custermize Forum application and ProjectManager application. As far as I look at the jot website, I could not find entry point to access source code for ... ...
written 11/09/2006 by Naoki
3 replies
|
|
When I create 'KbSearchBox', one of the form of KnowledgeBaseSource here
http://developer.jot.com/WikiHome/WikiZone/KnowledgeBaseSourceCode
An error called 'The name "xmlns" is not legal ' error occured. What ... ...
written 11/09/2006 by Naoki
2 replies
|
|
Are there any examples/documentation on the new Spreadsheet page type available in 2.7/2.8? I'm currently a big forms user and would like to use Spreadsheets ... ...
written 11/08/2006 by billschuller
1 reply
|
|
The following code:
try {
jot.lib.savePage({
path: pg.path,
pname1: "ISIPKB/publisher",
pvalue1: pub,
pname2: "ISIPKB/pubDate",
pvalue2: "",
ptype2: "date",
pname3: "ISIPKB/stakeholderType",
pvalue3: null,
pname4: "ISIPKB/refType",
pvalue4 ... ...
written 11/03/2006 by Colin_E
4 replies
|
|
Our production Wiki is still running 2.5.5. I am looking at copy that has been upgraded to 2.8 to check it is ok before we upgrade the ... ...
written 11/02/2006 by Colin_E
2 replies
|
|
I want to insert content at an extension point using SSJS, but can't find the docs. All routes through the documentation say there is a SSJS call (presumably jot ... ...
written 10/18/2006 by Colin_e
Latest 3 replies (view all 5)
|
|
I'm trying to write code to insert into a (non-wiki) HTML page that will allow users to bypass the JotSpot login page. The idea is that the page ... ...
written 11/02/2006 by AndrewKB
1 reply
|
|
Hello,I'm trying to create a search which pulls a set of upcoming events from a Calendar. I can get the results to display the Event Title, but I ... ...
written 11/01/2006 by rjohansson
3 replies
|
|
In my site, there is no way to pick users to add to a group!! I'm talking about the page /Group_Management/My_Group. When I edit the group ... ...
written 10/30/2006 by korczowski
|
|
I've run across a couple of situations where it would be helpful to include a list of the most recent blog post titles with links (say 3-5) on ... ...
written 10/26/2006 by rjohansson
1 reply
|
|
By Defalut Users can create freely new ' Project 's in current ProjectManager Module. However I want toLIMIT capability to create 'new project ' for only admin-selected usersSince if ... ...
written 10/29/2006 by Naoki
|
|
Version 2.7 viewed in IE 6.0. I like to start my pages with a Horizontal Rule but this has caused real problems with WYSIWYG editing. I now find ... ...
written 10/17/2006 by AndrewKB
4 replies
|
|
Hello. I am working on some code that needs to do multiple layers of validation. I want to know how to make an empty 'array' so I can test on ... ...
written 10/18/2006 by briannelson
Latest 3 replies (view all 5)
|
Jotscript interpolates property values into HTML using the \${expression} syntax.
My question is, if I write an SSJS function that returns XHTML, what's the syntax to interpolate it into ... ...
written 10/06/2006 by Colin_E
3 replies
|
|
Is there a good way to integrate maps into Jot pages (from
Google or other outside source)? I have seen a few pages on this topic on the user
community ... ...
written 10/12/2006 by jchristie
2 replies
|
|
In this application some fields are customizable and some are constants. It seems that only the customizable fields can be made "required", i.e., in a point and click way ... ...
written 09/16/2006 by korczowski
3 replies
|
|
I'm just learning how to control my wiki so I hope you don't mind the "newbie" question.
I want to make a small change to the login page ... ...
written 10/12/2006 by aerobat
1 reply
|
|
Most of the example Jot code uses text/numeric/date property types.
I'm having some difficulty working out how to handle Wiki fields, specifically operations like-
* Convert a text ... ...
written 10/10/2006 by Colin_E
Latest 3 replies (view all 5)
|
|
Bear with me, as I'm better at writing documentation than building apps! I'm trying to build a simple registration app where the user can select the class they ... ...
written 09/28/2006 by debadair
3 replies
|
|
I am working on a KnowledgeBase application that is similar to the Jot standard KB app, but with a lot more fields in the data form.
Jot's standard page ... ...
written 10/03/2006 by Colin_E
Latest 3 replies (view all 15)
|
|
Hi,I am using the event calendar, and although my hyperlinks are appearing correctly (previous month and next month), when you click on them, they just return the user to ... ...
written 10/02/2006 by hjs1685
Latest 3 replies (view all 12)
|
|
Hopefully a simple question.
I have a "Meeting Manager" app that can now be added to a page by applying a form, more robust than using jot:include.
In use ... ...
written 10/06/2006 by Colin_E
Latest 3 replies (view all 7)
|
|
I tried to use the showlog function exactly as described in the Admin.getLogEventsRef page.
Code (SSJS):
var errors= jot.lib.admin.showLog();
jot.out.write("Log: " + errors);
However this ... ...
written 10/08/2006 by Colin_E
Latest 3 replies (view all 5)
|
|
I noticed that whenever my name shows up in the "recent changes" on this wiki, it's the red dashed underscore, indicating that there's a profile page for me ... ...
written 10/05/2006 by TCatNG
2 replies
|
|
I have a jotlib search call that works-
<jot:search forChildren="${page/path}" filter="it/ISIPKB/kbName= '${args/kbName}'" />
However if I translate this verbatim into SSJS-
var kbPages= jot ... ...
written 10/05/2006 by Colin_E
Latest 3 replies (view all 9)
|
|
I am trying to set up a Wiki such that most users cannot read administrative pages. I have controlled write/owner permissions successfully but my users can still READ pages ... ...
written 10/04/2006 by aerobat
2 replies
|
|
So I've really wanted to do local development using ant or whatever (I like the simplicity of Thom's new tool). But there are some missing links in the ... ...
written 10/04/2006 by dianesoini
1 reply
|
I would like to make the forum creation option available to all users of the forum (not only the admin), is it possible?
In the DefaultForumDashboardFooter code, there's this ... ...
written 10/02/2006 by ibere
1 reply
|
|
I am trying to add ASCIIMathML to my jotspot wiki (see http://www1.chapman.edu/~jipsen/mathml/asciimathdemo.html). Only a single script called "ASCIIMathML.js" is required to render ... ...
written 10/01/2006 by vermorel
2 replies
|
|
I have an email handler that was working on v2.3.3. I have two problems now.1. The email is no longer being sent. I've logged the data ... ...
written 09/28/2006 by swood
2 replies
|
|
This is probably a dumb post - but I'm stumped...need more coffee...
I have a form that dynamically builds checkbox fields based on an array. This works fine and ... ...
written 09/28/2006 by kathleen
2 replies
|
|
I want to add a group of 500+ users. The problem is that I when they sign in their username is set on the emailadress at which they have been ... ...
written 09/28/2006 by Esther
1 reply
|
|
I’m trying to develop a simple knowledge base that can be searched using filters.
Here is an
example:
Search page has a few drop down
lists with pre-set ... ...
written 09/26/2006 by JasonKangas
1 reply
|
|
I'm new here and need a little clue!how can i change it so that when a visitor comes to my home page, they don't get the registration ... ...
written 08/08/2006 by fortressgame
Latest 3 replies (view all 18)
|
|
I'm using the self-registration app in my wiki, but I would still like to make my wiki accessible only to registered users. Is there any way to customize ... ...
written 09/13/2006 by ibere
Latest 3 replies (view all 5)
|
|
Hi All, I saw recently Active Member list on the left sidebar bottom of Developer Forum but i couldn't understand that this list show a number for every member ... ...
written 09/20/2006 by triplepointjotcom
2 replies
|
|
hi all,I've just created my first knowledgebase and want to add a link to it on my homepage. Can't be difficult, but I can't find any ... ...
written 09/20/2006 by mcol
3 replies
|
|
I want to set permissions, but it doesn't work properly. When I set Read to Public, it works, but when I want to set Write to Public and then ... ...
written 09/27/2006 by esther
|
|
This does not makes sense?...
written 08/25/2006 by Jay007
3 replies
|
|
This is a really weird question. I was checking out the new spreadsheet app on my very old wiki that was recently updated. Does the spreadsheet app come with a ... ...
written 09/19/2006 by dianesoini
3 replies
|
|
How can we change login logo on login page ? how can we change background color of login page ? can we change look & feel of login page ?
...
written 08/24/2006 by triplepointjotcom
2 replies
|
|
Hi, I'm trying to use the Bug Tracker application for something slightly left of what it was originally intended for.. tracking jobs through a QA process. I've managed ... ...
written 09/19/2006 by HJS1685
2 replies
|
|
Just to make sure before I do this -- Can I bulk upload user pages <.../_Admin/Users/TomK> created in wiki A to wiki B? Does it matter that the users ... ...
written 09/19/2006 by korczowski
2 replies
|
|
this just doesn't work well for me using FF 1.5 for Mac. What does "show only your images" mean? Even with a relative handful of images in the ... ...
written 09/19/2006 by korczowski
1 reply
|
|
Hi, i am trying to use spredsheet app but i am getting some problems to use this frequently. i tried to import an excel sheet with spredsheet app but whenever ... ...
written 09/18/2006 by triplepointjotcom
|
|
Maybe this has to do with the upgrade that happened today? The group directory won't load the thumbnail portraits that appear in the first column of the list view...
written 09/14/2006 by korczowski
Latest 3 replies (view all 5)
|
|
I have a list of values that I search for and turn into a list of select values with
<jot:input name="empresa" selectOptions="${empresaList}" value="Seleccionar"/>
empresaList is a ... ...
written 09/07/2006 by korczowski
Latest 3 replies (view all 7)
|
|
Just wondering if there's an alternative to adding a bunch of users one at a time? Saw a question posted back in January--is there anything new on this ... ...
written 09/15/2006 by debadair
1 reply
|
|
I recently used the importer tool (which looks very useful) to import data from an Excel spreadsheet.
One column in the sheet held web addresses (links), this column was imported ... ...
written 09/10/2006 by Colin_E
Latest 3 replies (view all 6)
|
|
Hi,I have an RSS feed set up at the following URL:http://edge.intra.bt.com/Web20/AllPodcasts?format=rss-2.0&jotExportId=TableTag0&jotPage=%2FWeb20%2FAllPodcastsWhen my ... ...
written 09/14/2006 by jonathanlisterbtcom
1 reply
|
|
Hi all, Data cabinet is a really appreciable but i have a problem with this, i have created a hierarchy of pages and i want to creat a Data Cabinet ... ...
written 09/14/2006 by triplepointjotcom
1 reply
|
|
In jstl the forEach tag has a varStatus property that you can use to determine the count in the loop. You can use the varStatus to determine even/odd rows ... ...
written 09/12/2006 by dianesoini
2 replies
|
|
i found this basic code in the docs and i am getting unable to parse XML
<jot:script> jot.out.write("<ul>");</jot:script>
but i have no idea why ... ...
written 09/11/2006 by fortressgame
Latest 3 replies (view all 6)
|
|
the Forum application doesn't have an option for attaching pictures, unlike the wiki app.
I wonder if there's any easy way to allow attachments or inline images or ... ...
written 09/09/2006 by fortressgame
4 replies
|
|
when i do this<jot:script> var setOfAllChildren = jot.lib.search({forAll: '1' });</jot:script><table><jot:loop over="setOfAllChildren" set="node"><tr><td>[jot:${node/path}][${node/name}][${node ... ...
written 09/11/2006 by fortressgame
3 replies
|
|
can someone direct me to where i can learn how to get rid of all the popups that come up when a new user first enters the wiki? ...
written 09/11/2006 by fortressgame
1 reply
|
|
i'm trying to figure out a search to show me a count of the number of pages any particular person has created over any given time frame. like
joe ... ...
written 09/11/2006 by fortressgame
3 replies
|
|
<jot:search forFormName="Mercadopost" showHidden="true" set="empresaList" order="Mercadopost/empresa" collect="it/MercadoPost/empresa"/>
The above line works as expected without the collect clause. But when I add collect ... ...
written 09/11/2006 by korczowski
2 replies
|
|
Is it possible to check if a page currently exists in code? If it previously existed but has since been deleted I require it to say that it doesn't ... ...
written 09/07/2006 by eburkebt
1 reply
|
|
Hi,
Ive just started work at a company for a few weeks, upgrading their intranet pages from media space, to Jotspot. Not knowing anything about Jotspot, I've managed to ... ...
written 08/10/2006 by adamswbrown01
3 replies
|
|
I have a simple little "meeting manager" app that is currently inserted into a page with an <include> tag.
This is proving fragile. If a user edits the page in ... ...
written 09/06/2006 by Colin_E
2 replies
|
|
I am using SavePage to create a page using RESTful. The pvalue field content of the page I am trying to create contains an ext href link. The href contains ... ...
written 09/07/2006 by dweekes
2 replies
|
|
I recently asked about how to pull XML form a MS Sql 2005 server, and was provided the Hoover example as a basis.Accordingly, I have used it as a ... ...
written 07/25/2006 by CRJ
Latest 3 replies (view all 5)
|
|
This column <jot:column prop="createTime" header="Fecha" sort="true" /> acts differently depending on whether the user is logged-in or a guest. If guest, it only shows hh:mm ... ...
written 08/20/2006 by korczowski
1 reply
|
|
Are you guys doing anything about comment spam?
On my Wordpress blog I have used Akismet (it catches a lot of spam) and bad-behavior (it doesn't even let ... ...
written 08/30/2006 by dianesoini
1 reply
|
|
How do you do this now? All I get is an option to create a page and I have to pick a page type. I don't see how to ... ...
written 09/04/2006 by dianesoini
2 replies
|
|
I see that JotSpot keeps track of version history, but there is no link to access versions. Is there an easy way to access? Thanks....
written 09/06/2006 by ndailey
1 reply
|
|
My company is using a Jot wiki to set up a client collaboration site, but we would like to wipe the version history of all the initial tests we conducted ... ...
written 09/06/2006 by ndailey
1 reply
|
|
I am trying to use the SavePage RESTful command to create and save a page that contains the page information below which is my navigation tabs. However, when I specify ... ...
written 09/06/2006 by dweekes
3 replies
|
|
I want to use the Group Directory app basically for what it's intended; but I also want to "include" or "show" the contact info for a selected entry on ... ...
written 08/28/2006 by korczowski
Latest 3 replies (view all 7)
|
|
how can i import a bunch of data to act as records for my search? i have a list of doctors with various fields, flat file. what format do i ... ...
written 08/30/2006 by fortressgame
3 replies
|
|
i have a form element that's wysiwyg. i insert an image into the form, upload it to the server, and when i view the html it says<img src ... ...
written 08/29/2006 by fortressgame
1 reply
|
|
in order for my bloggers to enter right aligned images, they have to go to HTML mode, put align="right" in the image, and then <br clear=all> at the ... ...
written 08/28/2006 by fortressgame
2 replies
|
|
Is there a way to set the permissions of a field in a form so that it is not editable? ...
written 08/24/2006 by dweekes
1 reply
|
|
I am trying to POST a savePage request via HTTP using a C#/.NET program. I am able to connect and get authorization but get an html return error from ... ...
written 08/15/2006 by dweekes
4 replies
|
|
I think I got an html image map to work in an older wiki but I can't get it working now in 2.6. I generated the image map ... ...
written 08/03/2006 by korczowski
4 replies
|
|
i have a page that got named \Lifestyle Pharma\CNS
i can't seem to delete it. i can't visit it, actually, it says the node was deleted. But ... ...
written 08/24/2006 by fortressgame
1 reply
|
|
Added a field to /System/Forms/UserForm so i could include another field: google_ad_channel. I'm using it to track how much ad revenue a blogger generates from ... ...
written 08/24/2006 by fortressgame
1 reply
|
|
I have installed the Forum Application, and created a forum at /Forum/LEF. I have also created a page with a menu containing 4 tabs. I am trying to get ... ...
written 08/11/2006 by eburkebt
Latest 3 replies (view all 6)
|
|
i am wondering how i can change the type of a page something is from Blog to Wiki. Also how i can change its folder, not just its name.
If ... ...
written 08/23/2006 by fortressgame
4 replies
|
|
i've altered EmailPageChangePlugin to behave differently with Blogs but its not working.
if i write a blog post, this code
works. if i write a wiki page, i get ... ...
written 08/23/2006 by fortressgame
1 reply
|
|
...
written 08/15/2006 by diggo
4 replies
|
|
Hi, I hide More Action links (on footer) by using CSS style sheet and i created a knowledgebase, now i want to create button on the Every article page by ... ...
written 08/11/2006 by triplepointjotcom
1 reply
|
|
Hi
I installed the Backlinks plugin example but I discovered it does not
search for links created in my blog application. Can I make any changes
to allow it to ... ...
written 08/11/2006 by Johnners
1 reply
|
|
i invited a user using the Invite User option. I entered his email address. Now he is referred to by the email address, which means his email is public and ... ...
written 08/09/2006 by fortressgame
2 replies
|
|
Can the REST API currently delete a page?
Can the REST API rename a page or move which parent node/page it set at?
Can data calls be filtered by ... ...
written 08/03/2006 by andyit
4 replies
|