ContentAliases Maximum CMSMS Version Supported = 1.1.1

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
giggler
Forum Members
Forum Members
Posts: 197
Joined: Tue Oct 09, 2007 7:08 am

ContentAliases Maximum CMSMS Version Supported = 1.1.1

Post by giggler »

Using CMSMS 1.2 and ContentAliases module says Maximum CMSMS Version Supported = 1.1.1. Will there be a version for 1.2 soon??
alby

Re: ContentAliases Maximum CMSMS Version Supported = 1.1.1

Post by alby »

giggler wrote: Using CMSMS 1.2 and ContentAliases module says Maximum CMSMS Version Supported = 1.1.1. Will there be a version for 1.2 soon??
In file ContentAliases.module.php

search:

Code: Select all

function MaximumCMSVersion()
{
  return '......';
}
and insert:
  return '1.2.1';

Alby
giggler
Forum Members
Forum Members
Posts: 197
Joined: Tue Oct 09, 2007 7:08 am

Re: ContentAliases Maximum CMSMS Version Supported = 1.1.1

Post by giggler »

oh, so it will work just fine on 1.2?
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: ContentAliases Maximum CMSMS Version Supported = 1.1.1

Post by calguy1000 »

there are no guarantees about that..... though the internal api hasn't changed so you stand a good chance of it working. 
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Post Reply

Return to “CMSMS Core”