Search found 28 matches
- Sat Dec 19, 2009 11:18 pm
- Forum: Modules/Add-Ons
- Topic: Announcement: New plug-in SuperSizer
- Replies: 487
- Views: 140342
Re: Announcement: New plug-in SuperSizer
as promised here is the file I tried to change as lilte as possible on your code thats why I have the 2 ifs etc it could be done nicer but i had to change a lot of your code and didn't want to touch your road map :) i had put some comments where i changed what so its easy for you to find also i foun...
- Sat Dec 19, 2009 8:28 pm
- Forum: Modules/Add-Ons
- Topic: Announcement: New plug-in SuperSizer
- Replies: 487
- Views: 140342
Re: Announcement: New plug-in SuperSizer
Well you can send it but for the "//" that is taken care of. I think I could make an option for the "-w" "-f" stuff... See, I want it as at a glance I can tell what it is and where it came from... sorry I probably was not clear enough I never meant anything regarding ...
- Sat Dec 19, 2009 6:45 pm
- Forum: Modules/Add-Ons
- Topic: Is CGSimpleSmarty using depreceated code?
- Replies: 2
- Views: 856
Re: Is CGSimpleSmarty using depreceated code?
oh I see
So what should we use the one on CGSimpleSmarty or the one documented?
by the way we havent spoken for ages
So what should we use the one on CGSimpleSmarty or the one documented?
by the way we havent spoken for ages

- Sat Dec 19, 2009 6:43 pm
- Forum: Modules/Add-Ons
- Topic: Announcement: New plug-in SuperSizer
- Replies: 487
- Views: 140342
Re: Announcement: New plug-in SuperSizer
JeremyBASS is it ok if I make some changes and send them to you what I was thinking to change is add an extra flag to be able to use basedir as a free path let me explain now I achieve the same through this (used on news module): {capture assign="imga"}{$entry->file_location}/{$entry->imag...
- Sat Dec 19, 2009 3:08 pm
- Forum: Tips and Tricks
- Topic: Faster Page Loads with Subdomains for Images & Uploads
- Replies: 37
- Views: 21341
Re: Faster Page Loads with Subdomains for Images & Uploads
All this seems very interesting BUT where is the link to the original thread JeremyBASS talked about?
- Sat Dec 19, 2009 3:01 pm
- Forum: Tips and Tricks
- Topic: iCalendar output for CGcalendar (adding event to user's personal calendar)
- Replies: 9
- Views: 8305
Re: iCalendar output for CGcalendar (adding event to user's personal calendar)
thanks for sharing very interesting
- Sat Dec 19, 2009 2:58 pm
- Forum: Tips and Tricks
- Topic: Single versus Double Quotes in Smarty - How to Speed Up Your Site a Little
- Replies: 6
- Views: 5909
Re: Single versus Double Quotes in Smarty - How to Speed Up Your Site a Little
Very interesting thanks for sharing this
- Sat Dec 19, 2009 2:56 pm
- Forum: Modules/Add-Ons
- Topic: Is CGSimpleSmarty using depreceated code?
- Replies: 2
- Views: 856
Is CGSimpleSmarty using depreceated code?
on line 319 of file class.cgsimple.php $contentops =& $gCms->GetContentOperations(); GetContentOperations() is used but according to this http://www.cmsmadesimple.org/api/class_cms_application.html#c2fcaebeb92f5aab3e51060d75aab94c its deprecated so is it deprecated or not? can it be used in othe...
- Wed Jan 21, 2009 9:59 pm
- Forum: [locked] CMSMS MLE fork
- Topic: How to show one language rather than 2
- Replies: 2
- Views: 2684
[solved] How to show one language rather than 2
How do I modify it, so when I am in the french portion of the website, I see only the "English" link, and when I am in the english portion of the website, I only see a "Francais" link? (rather than both) In this moment no. It will come out with 1.5 Alby Actually there is a lazy ...
- Mon Sep 01, 2008 9:33 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [solved] blank "Content > Pages" page
- Replies: 7
- Views: 3093
Re: blank "Content > Pages" page
you can do a small dirty think on page http://www.tourDomain.com/whereYourCMSmsIs/admin/listcontent.php right after <?php put the following code error_reporting(E_ALL); ini_set('display_errors', '1'); and tell us what you get on the screen also re download the latest 1.4.1 base or full version and e...
- Mon Sep 01, 2008 4:02 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [solved] Fatalerror: Cannot instantiate non-existent class: tree+mls+v1.4.1
- Replies: 12
- Views: 5513
Re: [solved] Fatalerror: Cannot instantiate non-existent class: tree+mls+v1.4.1
Alby Mark downloaded to my server from the official releasealby wrote:No, but remember that you must check always vs official releasesmansman wrote: do you want me to do anything else?
Alby

- Mon Sep 01, 2008 3:25 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [solved] Fatalerror: Cannot instantiate non-existent class: tree+mls+v1.4.1
- Replies: 12
- Views: 5513
Re: [solved] Fatalerror: Cannot instantiate non-existent class: tree+mls+v1.4.1
Alby if you tell me where this bug tracker think is I can BUT http://dev.cmsmadesimple.org/tracker/?atid=101&group_id=6&func=browse but now I understand this (I never seen because I use SVN version ....) From 1.4.1: ls -l lib/Tree/ total 36 -rw-r--r-- 1 root root 30483 Jun 9 03:...
- Mon Sep 01, 2008 2:54 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [solved] Fatalerror: Cannot instantiate non-existent class: tree+mls+v1.4.1
- Replies: 12
- Views: 5513
Re: [solved] Fatalerror: Cannot instantiate non-existent class: tree+mls+v1.4.1
Alby if you tell me where this bug tracker think is I can BUT its obvious on line 500 of file lib/classes/class.contentoperations.inc.php there is the following peace of code require_once(dirname(dirname(__FILE__)).'/Tree/Tree.php'); and on Tree.php there is the code ` (notice the litle ` before) a...
- Mon Sep 01, 2008 2:45 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [solved] blank "Content > Pages" page
- Replies: 7
- Views: 3093
Re: blank "Content > Pages" page
right 2-3 posts bellow there is the solution
searching is not a bad idea anyway
http://forum.cmsmadesimple.org/index.ph ... 300.0.html

http://forum.cmsmadesimple.org/index.ph ... 300.0.html
- Mon Sep 01, 2008 2:13 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [solved]1.4.1 admin>content>pages OR index.php blank or showing only a small `
- Replies: 0
- Views: 1192
[solved]1.4.1 admin>content>pages OR index.php blank or showing only a small `
if on version 1.4.1 after installation on index.php you get a small ` or blank page do this http://forum.cmsmadesimple.org/index.php/topic,25300.0.html OR if on the admin section content->pages you get blank space and not the tree of pages you have on the site again do this http://forum.cmsmadesimp...