[midgard] PHP4 PHPlibs.

2000-10-11 Thread Tarjei Huse
Hi guys. I was wondering, if I install PHP4/PHPlib on the same machine that I got Midgard on, can I use PHP4/PHPlib functions and code in midgard? And, is it worthwhile to install PHPlibs and PHP4 or is everything in PHPlibs implemented in PHP4? Tarjei

RE: [midgard] attachments / Blob usage

2000-10-09 Thread Tarjei Huse
Hi, - create an attachment The easyest way of doing this is to install Framed admin. Framed Admin from www.hklc.com has the needed code to attach blobs to articles and styleelements. - get it into the blob dir What are you thinking about? Getting into a blobdir to send a blob (for instance

RE: [midgard] snippets and global vars (1.4beta4)

2000-10-09 Thread Tarjei Huse
Merchant PHP) regards alan Tarjei Huse [EMAIL PROTECTED] said: Hi, going through the steps of integating twig as a snippet dir package Wow. If you manage to include twig, would you mind posting a howto or codelisting on the list? I'd love to have TWIG included (as I would

RE: [midgard] favicon.ico and active pages

2000-10-05 Thread Tarjei Huse
AFAIR even if it is a valif icon but not 16x16 pixels in a specific depth it is ignored by IE. Do you mean that the ICOn mus be 16 X 16 px and not 32 x 32? Tarjei Emile -- This is The Midgard Project's mailing list. For more information, please visit the project's web site at

RE: [midgard] snippets and global vars (1.4beta4)

2000-10-03 Thread Tarjei Huse
Hi, going through the steps of integating twig as a snippet dir package Wow. If you manage to include twig, would you mind posting a howto or codelisting on the list? I'd love to have TWIG included (as I would guess many would). It would make Midgard ideal for intranets. Tarjei

RE: [midgard] Asgard: and Framed Admin v3

2000-09-30 Thread Tarjei Huse
Hi, I loved the new framed admin, bu this looks realy cool. Just a few things. I'd be hapy if you continued to implement the added parameters (size_x, size_y size_XY) that was discussed here earlyer although the best thing would be if the values could be added to the blobs table as optional

RE: [midgard] Asgard: What do you think ?

2000-09-29 Thread Tarjei Huse
Hi I Love the new look, a suggestion that might be a good thing would be to make a scaled down "user" version for people just adding content. On editing: Is it possible to make txtbox'es that are resizeable (i.e height=100%, width=100% type thing) so we don't have to change that our selves.

RE: [midgard] Asgard: What do you think ?

2000-09-29 Thread Tarjei Huse
Hi Some thoughts on groups. In todays admin's the groups are listed one after the other. But, the groups are an hieracy so why not display them as a tree instead? Also it would be a good idea to list what pages the group owns and what accessrights it has to the page / pageelement / article etc.

RE: [midgard] Re: blobls and blobsize

2000-09-29 Thread Tarjei Huse
Hi, I checked the code for GetImageSize, and saw that if you do $att-parameter('size', 'HW', $size[3]); together with the two other parameters, you get an finished formated string for putting into a img tag. thats something to add to the script - at least it saves me for a lot of coding

RE: [midgard] Asgard: What do you think ?

2000-09-29 Thread Tarjei Huse
I support this idea totaly! Very cool! Tarjei -Original Message- From: Jian Wang [mailto:[EMAIL PROTECTED]] Sent: 29. september 2000 21:59 To: [EMAIL PROTECTED] Subject: Re: [midgard] Asgard: What do you think ? A suggestion for the scaled down "user" version: how about put a

RE: [midgard] problems with mgd_updage

2000-09-27 Thread Tarjei Huse
The patch worked. Thanks Emile. Tarjei -Original Message- From: Emiliano [mailto:[EMAIL PROTECTED]] Sent: 27. september 2000 00:46 To: [EMAIL PROTECTED] Subject: RE: [midgard] problems with mgd_updage Tarjei Huse wrote: My version is the latest beta, 1.4beta5b. Thanks

