Search found 34 matches
- Mon Dec 03, 2012 3:16 pm
- Forum: The Lounge
- Topic: [SOLVED] Cannot add HTML table to Page
- Replies: 4
- Views: 2481
Re: Cannot add HTML table to Page
to install TinyMCE Extensions > Module manager > Available Modules > T > TinyMCE > Download & install After you have completed the installation, make TinyMCE your default editor My preferences > my account > user preferences > Select WYSIWYG to use: TinyMCE Man, this is really weird. I tried lo...
- Wed Nov 28, 2012 7:22 pm
- Forum: The Lounge
- Topic: [SOLVED] Cannot add HTML table to Page
- Replies: 4
- Views: 2481
Re: Cannot add HTML table to Page
Using TinyMCE: Extensions > TinyMCE WYSIWYG > Profiles > "Allow table operations" must be active. I can't seem to find that directory. Where is it exactly? I am running MicroTiny module and I searched for TinyMCE in the module search and wasn't able to find it at all! Where'd you get your...
- Sun Nov 25, 2012 11:41 pm
- Forum: The Lounge
- Topic: [SOLVED] Cannot add HTML table to Page
- Replies: 4
- Views: 2481
[SOLVED] Cannot add HTML table to Page
Hello! I cannot add the code: <table></table> to my page. It lets me write it in but when I SUBMIT and go back into it to edit, it has disappeared! Here is my code: It removes all the table & td elements. Do I need to change something with the settings? <div class="maincontent"> <div i...
- Wed Oct 17, 2012 5:38 pm
- Forum: Tips and Tricks
- Topic: HOWTO: Proper news pagination (with page numbers!)
- Replies: 37
- Views: 50453
Re: HOWTO: Proper news pagination (with page numbers!)
Thanks a lot for sharing!
Helped me out a lot! Just had to change a few very small things to fit my CSS style and then it was perfect!
Helped me out a lot! Just had to change a few very small things to fit my CSS style and then it was perfect!
- Wed Oct 17, 2012 3:16 pm
- Forum: The Lounge
- Topic: What host provider do you use?
- Replies: 7
- Views: 2933
Re: What host provider do you use?
I've checked that out but it doesn't answer the OP's questions.Dr.CSS wrote:http://www.cmsmadesimple.org/partners/
Which host do you use Dr.CSS?
- Mon Oct 15, 2012 10:03 pm
- Forum: The Lounge
- Topic: What host provider do you use?
- Replies: 7
- Views: 2933
Re: What host provider do you use?
True!gianpiero wrote:Beware, suspect any hosting server that OFFER UNLIMITED SPACE AND TRAFFIC.2. What host provider would you you recommend to stay the hell away from?
Basically means that you are sharing the total space/traffic with many others = bad & good days!
- Mon Oct 15, 2012 10:03 pm
- Forum: The Lounge
- Topic: What host provider do you use?
- Replies: 7
- Views: 2933
Re: What host provider do you use?
I tried searching and didn't find anything valuable unfortunately!Dr.CSS wrote:Asked and answered in many places on forum, try Search...
- Mon Oct 15, 2012 10:00 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED]Unable to CSS Style the Submit button in Formbuilder
- Replies: 2
- Views: 1583
Re: Unable to CSS Style the Submit button from the Formbuild
Hey!uniqu3 wrote:how aboutorCode: Select all
.submit input { the style }
Code: Select all
.submit input[type="submit"] { the style }
The first code that you submitted worked perfectly for me!
Thank you!!
- Mon Oct 15, 2012 4:37 pm
- Forum: The Lounge
- Topic: What host provider do you use?
- Replies: 7
- Views: 2933
What host provider do you use?
Hey! I've been reading reviews of several hosts and it seems like everything on the internet sucks. The majority of these host providers include slow server times, unusual down-time and service. So therefore, I'd love to ask people here: 1. What service provider are you currently using with CMS Made...
- Mon Oct 15, 2012 4:28 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED]Unable to CSS Style the Submit button in Formbuilder
- Replies: 2
- Views: 1583
[SOLVED]Unable to CSS Style the Submit button in Formbuilder
Hello! I want to CSS Style the Forbuilder module Submit button. I'm able to change it's size, margin etc., but not the actual font, the background or border of it. I'm using the "contact" form. I'm using the CSS command .submit { } but I look into the form template and that addresses the a...
- Thu Oct 11, 2012 12:24 am
- Forum: CMSMS Core
- Topic: Cannot Save Template/Stylesheet changes.
- Replies: 5
- Views: 2671
Re: Cannot Save Template/Stylesheet changes.
Quick search of the forum... http://forum.cmsmadesimple.org/viewtopic.php?f=8&t=52741 Hey Dr.CSS, this is not my problem at all. All my pages are visible in the interface. The problem is that sometimes CMS Made Simple & my website show very slow load speeds. When this is the case, I can mak...
- Thu Oct 11, 2012 12:20 am
- Forum: The Lounge
- Topic: [SOLVED] Can you call smarty code in the Pages content area?
- Replies: 4
- Views: 1959
Re: Can you call smarty code in the Pages content area?
Thank you! This works perfectly for my purpose!Dr.CSS wrote:When you are trying to put code like that in a page it is sometimes better to put it in a GCB with editor turned off then use that in the "Content'...
- Wed Oct 10, 2012 10:12 pm
- Forum: The Lounge
- Topic: [SOLVED] Can you call smarty code in the Pages content area?
- Replies: 4
- Views: 1959
Re: Can you call smarty code in the Pages content area?
short answer: yes slightly longer answer: don't mix design code and content code, disable the wysiwyg for pages with design in them, even longer answer: <literal> is not a valid tag. In HTML, or in smarty. {literal} is a smarty tag that turns off all smarty interpreting of the contents until {/lite...
- Wed Oct 10, 2012 9:40 pm
- Forum: The Lounge
- Topic: [SOLVED] Can you call smarty code in the Pages content area?
- Replies: 4
- Views: 1959
[SOLVED] Can you call smarty code in the Pages content area?
Hello. I'm wondering if it's possible to add smarty code into the page content WYSIWYG HTML editor. To clarify, here is an example: I want to call this code in the Pages content area. I have switched HTML view. <literal><div id="disquscomments"> {capture name=xxx assign=sid}news_{$entry->i...
- Wed Oct 10, 2012 9:02 pm
- Forum: CMSMS Core
- Topic: Cannot Save Template/Stylesheet changes.
- Replies: 5
- Views: 2671
Re: Cannot Save Template/Stylesheet changes.
Did you set the "server" time in config, do you have any yellow ! or red X in system info page..? http://forum.cmsmadesimple.org/viewtopic.php?f=40&t=2661 I have more information! My website does not have any caching as far as I know. At least, I haven't set anything up in CMS Made Si...