+ Post New Thread
Page 3 of 42 FirstFirst 1 2 3 4 5 13 ... LastLast
Threads 41 to 60 of 828

Forum: DekiScript & MindTouch Extensions

DekiScript, Templates, Extensions and other scripting discussions

  1. Certain DekiScript commands not working

    Using Deki Wiki 8.05 and all seems to be working without problem with a few exceptions. I have used functions such as {{wiki.tree(page.path)}} with...

    Started by aurora‎, 05-28-2008 01:28 AM
    • Replies: 8
    • Views: 695
    06-21-2008, 12:22 AM Go to last post
  2. Can't use Dekiscript in second function of extension (500 error)

    OK, here's my weird extension problem for today. I have an Dekiscript extension (based on the one discussed here), working fine. I decided to add...

    Started by neilw‎, 06-30-2008 06:57 PM
    • Replies: 3
    • Views: 657
    07-02-2008, 08:31 PM Go to last post
  3. passing user input to an extension

    Hi All I am trying to write a phonelist type extension that you can input the name you want to search and it returns the results via an ldap...

    Started by noj‎, 07-03-2008 01:52 AM
    • Replies: 4
    • Views: 753
    07-03-2008, 10:14 PM Go to last post
  4. Problem with widgetbox widgets

    I am just getting started setting up a Deki Wiki site using the VM version of 8.05.1 and am having problems getting Widgetbox Widgets to work and...

    Started by sharonc‎, 06-23-2008 03:37 PM
    • Replies: 3
    • Views: 648
    07-14-2008, 06:20 PM Go to last post
  5. DekiScript + Using logic?

    Is there a possibility of using DekiScript to figure out whether a person is a member of a group and then direct them to a page based on that or...

    Started by mikebogo‎, 07-03-2008 07:19 PM
    • Replies: 7
    • Views: 805
    07-16-2008, 01:23 AM Go to last post
  6. wiki.create broken

    Hi, trying to use the wiki.create command using the following three examples: {{ wiki.Create(label : "New Other Location", template :...

    Started by andycrellin‎, 07-17-2008 10:31 AM
    • Replies: 6
    • Views: 675
    07-18-2008, 11:57 PM Go to last post
  7. AccuWeather does not report celsius after upgrade

    I recently saw the upgrade notice of DekiWiki and ran the update to 8.05.2a and ran it. Since then we've noticed that AccuWeather extension works,...

    Started by bnoecker‎, 07-21-2008 10:55 PM
    • Replies: 1
    • Views: 827
    07-22-2008, 04:10 PM Go to last post
  8. Tableformatting with Dekiscript

    I am trying to use Dekiscript to format the output of a new WikiInfo extention, but I cannot seem to get the rows to alternate colors. I have looked...

    Started by craigsivils‎, 07-25-2008 03:13 PM
    • Replies: 3
    • Views: 605
    07-27-2008, 03:50 AM Go to last post
  9. install extension behind proxy

    How do I install an extension from behind a proxy? whenever I try to install an extention I get the message: unable to initialize service...

    Started by hoberion‎, 07-20-2008 08:33 PM
    • Replies: 8
    • Views: 1,332
    07-27-2008, 08:33 AM Go to last post
  10. Question DekiScript: Getting current user's grant list

    Is there a way to get the current user's permission list (esp. the UPDATE permission) in DekiScript? Background: I need to check if the current...

    Started by merktnichts‎, 07-19-2008 09:18 PM
    • Replies: 8
    • Views: 1,002
    07-27-2008, 09:02 AM Go to last post
  11. Original page author/creator

    How do I find the original author for a page? My process is as follows: 1. an SME (subject matter expert) (or plain old chatty fellow) creates a...

    Started by bohappa‎, 07-24-2008 02:09 PM
    • Replies: 5
    • Views: 662
    07-28-2008, 12:36 AM Go to last post
  12. Accessing Extension Configuration Key Values in Dekiscript

    Hello, Is it possible to access extension configuration settings via dekiscript? I am working on a few dekiscript extensions, which access APIs...

    Started by irabinovitch‎, 07-28-2008 10:58 AM
    • Replies: 2
    • Views: 571
    07-28-2008, 03:42 PM Go to last post
  13. ThinkFree Extension not finding an attached file

    I have attached a powerpoint presentation to the page and I want to display it on the page using the thinfree extension. Here is the extension...

    Started by jgable‎, 07-16-2008 06:49 PM
    • Replies: 5
    • Views: 833
    07-28-2008, 08:53 PM Go to last post
  14. Automatic display of text files

    Is there a function or way to automatically display an attached text file in a syntax function? More specifically I would like to use Deki Wiki to...

    Started by aurora‎, 04-17-2008 07:11 PM
    • Replies: 7
    • Views: 730
    08-04-2008, 05:02 PM Go to last post
  15. Any way to compare dates that might be in bad format?

    I'm running 8.05.1. I'm trying to implement some automated tracking systems into our wiki. I've created templates for things like "issues",...

    Started by neilw‎, 07-28-2008 06:39 PM
    • Replies: 2
    • Views: 659
    08-05-2008, 01:25 AM Go to last post
  16. How to save *output* of Dekiscript code?

    I could swear I saw this somewhere on the dev wiki or forums in the past, but I can't find it anymore. Is there a way to save the output of...

    Started by neilw‎, 08-01-2008 08:12 PM
    • Replies: 4
    • Views: 632
    08-05-2008, 01:30 AM Go to last post
  17. How pass string from external page?

    Hi! I want to pass a string from an external (non wiki) page to a wiki page. How can this be done? I've tried to add the string to the url...

    Started by uggla‎, 08-07-2008 09:52 AM
    • Replies: 1
    • Views: 637
    08-13-2008, 08:33 PM Go to last post
  18. How get referrer in dekiscript?

    Hi! I want to use the referrer in a dekiscript. How? regards /Uggla

    Started by uggla‎, 08-07-2008 09:13 AM
    • Replies: 1
    • Views: 591
    08-13-2008, 08:34 PM Go to last post
  19. Exclamation Exception from mysql.record and mysql.recordlist

    {{ var record = bdis.record("...VALID SQL QUERY...") }} results in; Function 'Record' failed with response: Exception of type...

    Started by cscutcher‎, 08-12-2008 01:48 PM
    • Replies: 7
    • Views: 737
    08-14-2008, 03:11 PM Go to last post
  20. Use user name in Wiki

    Is it possible to use the user name (Login name) as variable text into the Wiki? For example: Dear user,

    Started by rene‎, 08-15-2008 02:19 PM
    • Replies: 2
    • Views: 568
    08-15-2008, 03:14 PM Go to last post

+ Post New Thread

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts