Search found 11 matches
- Mon Feb 04, 2013 9:38 pm
- Forum: CMSMS Core
- Topic: Pretty URLs
- Replies: 2
- Views: 1245
Re: Pretty URLs
Worked perfectly. Thanks so much.
- Mon Feb 04, 2013 7:20 pm
- Forum: CMSMS Core
- Topic: Pretty URLs
- Replies: 2
- Views: 1245
Pretty URLs
I have Pretty URLs enabled on several other CMS installations. However, I am unable to get them working on a particular one. I am running 1.11.4 - no special modules installed. I am currently building on an IP address, and will eventually point the domain to it. I have modified the config file and u...
- Wed Aug 01, 2012 4:06 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: CMSMS 1.11 - Galapagos
- Replies: 92
- Views: 73809
Re: CMSMS 1.11 - Galapagos
Thank you. I had a different upgrade wiki page bookmarked, and it did not include that step. Interesting. Thanks for the quick response.
- Wed Aug 01, 2012 3:36 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: CMSMS 1.11 - Galapagos
- Replies: 92
- Views: 73809
Re: CMSMS 1.11 - Galapagos
I have a general question about the upgrading process and how not lose the existing data I have in my old installation. I currently have version 1.10.3 on all my sites. I went through the process of installing 1.11 over my smallest site, having backed everything up before hand, and it seems all of m...
- Sat May 07, 2011 6:29 pm
- Forum: CMSMS Core
- Topic: Access DB name within UDT?
- Replies: 1
- Views: 1257
Access DB name within UDT?
Is there a simple way to access the database name, username, and password from within a UDT? I have many UDTs that need access to the database, and right now I'm manually assigning the database name to a variable. $DBName = "mydbname"; The database name (and username and password) must be ...
- Thu Nov 06, 2008 5:59 pm
- Forum: CMSMS Core
- Topic: TinyMCE removing submit button text
- Replies: 5
- Views: 2740
Re: TinyMCE removing submit button text
I don't need to put form code in a wysiwyg place. That just happens to be how I use CMS Made Simple. Putting it in a UDT is a solution, but it adds a level of complexity that just isn't necessary. I've already got 15 UDTs. It would be nice to just have the code on the page it is needed on. For ...
- Thu Nov 06, 2008 5:19 pm
- Forum: CMSMS Core
- Topic: TinyMCE removing submit button text
- Replies: 5
- Views: 2740
Re: TinyMCE removing submit button text
I alternate between using some of the wysiwyg features and writing code. Therefore, I don't want to turn TinyMCE off. It is my understanding that TinyMCE changes the code to meet standards, but why does it remove the value attribute? It seems like it shouldn't be so hard to just label a button. T...
- Wed Nov 05, 2008 7:17 pm
- Forum: CMSMS Core
- Topic: TinyMCE removing submit button text
- Replies: 5
- Views: 2740
TinyMCE removing submit button text
Sorry if this has been answered before. I have done a number of searches and haven't been able to find the answer. Why is TinyMCE removing the value="Submit" part of my submit button code? And more importantly, what can I do about it (besides make the button an image, which I think is ov...
- Wed Feb 27, 2008 7:04 pm
- Forum: CMSMS Core
- Topic: $config['db_hostname'] after installation
- Replies: 1
- Views: 1094
$config['db_hostname'] after installation
Our web host has started setting up each web site on a different server than its database. I am now unable to use the msql export into outfile command, which I really need for the client. If I were able to get them to move the DB to the web server, is there anything standing in the way of me chang...
- Wed Feb 27, 2008 5:12 pm
- Forum: Modules/Add-Ons
- Topic: Search Module Searching Different Parts of Sites
- Replies: 2
- Views: 1261
Re: Search Module Searching Different Parts of Sites
I'd like to add a new parameter called book that if present, indicates that I'm doing a book search and to process accordingly. I have 6 templates, and so I want to only include 1 of them in the book search. I've posted what I've done below. The debugging I've done would indicate that the book pa...
- Wed Feb 27, 2008 3:33 am
- Forum: Modules/Add-Ons
- Topic: Search Module Searching Different Parts of Sites
- Replies: 2
- Views: 1261
Search Module Searching Different Parts of Sites
I have a medical group site, and within that site is a book (made up of many individual pages). On the regular site pages, I want to be able to search the entire site - including the book. On the book pages, I want the search module to only search the book pages. Is this possible? It's not clear...