Search found 26 matches

by daik
Tue Jun 21, 2011 10:54 am
Forum: CMSMS Core
Topic: [Solved] Can I get all News posts on a specific day?
Replies: 3
Views: 1615

Re: Can I get all News articles posted on a specific day?

I solved this with a tag, and I am pleased to say it works rather well. My tag is function smarty_cms_function_dairydate($params, &$smarty) { global $gCms; $status = $params['status']; if(!isset($status)) { return "status not set, it is required"; } $category = $params['category_id']; ...
by daik
Fri Jun 17, 2011 11:16 am
Forum: CMSMS Core
Topic: [Solved] Can I get all News posts on a specific day?
Replies: 3
Views: 1615

Re: Can I get all News articles posted on a specific day?

I have plans to use the CGBlog module for other things, and I would like to keep it separate. However if you scrutinise my posted pseudo code you notice I only ever pass a single id into the news module, but I include the news module multiple times in a foreach loop. As I don't hear any really stron...
by daik
Wed Jun 15, 2011 10:59 am
Forum: CMSMS Core
Topic: [Solved] Can I get all News posts on a specific day?
Replies: 3
Views: 1615

[Solved] Can I get all News posts on a specific day?

I have tried to search the forum, the cms ms site and the wide internet, but I have not found anything that seems to answer my question. The problem I am converting from an old (completly different) blog system to CMS MS and the News module. I have a fair amount of posts (~2100). I would like to pro...
by daik
Sun Mar 15, 2009 11:17 am
Forum: Developers Discussion
Topic: Restyle or write new plugin (a bit OT, sorry)
Replies: 1
Views: 1082

Restyle or write new plugin (a bit OT, sorry)

Hello All, First before I waste your time I should point out this is a bit off topic so be prepared for that. I run my site using CMS MS, and I also run a blog external to the CMS. Now I am about to do two upgrades, one to php 5 and one to latest version of CMS MS. My blog engine is no longer suppor...
by daik
Sat Jun 09, 2007 5:52 am
Forum: Modules/Add-Ons
Topic: Javascript problem in Newsletter made simple
Replies: 8
Views: 3934

Re: Javascript problem in Newsletter made simple

I finally got around to try the uninstall/remove trick. And it worked! What I did was 1. backup the database tables (I actually got my whole db into a single .sql file) 2. uninstalled NMS 3. "removed" NMS 4. uploaded NMS again 5. installed 6. Got the "list" data from my sql file ...
by daik
Mon Apr 30, 2007 8:36 am
Forum: Modules/Add-Ons
Topic: Javascript problem in Newsletter made simple
Replies: 8
Views: 3934

Re: Javascript problem in Newsletter made simple

Okay that is interesting. I tell you what I did and what I have noticed in admin, as well as in the db. What I did was I upgraded CMS MS to latest version (from hmm, a beta 0.7 I think, but that really shouldn't matter). While I was at it, I also uploaded the new versions of uploads(covered in a dif...
by daik
Sat Apr 28, 2007 6:12 am
Forum: Modules/Add-Ons
Topic: Javascript problem in Newsletter made simple
Replies: 8
Views: 3934

Re: Javascript problem in Newsletter made simple

I did a 'view source' and searched for 'error' and sure enough! This is what is in the source "Fatal error:  Call to a member function on a non-object in /SERVER_PATH_SNIPPED/modules/NMS/functions.admintabs.php on line 323 " I suppose the best way out of this is to uninstall remove, reuplo...
by daik
Sat Apr 21, 2007 2:29 am
Forum: Modules/Add-Ons
Topic: Filesize problems with Uploads
Replies: 7
Views: 5720

Re: Filesize problems with Uploads

Am I correct to assume that there is no plans to fix this in the near future? (this is fine, if I am the only one having this problem I suppose I am the one who should look for an alternative solution). I suppose I have to give up tracking altogether and just provide direct links to the files on the...
by daik
Sat Apr 21, 2007 2:26 am
Forum: Modules/Add-Ons
Topic: Javascript problem in Newsletter made simple
Replies: 8
Views: 3934

Re: Javascript problem in Newsletter made simple

I added that but it seems it made no difference what so ever. Is there anything else I can do? It does not seem to be memory related, as the content is there but there are errors in the JS when I try to display somethings.
by daik
Sat Apr 14, 2007 1:41 am
Forum: Modules/Add-Ons
Topic: Filesize problems with Uploads
Replies: 7
Views: 5720

Re: Filesize problems with Uploads

I will try the suggestions given by sp119. I realize there is no simple solution. Comming where i come from (application developer) I just wonder if it would not be possible to give the browser the server url to the file after the tracking is done. Say I want to download fileA.zip from domain.com I ...
by daik
Fri Apr 13, 2007 11:41 am
Forum: Modules/Add-Ons
Topic: Filesize problems with Uploads
Replies: 7
Views: 5720

Re: Filesize problems with Uploads

Is it possible to remove filesize limitations alltogether? I mean I have files that are quite big, and after tracking a download php really does not need to be involved anymore, as far as I understand. I will try to extend the memory, but it still seems to be a bit of a hack. All I really want is do...
by daik
Thu Apr 12, 2007 9:03 am
Forum: Modules/Add-Ons
Topic: Filesize problems with Uploads
Replies: 7
Views: 5720

Filesize problems with Uploads

I am using the Uploads module to get tracking of downloads, plus make it easy to provide links to downloadable files. I have recently upgraded to the latest version of Uploads (1.3). I usually upload files via ftp to avoid the hassle of file-size limits in php. I have a few files that are quite larg...
by daik
Sat Apr 07, 2007 5:31 am
Forum: Modules/Add-Ons
Topic: Upgrade problems with uploads module
Replies: 5
Views: 2777

Re: Upgrade problems with uploads module

I have now managed to solve this problem. Not in the best way I must admit but it seems that it was the only way. I post the solution so that others that may find this thread get the solution as well. What I did was that I removed the entire installation of the uploads module (uninstall + remove fro...
by daik
Wed Mar 28, 2007 10:59 am
Forum: Modules/Add-Ons
Topic: Upgrade problems with uploads module
Replies: 5
Views: 2777

Re: Upgrade problems with uploads module

I did that, and that particular problem went away. What emerged was somewhat odder. Now nothing appears at all, I am using the default "summary" template. I went in and checked the category I wass using, and it had one file listed (it was there before the upgrade). I thought I'd give it a ...
by daik
Sat Mar 24, 2007 11:36 pm
Forum: Modules/Add-Ons
Topic: Upgrade problems with uploads module
Replies: 5
Views: 2777

Upgrade problems with uploads module

hi all, I upgaded my cms to the latest version yesterday. In the upgrade I also put in the latest uplodas module. When I first ran my page with uplodas I got an error about some template not being found. I did not worry about it then, and just commented all calls to the uploads module out. I tried t...

Go to advanced search