RE: [midgard] problems with mgd_updage

2000-09-26 Thread Tarjei Huse
Hi, Emile answered the question on mgd_update_article_created. I was just wondering, Emile, do you have a patch? Tarjei -Original Message- From: Tarjei Huse [mailto:[EMAIL PROTECTED]] Sent: 25. september 2000 18:05 To: [EMAIL PROTECTED] Subject: [midgard] problems with mgd_updage

RE: [midgard] Beta test status report

2000-09-26 Thread Tarjei Huse
Hi, I'm not an expert at installing midgard, but my experience is that you have to install the blobtable and configure the blob directory (or something. look into the blob documentation). When that is done, imageupload is the best thing since the wheel ,) Tarjei -- This is The Midgard

RE: [midgard] problems with mgd_updage

2000-09-26 Thread Tarjei Huse
Hi o'guru Emile. My version is the latest beta, 1.4beta5b. Thanks a lot. T -Original Message- From: Emiliano [mailto:[EMAIL PROTECTED]] Sent: 26. september 2000 19:55 To: [EMAIL PROTECTED] Subject: RE: [midgard] problems with mgd_updage Tarjei Huse wrote: Emile answered

[midgard] problems with mgd_updage

2000-09-25 Thread Tarjei Huse
Hi all, First a small question: Will the new admin interface contain an admin interface for event handling? Now, on to the big one. I've got problems with the mgd_update_article_created function. Basicly I supply it with an unix timestamp and everything, but the fields does not get updated.

RE: [midgard] Blobls revivisted; Anyone know how to know blob imagesize?

2000-09-17 Thread Tarjei Huse
Hi, Emile wrote: I have omitted direct access to the blobs as a feature, because this way I could control access to them fully via the midgard API, but this may indeed be sacrificing too much. What do you all say? I don't need to access the blobs dirctly, but I guess there are some who will.

RE: [midgard] to the manual.

2000-09-14 Thread Tarjei Huse
Hi, A little layout tip: I think you should display a link to each function in funcref in the same way as you do in the manual index reference. Usualy, if you're using the funcref it is because you need a function, thous such a layout would save a lot of clicks (and irritation). Tarjei --

RE: [midgard] Blobls revivisted; Anyone know how to know blob image size?

2000-09-14 Thread Tarjei Huse
Hi, Many thanks to Ron and David for the discussin script - I haven't come around to test it yet. I got a completly different question though: How can I find out the size of an image I got stored as a blob? Is it at all possible? Could it be done at upload time in the admin script? I guess

RE: [midgard] Question regarding sitegroups and the adminsite.

2000-09-12 Thread Tarjei Huse
I've been working with sitegroups the last few days, and I'm wondering about a few things. 1. What is the difference between root(*) , admin(!) and user(+) access to a domain? 2. I'm not toatly inn on what's happening on with the admin site, but I'd like to propose that we develop some ekstra

RE: [midgard] Format question

2000-09-11 Thread Tarjei Huse
Hie echo $topicS-description:H."br"; ? I'm not sure, but I think it's only possible to use the :h :p etc. in the html variable strings. Like this: instead of : echo $topicS-description:H."br"; do ? (topics.description:H);br ?php ... Tarjei -Original Message- From: Emiliano

RE: [midgard] getting the blobs related to an article

2000-09-11 Thread Tarjei Huse
Tarjei Huse wrote: I've tried a number of things to manage to get attachments. Basicly I've added attachments through the "add image" in fadmin. But: It is impossible to call them back! At lest it seems so. Does anyone have the code to get the attachments of an article, a

RE: [midgard] getting the blobs related to an article

2000-09-07 Thread Tarjei Huse
nk's A LOT for all your help already). Tarjei -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 7. september 2000 12:21 To: [EMAIL PROTECTED] Subject: Re: [midgard] getting the blobs related to an article Tarjei Huse wrote: I've tried a number of things

