Search found 184 matches

by duclet
Wed Mar 03, 2010 2:14 pm
Forum: Developers Discussion
Topic: Can't commit code
Replies: 1
Views: 1349

Re: Can't commit code

Seems like it was some weird permission issue on the server. Ted already solved it for me so thanks a bunch!
by duclet
Mon Mar 01, 2010 10:04 pm
Forum: Developers Discussion
Topic: Can't commit code
Replies: 1
Views: 1349

Can't commit code

I'm trying to commit some changes to a branch from my module (tiframework) but for some reason, it is now not working. Every time I try to commit, it returns with an error that says something along the line of trying to write to a read-only database.
by duclet
Sat Oct 24, 2009 2:45 pm
Forum: Developers Discussion
Topic: What's a good open source IDE?
Replies: 7
Views: 5077

Re: What's a good open source IDE?

Eclipse PDT works fine for me. Though if you find it too slow, Komodo Edit is a pretty good and fast solution.
by duclet
Fri Oct 23, 2009 9:26 pm
Forum: Developers Discussion
Topic: Content Block Type
Replies: 4
Views: 2790

Re: Content Block Type

Cool. Thanks.
by duclet
Tue Oct 20, 2009 11:17 pm
Forum: Developers Discussion
Topic: Content Block Type
Replies: 4
Views: 2790

Re: Content Block Type

Come on, nobody knows?
by duclet
Sat Oct 10, 2009 6:46 pm
Forum: Developers Discussion
Topic: Content Block Type
Replies: 4
Views: 2790

Content Block Type

So I just stumble across this today as I went over the updated code to CMSModule. I noticed the functions HasContentBlocks, GetContentBlockInputBase, and GetContentBlockInput. There doesn't seem to be much documentation on them so I am wondering if someone who has used these methods, can you please ...
by duclet
Mon Sep 07, 2009 6:17 pm
Forum: Announcements
Topic: CMS Made Simple 2.0 (not 1.7) is in development
Replies: 155
Views: 109681

Re: CMS Made Simple 1.7 is in development

I sure hope the API docs will be updated then. It has been a long time since I have looked at the code base and seeing what could be potentially released, I am getting excited again to update my modules.
by duclet
Sat Jun 13, 2009 1:05 pm
Forum: The Lounge
Topic: Firefox vs. IE
Replies: 12
Views: 5840

Re: Firefox vs. IE

Simple, because IE is a terrible browser that cause all kinds of pain toward its users.

Anyway, this should probably allow it to work:

Code: Select all

<a href="javascript: void(0);" onclick="repl('{$image_url_array[ind]}');">
by duclet
Thu Jun 04, 2009 3:33 pm
Forum: Developers Discussion
Topic: register route not working
Replies: 5
Views: 4000

Re: register route not working

The problem that it is not working is because of the + which means it requires 1 or more. If you don't need it, it should be *. Though last I checked, it might need to be *+.
by duclet
Tue May 26, 2009 9:59 pm
Forum: CMSMS Core
Topic: Can the page alias of the referring page be retrieved as a Smarty variable?
Replies: 5
Views: 5454

Re: Can the page alias of the referring page be retrieved as a Smarty variable?

There is probably a better way of doing this but for a quick and easy solution, this should work. You can put this in a UDT by the way. global $gCms; if(!isset($_SESSION['history_of_pages_or_whatever_you_want_to_call_it'])) {     $_SESSION['history_of_pages_or_whatever_you_want_to_call_it'] = array(...
by duclet
Sun May 24, 2009 10:13 pm
Forum: CMSMS Core
Topic: Deleted index.php using FTP - How do I "re-publish"
Replies: 3
Views: 2113

Re: Deleted index.php using FTP - How do I "re-publish"

Just download the zip package, extract its content, and then select and upload the index.php file.
by duclet
Thu May 21, 2009 3:31 am
Forum: Feature ideas
Topic: Automatic backup before upgrade
Replies: 4
Views: 4566

Re: Automatic backup before upgrade

For now, you can use my module, DL Suite: Database Manager to backup the database before upgrading if you are worry. Of course, this only works with MySQL right now.
by duclet
Mon May 18, 2009 2:42 pm
Forum: CMSMS Core
Topic: Popups not working in Internet Explorer 8
Replies: 1
Views: 1541

Re: Popups not working in Internet Explorer 8

That would most likely be a setting in IE8 and not a problem with the script itself.
by duclet
Mon May 18, 2009 2:35 pm
Forum: Announcements
Topic: Beta Testers Wanted! - CMSMS Wants You!!
Replies: 19
Views: 24667

Re: Beta Testers Wanted! - CMSMS Wants You!!

If you still need testers, I can help.

Go to advanced search