Search found 23 matches
- Thu Feb 18, 2010 2:45 pm
- Forum: Modules/Add-Ons
- Topic: Install Image gallery
- Replies: 6
- Views: 1483
Re: Install Image gallery
this is really tedious.....have tried every gallery download on the page and none work....it always says i need version 1.6 and above
- Thu Feb 18, 2010 2:32 pm
- Forum: Modules/Add-Ons
- Topic: Install Image gallery
- Replies: 6
- Views: 1483
Re: Install Image gallery
I have found the download now.
When i download and then upload to the cms i get told that it is for version 1.6 and above grrrr i'm on 1.2.3 by the looks of things
When i download and then upload to the cms i get told that it is for version 1.6 and above grrrr i'm on 1.2.3 by the looks of things
- Thu Feb 18, 2010 2:25 pm
- Forum: Modules/Add-Ons
- Topic: Install Image gallery
- Replies: 6
- Views: 1483
Re: Install Image gallery
I have been on these pages but there are no actual downloads, just descriptions of the modules?Rolf wrote: Hello thintech
You will find the xml files in the Forge http://dev.cmsmadesimple.org/
Regards, Rolf
- Thu Feb 18, 2010 2:23 pm
- Forum: Modules/Add-Ons
- Topic: Install Image gallery
- Replies: 6
- Views: 1483
Re: Install Image gallery
Hi Rolf,
The installation showed all green ticks, none amber or red.
Have contacted the web host who just want to blame the scripting of CMS even after explaining that I have this running on other hosts successfully!
Not sure what to do regarding debug in the config.php file?
Thank You
The installation showed all green ticks, none amber or red.
Have contacted the web host who just want to blame the scripting of CMS even after explaining that I have this running on other hosts successfully!
Not sure what to do regarding debug in the config.php file?
Thank You
- Thu Feb 18, 2010 2:00 pm
- Forum: Modules/Add-Ons
- Topic: Install Image gallery
- Replies: 6
- Views: 1483
Install Image gallery
Can anyone tell me how to install and use an iage gallery? I am assuming it's normally done through 'Module Manager' but when i try to use module manager I just get an error message 'Error 500 - Internal Server Error'. There is an option to add an xml file but where do I find the xml files? Have bee...
- Tue Feb 16, 2010 3:39 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: (Solved) Module Manager issues with 1.3
- Replies: 15
- Views: 9740
Re: (Solved) Module Manager issues with 1.3
My solution for 1and1 problems... I moved to a real web host, sorry they just frustrated me to no end, they really over sell their space hence the low price... ;) Hi all, Sorry for re starting this topic but I am having problems. When i add an htaccess file to the root it still does not work. I hav...
- Fri Apr 03, 2009 2:22 pm
- Forum: Developers Discussion
- Topic: [SOLVED] html being dropped??
- Replies: 5
- Views: 1985
- Fri Apr 03, 2009 2:20 pm
- Forum: Developers Discussion
- Topic: [SOLVED] html being dropped??
- Replies: 5
- Views: 1985
Re: html being dropped??
Best practice is to put things like iframes, flash, javascript blocks, etc into global content blocks. That way they only have one {tag} they can potentially mess up instead of a whole block of code. The farther the really important code bits are from the client, the better. See http://wiki.cmsma...
- Fri Apr 03, 2009 9:22 am
- Forum: Developers Discussion
- Topic: [SOLVED] html being dropped??
- Replies: 5
- Views: 1985
[SOLVED] html being dropped??
hi, when i use tags they get dropped when the user logs in and makes changes to the page?? also does it with flash embed code?? anyone know how to stop it from doing this as every time client logs in to change something he is on the phone to me to re-write the code?? which of course makes it complet...
- Mon Mar 30, 2009 3:35 pm
- Forum: Developers Discussion
- Topic: Get links from db and write to website??
- Replies: 7
- Views: 2423
Re: Get links from db and write to website??
is that what a UDT is?? - functions that call info using braces {}?? Maybe is better that you read first what is UDT and How to Make a User Defined Tag Alby You're a star!! took me 2 mintes....works perfectly....thank you thank you thank you thank you i have been tearing my hair out lol
- Mon Mar 30, 2009 3:23 pm
- Forum: Developers Discussion
- Topic: Get links from db and write to website??
- Replies: 7
- Views: 2423
Re: Get links from db and write to website??
ok, in case it's not clear on what i want here is the complete code from the page that works. (outside cms)! (when i use this on a template inside cms i get smarty errors??) ".$newLinkTitle.""; } } ?> DAT 1 - Promotional Clothing Promotional Items, Clothing, Gifts, Merchandise...
- Mon Mar 30, 2009 3:08 pm
- Forum: Developers Discussion
- Topic: Get links from db and write to website??
- Replies: 7
- Views: 2423
Re: Get links from db and write to website??
any one have any suggestions? Build un UDT. Look here for an example Alby is this code supposed to go on the pages, or in a server side php file? i see the other areas in the pages call from db by using curly braces such as {sitename} e.g. will i need to construct something ina server side php fil...
- Mon Mar 30, 2009 3:07 pm
- Forum: Developers Discussion
- Topic: Get links from db and write to website??
- Replies: 7
- Views: 2423
Re: Get links from db and write to website??
many thanks for trying to help but im getting the same smarty errors when using the code you mentioned above as what i do with my own code... im testing it by entering inside my content tags just to see the output.... Most Recently Updated'; $output .= ''; global $gCms; $hm =& $gCms->GetHierarch...
- Mon Mar 30, 2009 11:06 am
- Forum: Developers Discussion
- Topic: Get links from db and write to website??
- Replies: 7
- Views: 2423
Re: Get links from db and write to website??
any one have any suggestions? how do i pull info from the tables in the database to populate the menu? just to clarify...... i have a page on the site where the user can easily add new links to external sites... http://www.dat1.co.uk/link/ username and password protected.....but when logged in there...
- Sun Mar 29, 2009 4:23 pm
- Forum: Developers Discussion
- Topic: Get links from db and write to website??
- Replies: 7
- Views: 2423
Get links from db and write to website??
i have set up a page where the user can add new links to external site! once the user has added a new link it goes into the db and populates the links section on the site! my php code works outside the cms on the site but not withing cms pages? php:- ".$newLinkTitle.""; } } ?> and i...