RE: [midgard] getting the blobs related to an article

2000-09-07 Thread Tarjei Huse
a kommunens side. Tromsø Natur og Ungdom er imidlertid spent på om kommunen har tenkt å være konsekvent og bøtelegge seg selv for de søppelfyllinger som finnes på kommunale eiendommer rundt omkring. Pressekontakt: Johannes Fjell Hojem 995 32 170 eller 71 64 81 27 ";s:6:"author";s:1:

[midgard] getting the blobs related to an article

2000-09-05 Thread Tarjei Huse
Hi! I've tried a number of things to manage to get attachments. Basicly I've added attachments through the "add image" in fadmin. But: It is impossible to call them back! At lest it seems so. Does anyone have the code to get the attachments of an article, and display the file (gif or jpeg) in

[midgard] getting articletypes

2000-09-02 Thread Tarjei Huse
Hi, I need a way to fetch articles of multiple "types" and list them by date. Is there some way of doing this? I've been trying various ways with mgd_list_topic_articles_all(int topic, string [sort], int [type]), but they don't seem to do what I want. Does anyone have a solution? Ron wrote:

[midgard] Moving articles.

2000-09-02 Thread Tarjei Huse
-- This is The Midgard Project's mailing list. For more information, please visit the project's web site at http://www.midgard-project.org To unsubscribe the list, send an empty email message to address [EMAIL PROTECTED]

[midgard] Problem with the manual.

2000-09-01 Thread Tarjei Huse
Hi. when I go to Article Object Definition in the manual I get the Attachment Object Definition. Is this wrong? Is it going to be fixed? Also, I can't get the update() function to work on an article. Heres the script: ?php 2: function listpage($id) 3: $list = mgd_list_pages($id); 4: while(

[midgard] getting articletypes

2000-09-01 Thread Tarjei Huse
Hi, I need a way to fetch articles of multiple "types" and list them by date. Is there some way of doing this? I've been trying various ways with mgd_list_topic_articles_all(int topic, string [sort], int [type]), but they don't seem to do what I want. Does anyone have a solution? Ron wrote:

RE: [midgard] Copying articles.

2000-08-21 Thread Tarjei Huse
As far as I can understand the following code it doesn't solve problem #1 you've mentioned before and which is described in your Subject line. For copying (or moving them) in Midgard 1.4 you should use mgd_copy_article()/mgd_move_article() which is documented in Manual. My fault there. THe

RE: [midgard] Copying articles.

2000-08-20 Thread Tarjei Huse
href="http://;(lvar);"(var);: /a ? endfor; ? -Original Message- From: Tarjei Huse [mailto:[EMAIL PROTECTED]] Sent: 17. august 2000 13:47 To: [EMAIL PROTECTED] Subject: [midgard] Copying articles. Hi. Afte a month in development we're soon finished with our new midgard sit

[midgard] Simple cut and paste script.

2000-06-30 Thread Tarjei Huse
Just about a week ago I posted an article concerning the userinterface of midgard and how to deal with "normal" users posting articles from word. Guess what. I found a solution. It's quite simple, itsa a vb script to copy a formated text to the pasteboard for direct pasting into the Midgard

[midgard] Abstract html

2000-06-30 Thread Tarjei Huse
Hi. Why Isn't it possible to use HTML code in the abstract field? Is it a bug or something wrong with my setup? Tarjei -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Bokovoy Sent: 30. juni 2000 16:15 To: [EMAIL PROTECTED] Subject: Re:

[midgard] Midgard basic site .pdf file mistakes

2000-05-21 Thread Tarjei Huse
ources (tutorials, patches etc.) instead of just posting them randomly in the news section. Thanks for a great program! Tarjei Huse [EMAIL PROTECTED] -- This is The Midgard Project's mailing list. For more information, please visit the project's web site at http://www.midgard-project.org