2010-03-10, 13:14:07
I have been requested to create a site using any CMS of my choice, I choose GetSimpe.
As this will be my first official GetSimple website (other than just messing around with it) I
have a few questions. Many of you have answered my questions already on other post and
in the documentation. But I still have a few:
1. My client has requested that I create a theme for both the IPhone and the computer. I have
located this theme that will work fine (http://get-simple.info/forum/viewtopic.php?id=202) I found
also on this page a way to detect the type of browser and redirect them accordingly.
But as this will be the same site, they will require that the same content be automatically generated for both?
So is there a code available that would automatically overwrite the current theme with this theme name? If not
would there be a way to relink the data file from
to
this way the data could automatically be pulled from the same source folder no matter where it was located on the FTP.
2. Has anyone started on any type of FaceBook Plugin?
3. Has anyone started a Multi user Login system? (or a way to hack a current release to have more than one user?)
4. Does any one know if or when they will include Zegnåts plugin within the core?
5. Is any one out there building any plugins they would like beta tested? I would be very interested...
6. Is there a way to enable more folders within the file uploader?
Thanks in advance..
As this will be my first official GetSimple website (other than just messing around with it) I
have a few questions. Many of you have answered my questions already on other post and
in the documentation. But I still have a few:
1. My client has requested that I create a theme for both the IPhone and the computer. I have
located this theme that will work fine (http://get-simple.info/forum/viewtopic.php?id=202) I found
also on this page a way to detect the type of browser and redirect them accordingly.
Code:
<script language=javascript>
<!--
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)))
{
location.href='YOURURLHERE';
}
-->
</script>
But as this will be the same site, they will require that the same content be automatically generated for both?
So is there a code available that would automatically overwrite the current theme with this theme name? If not
would there be a way to relink the data file from
Code:
/data/
Code:
../data/
2. Has anyone started on any type of FaceBook Plugin?
3. Has anyone started a Multi user Login system? (or a way to hack a current release to have more than one user?)
4. Does any one know if or when they will include Zegnåts plugin within the core?
5. Is any one out there building any plugins they would like beta tested? I would be very interested...
6. Is there a way to enable more folders within the file uploader?
Thanks in advance..
JWH Technologies
Have any marketing ideas for Get-Simple? Let me hear them!
Have any marketing ideas for Get-Simple? Let me hear them!