Search found 14 matches
- Wed Jun 04, 2008 7:14 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Install not showing WYSISYG on any pages
- Replies: 7
- Views: 2536
Re: Install not showing WYSISYG on any pages
I had this same issue and finally found a solution. I came across this link in another thread: http://wiki.cmsmadesimple.org/index.php?title=User_Handbook/Admin_Panel/Extensions/Modules/TinyMCE&printable=yes it reads (in part): ----- do not frantically re-install CMSMS; you only need to restrict...
- Wed Jun 04, 2008 7:13 am
- Forum: Modules/Add-Ons
- Topic: TinyMCE problem
- Replies: 30
- Views: 8808
Re: TinyMCE problem
Hey I found a solution!! (without having to reinstall the whole thing) I came across this link in another thread: http://wiki.cmsmadesimple.org/index.php?title=User_Handbook/Admin_Panel/Extensions/Modules/TinyMCE&printable=yes it reads (in part): ----- do not frantically re-install CMSMS; you on...
- Wed Jun 04, 2008 5:28 am
- Forum: Modules/Add-Ons
- Topic: TinyMCE problem
- Replies: 30
- Views: 8808
Re: TinyMCE problem
Anyone know of any updates to this at all? I just installed two scripts on two different servers and they both lost the toolbar at some point. I hate going through and reinstalling the thing, but that's all I can do for now I suppose. BTW, it was 1.2.5.
- Tue May 13, 2008 4:39 pm
- Forum: Modules/Add-Ons
- Topic: TinyMCE problem
- Replies: 30
- Views: 8808
Re: TinyMCE problem
I'd say re-install the entire script then. (be sure and back up, etc..)SusanN wrote: Thank you. I did all that and am now running version 2.4.0b4 and still the editor is not there....
- Fri May 09, 2008 9:51 pm
- Forum: Modules/Add-Ons
- Topic: TinyMCE problem
- Replies: 30
- Views: 8808
Re: TinyMCE problem
Hello, I'm having this problem, too. It was a case where the Tiny MCE worked one day and the next day it was gone. I have not upgraded anything. We're using CMS MS version 1.2.3 and the Tiny MCE version is 2.4.0b1. I'm really not sure where to go from here. Thanks for any help. Same thing happe...
- Thu May 01, 2008 9:54 pm
- Forum: Modules/Add-Ons
- Topic: TinyMCE problem
- Replies: 30
- Views: 8808
Re: TinyMCE problem
Ok, well, I got mine working... but you're not going to like how I did it :o I just deleted EVERYTHING off of the server including the database. I then did a fresh install of 1.2.4 "Greenland" (which uses TinyMCE 2.2.7... same as cmsms 1.2.3 which I had running before). Before I did it,...
- Thu May 01, 2008 7:22 pm
- Forum: Modules/Add-Ons
- Topic: TinyMCE problem
- Replies: 30
- Views: 8808
Re: TinyMCE problem
I am still unsuccessful with this. I have tried both 2.2.7 and 2.4.0b3. In both cases the tool bar does NOT appear on my live host, but it works just fine locally. I have another site installed on the same hosting server that works just fine. It is using the same CMSMS version and TinyMCE versio...
- Mon Apr 21, 2008 11:19 pm
- Forum: General Discussion
- Topic: TinyMCE toolbar does not show up
- Replies: 4
- Views: 4272
Re: TinyMCE toolbar does not show up
I can post the entire process I used if requested, but it was fairly straight forward. Anyway, I do now have the toolbar back and seems to be working ok. Trying to fix mine as well. I would appreciate more details I was able to find and download that xml file just fine, but I can't figure out whi...
- Mon Apr 21, 2008 11:09 pm
- Forum: Modules/Add-Ons
- Topic: TinyMCE problem
- Replies: 30
- Views: 8808
Re: TinyMCE problem
Same issue here... only I didn't upgrade anything. It's just gone.
- Fri Mar 14, 2008 4:34 pm
- Forum: Modules/Add-Ons
- Topic: Site Search Module
- Replies: 2
- Views: 1341
Re: Site Search Module
uhm.... the Search module is installed by default, and is used in the default page templates. Ok :) suppose that was an obvious one eh? The sites I've done thus far I've just ditched the default templates and created my own from scratch. Guess I should look through them and see what other goodie...
- Thu Mar 13, 2008 11:07 pm
- Forum: Modules/Add-Ons
- Topic: Site Search Module
- Replies: 2
- Views: 1341
Site Search Module
Is there a basic Site Search Module? I looked through all the modules here and couldn't find one: http://dev.cmsmadesimple.org/softwaremap/trove_list.php?form_cat=311 Yet there seems to be 1 or 2 that are mentioned in old forum posts. Is there a better place to look through available modules? Thank...
- Thu Feb 07, 2008 12:47 am
- Forum: Developers Discussion
- Topic: Help with Custom Menu
- Replies: 2
- Views: 1711
Re: Help with Custom Menu
Well, never got a response on this, but I finally figured it out. Here is the final code below. Perhaps someone else will benefit from it down the road: {if $count > 0} <div id='main-nav'> <ul> {foreach from=$nodelist item=node} {if $node->depth == 1} {if $node->depth == 1 &&...
- Fri Jan 25, 2008 7:26 pm
- Forum: Developers Discussion
- Topic: Help with Custom Menu
- Replies: 2
- Views: 1711
Re: Help with Custom Menu
Been working through it. As it stands now I'm REALLY close. The only problem is I need to end each sub-nav set of links with two closing div tags. I'm currently accomplishing that with STARTING a top-level nav link by placing those tags. However, that only works if the last page to have a link i...
- Thu Jan 24, 2008 9:48 pm
- Forum: Developers Discussion
- Topic: Help with Custom Menu
- Replies: 2
- Views: 1711
Help with Custom Menu
I feel like I'm getting really close on this, but can't figure out this last part... So, here's an example of a hard-coded menu that I want to implement in CMSMS: <div id='main-nav'> <ul> <li class='nav1' ><a class='nav1' href='#'><span>Welcome</span></a></li> <li class='nav2'><a c...