Search found 128 matches
- Mon Dec 07, 2015 9:44 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: cmsms-2.0.1.1-install.php Won't Run
- Replies: 18
- Views: 19954
Re: cmsms-2.0.1.1-install.php Won't Run
Oops...not VisitorStats. It is stale. So, I deleted it.
- Mon Dec 07, 2015 8:48 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: cmsms-2.0.1.1-install.php Won't Run
- Replies: 18
- Views: 19954
Re: cmsms-2.0.1.1-install.php Won't Run
I sort of successfully upgraded directly from 1.12.1 to 2.1 without going through the 2.0 and 2.0.1 package upgrades. I had to rename modules/CMSForms to disable it because I had an error: Fatal error: Uncaught --> Smarty: Plugin "form_label" not callable <-- thrown in /home/fbcaaorg/publi...
- Tue Nov 24, 2015 11:03 pm
- Forum: CMSMS Core
- Topic: [SOLVED]Redeclaration error Integrating WordPress into CMSMS
- Replies: 6
- Views: 2719
Re: Redeclaration error while Integrating WordPress into CMS
I tried the solution at http://www.cmscanbesimple.org/blog/a-xml-or-rss-feed-reader-with-plain-smarty and I get: PHP function 'simplexml_load_file' not allowed by security setting Looks like remote file access has been disabled by default on my server...a2hosting.com. Is that controlled by allow_url...
- Tue Nov 24, 2015 12:47 pm
- Forum: CMSMS Core
- Topic: [SOLVED]Redeclaration error Integrating WordPress into CMSMS
- Replies: 6
- Views: 2719
Re: Redeclaration error while Integrating WordPress into CMS
First reason: I didn't know there was a tool readily-available like this. Thanks for pointing it out. I should have known to check cmscanbesimple.org before posting here :-) Second reason: It could work for certain situations, but it doesn't seem like it will do just what I had in mind. I was hoping...
- Tue Nov 24, 2015 11:43 am
- Forum: CMSMS Core
- Topic: [SOLVED]Redeclaration error Integrating WordPress into CMSMS
- Replies: 6
- Views: 2719
[SOLVED]Redeclaration error Integrating WordPress into CMSMS
CMS 2.0.1.1. I am trying to show WordPress posts inside a CMSMS page. I started with the following UDT called "Blog". require('/xyz/abc/public_html/blog/wp-blog-header.php'); // Get the last 3 posts. global $post; $args = array( 'posts_per_page' => 3 ); $myposts = get_posts( $args ); forea...
- Mon Nov 16, 2015 4:10 am
- Forum: CMSMS Core
- Topic: How to send parameter to a FormBuilder page
- Replies: 1
- Views: 1571
How to send parameter to a FormBuilder page
I am converting a site that consists of a bunch of php files into CMS Made Simple 2.0.1.1. There is a page for each staff person in the organization, and each page has a link like this: <a href="contact.php?id=unique-id-for-this-person">Contact Me</a> So, a bunch of similar links point to ...
- Fri Nov 13, 2015 3:36 am
- Forum: The Lounge
- Topic: [SOLVED] CMSForms and Mailer Issue
- Replies: 1
- Views: 1449
[SOLVED] CMSForms and Mailer Issue
I'm working on a fresh install of CMS Made Simple 2.0.1.1. Put in some simple content pages, and now trying to build a contact form, so I thought I would check out FormBuilder. (I had used the CMSForms module on my other CMS installations). While installing, module manager warned that this module de...
- Sun Oct 25, 2015 9:17 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] CGFeedMaker produces empty RSS feed from CGBlog
- Replies: 5
- Views: 1767
Re: CGFeedMaker produces empty RSS feed from CGBlog
Thanks Rolf. Your code helped me revise my feed "summary template" in CGBlog. I still use CGFeedMaker so I don't follow all the instructions in your post, but it was just what the doctor ordered. I'm at the finish line now. {foreach from=$items item=entry} <item> <title>{$entry->title|esca...
- Sat Oct 24, 2015 11:42 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] CGFeedMaker produces empty RSS feed from CGBlog
- Replies: 5
- Views: 1767
Re: CGFeedMaker produces empty RSS feed from CGBlog
If instead I split the <description> code into three lines like this <description> {$desc|trim|strip_tags|unescape:"htmlall"} </description> then I get <description></description> (By the way, I am planning to move to 2.0.1 soon, but I want to make sure I start with a working site before m...
- Sat Oct 24, 2015 7:32 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] CGFeedMaker produces empty RSS feed from CGBlog
- Replies: 5
- Views: 1767
Re: CGFeedMaker produces empty RSS feed from CGBlog
Thank you. This got me on the right track, but I'm not at the finish line yet. Since CGBlog doesn't support template=, I had to change the suggested call to {CGBlog summarytemplate="cgfeedmaker" action="default" number=500} Then, in the new CGBlog summary template, I had to chang...
- Fri Oct 23, 2015 10:48 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] CGFeedMaker produces empty RSS feed from CGBlog
- Replies: 5
- Views: 1767
[SOLVED] CGFeedMaker produces empty RSS feed from CGBlog
I have had for a long while a CGFeedMaker template for a blog rss feed. Apparently, about the end of August or early September 2015 it broke. The variable $items in the code below became empty. I added if (isset($items)) to fix the immediate problem of an undefined variable, but after that I am not ...
- Thu Sep 10, 2015 3:10 am
- Forum: Modules/Add-Ons
- Topic: Temporary code for resetting password invalid
- Replies: 2
- Views: 1820
Temporary code for resetting password invalid
Just did a fresh install of FrontEndUsers and SelfRegistration. Created some users with self-registration. Then tried the lost my password feature. It sends me an email, I click the link, something like .../cms/feu/verify/154/2/F3C0B2B295427EBCA4A094CC2 I input my new password twice. Then upon Submi...
- Sat Oct 18, 2014 4:43 pm
- Forum: CMSMS Core
- Topic: How Attach CGBlog Detail Tmpl with Specified Layout Tmpl
- Replies: 2
- Views: 1867
Re: How Attach CGBlog Detail Tmpl with Specified Layout Tmpl
Thank you! I set both the default detail page and the default summary page to the same page--the one that has this single line in the Content field: {CGBlog pagelimit="12"} It works better already. Previously, I had in my head that I would be looking for a place to specify the default deta...
- Fri Oct 17, 2014 8:31 pm
- Forum: CMSMS Core
- Topic: How Attach CGBlog Detail Tmpl with Specified Layout Tmpl
- Replies: 2
- Views: 1867
How Attach CGBlog Detail Tmpl with Specified Layout Tmpl
Relevant to News and CGBlog modules...I have a page that displays all blog articles, summary view. It displays in a page associated with page layout template X. When I click the detail link for the blog article, it sends me to a page associated with page layout template Y. Since Y is not associated ...
- Thu Oct 16, 2014 3:44 pm
- Forum: CMSMS Core
- Topic: Page URL goes lowercase?
- Replies: 6
- Views: 2875
Re: Page URL goes lowercase?
Thanks for the replies. My real-world problem was that I inherited a hacked-up website that had mixed-case URLs for many of the static .html files. I redesigned the site and put it into CMSMS, and my desire was to redirect all old links, like those remembered by google, to the new corresponding page...