, Guest!
Already a Member? Login or Register.

Menu



Showcase


Due to the volume of spam happening on our forums, posting is now restricted to verified members only.  If you're not verified, drop us a note with your username.

Home > FlexCMS Support Forum > Recent Messages

FlexCMS Support Forum


Recent Messages

Previous Page Next Page

User Help > General Support Requests > CALENDAR QUESTION (Go To Message)
Forfyv
 
May 24, 2008 @ 6:39pm

Quote (DCSun)


You are correct, that doesn't currently exist in the FlexCMS calendar system. It becomes fairly complicated, but it's something we've had requested before and will probably take another look at in the future.

In the meantime you can add the event fairly easily to numerous years by simply adding multiple dates to the list when you create the event.


David


yep, it can get weird. I have seen calendars that do it, I'll take a look. Maybe I can cobble something together.
User Help > Bug Reports & Enhancement Release Updates > message board glitch (Go To Message)
Forfyv
 
message board glitchMay 24, 2008 @ 6:31pm
I changed my forum colors
When I went to manage categories/boards, I was not happy with the view at all.

My db:
table:mb-Settings
field:ColorOverrides
data:%%#666666%%#e0e0e0%%#EFEFEF%%#000000%%#000000%%#00E5E5%%#000000%%#990000%%#d8d8d8%%#666666

The colors are not even close to what I'd expect.

I fixed:
line 50 - 67

in the file:
inc-mb-admin-boardsandcats.php


Code


if ($OverridesArray[1] != '') {
$Colors['MBBorder'] = $OverridesArray[1]; // main border
}
if ($OverridesArray[2] != '') {
$Colors['MBBG'] = $OverridesArray[2]; // main background
}
if ($OverridesArray[3] != '') {
$Colors['MBAlternateBG'] = $OverridesArray[3]; // alternate background
}
if ($OverridesArray[4] != '') {
$Colors['MBSpacerLine'] = $OverridesArray[4]; // spacer line between categories and messages in a thread
}
if ($OverridesArray[5] != '') {
$Colors['MBHeadingText'] = $OverridesArray[5]; // top headings text
}
if ($OverridesArray[6] != '') {
$Colors['MBHeadingBG'] = $OverridesArray[6]; // top headings background
}
if ($OverridesArray[7] != '') {
$Colors['MBText'] = $OverridesArray[7]; // main text
}


If you are unhappy with the colors in the message board module that manages categories and boards, replace the existing code with mine.

http://www.45inx.com/flex/index.php
User Help > General Support Requests > CALENDAR QUESTION (Go To Message)
DCSun
 
May 24, 2008 @ 4:01pm

Quote (Forfyv)

I don't see any way of creating a repeating event, such as a birthday, etc.

Did I miss something or will this be something that we can look forward to in a future release?


You are correct, that doesn't currently exist in the FlexCMS calendar system. It becomes fairly complicated, but it's something we've had requested before and will probably take another look at in the future.

In the meantime you can add the event fairly easily to numerous years by simply adding multiple dates to the list when you create the event.


David
User Help > General Support Requests > CALENDAR QUESTION (Go To Message)
Forfyv
 
repeating eventsMay 24, 2008 @ 1:58pm
I don't see any way of creating a repeating event, such as a birthday, etc.

Did I miss something or will this be something that we can look forward to in a future release?
General > Showcase > 45inx.com (Go To Message)
Forfyv
 
45inx.comMay 22, 2008 @ 8:46pm
I actually just wanted to get an online catalog/shopping cart for a friend of mine to host on my web site.

Once I started playing with FlexCMS for her rock/gem/lapidary store, I decided to install it for my own use as well.

I am thinking of migrating my entire site actually.

I have been hand coding my own website for years, and have resisted using any CMS mostly because the complexity of administration was just too steep of a learning curve,

This looks like a gem of a product and I really hope you folks continue development.

My website:

http://www.45inx.com

the FlexCMS portion resides at the moment at:
http://www.45inx.com/flex/index.php

I'm in the process of integrating the two, and hopefully I'll be using Flex from my web root soon.

I think I will have to upgrade to a professional license so I can use all the modules that I am hand coding functions for now, or using various other products as perl/cgi.

I have had several people ask/complain over the years why they have to register separately for each of the site features I currently use, ie. Calendar/forum/mail list/photo gallery/ etc.

Now with the integrated modules, I can tell those folks, "here ya go, one login and you have access to all those features!"

Thanks again for such a fine product!!

45 Mike
General > Feature Requests > paypal for downloaded products (Go To Message)
DCSun
 
May 22, 2008 @ 8:44pm
45,

FlexCMS will definitely do that in the fairly near future, but exactly when is not yet known.

If you'd like to attempt building it yourself, the PayPal IPN system is most likely the way to go. Orders are stored in the ec-Orders table of the database if you need to retrieve anything about the order when processing it. FlexCMS passes the user's account number and the order number through to PayPal as the Product ID.

We also offer our services for custom programming projects if you just can't wait for it to be added to the FlexCMS distribution. Feel free to contact with the details of your project to discuss that further.


David
General > Feature Requests > paypal for downloaded products (Go To Message)
Forfyv
 
paypal for downloaded productsMay 22, 2008 @ 8:28pm
I'll be looking at your code to see if I can hook something in that will allow me to offer an item for download, rather than a physical product that would need an address and shipment.
What would be sweet is if there were an area set aside to store those items, and once payment has been confirmed, a script sends that item automatically.

Of course if you folks built that I would not have to,Smile
Hint, Hint!

Thanks, I really like this!

45
User Help > FAQ's: Templates > Logo Trouble (Go To Message)
macat
 
May 19, 2008 @ 11:40am
Thanks 45!!
User Help > FAQ's: Templates > Logo Trouble (Go To Message)
Forfyv
 
menu block editMay 19, 2008 @ 12:31am

Code


if ($LoggedIn == 'y') {
$NamePrint = $UserDisplayName.'!</b><br><font size="1"><A HREF="'.$MainURL.'/options.html" class="BlockColors"><font face="'.$FontFace.'" size="1">Control Panel</font></A> | <A HREF="'.$MainURL.'/profile-edit.html" class="BlockColors"><font face="'.$FontFace.'" size="1">Edit Profile</font></A> | <A HREF="'.$MainURL.'/logout.html" class="BlockColors"><font face="'.$FontFace.'" size="1">Logout</font></A><br></font>';
}
else {
$NamePrint = 'Guest!</b><br><font face="'.$FontFace.'" size="1">Already a Member? <A HREF="'.$MainURL.'/login.html" class="BlockColors"><font face="'.$FontFace.'" size="1">Login</font></A> or <a href="'.$MainURL.'/register.html" class="BlockColors">Register</a>.<br></font>';
}

print '<div align="center">
<center>
<table border="0" cellspacing="1" width="100%">
<tr>
<td width="50%"if ($LoggedIn == 'y') {
$NamePrint = $UserDisplayName.'!</b><br><font size="1"><A HREF="'.$MainURL.'/options.html" class="BlockColors"><font face="'.$FontFace.'" size="1">Control Panel</font></A> | <A HREF="'.$MainURL.'/profile-edit.html" class="BlockColors"><font face="'.$FontFace.'" size="1">Edit Profile</font></A> | <A HREF="'.$MainURL.'/logout.html" class="BlockColors"><font face="'.$FontFace.'" size="1">Logout</font></A><br></font>';
}
else {
$NamePrint = 'Guest!</b><br><font face="'.$FontFace.'" size="1">Already a Member? <A HREF="'.$MainURL.'/login.html" class="BlockColors"><font face="'.$FontFace.'" size="1">Login</font></A> or <a href="'.$MainURL.'/register.html" class="BlockColors">Register</a>.<br></font>';
}

print '<div align="center">
<center>
<table border="0" cellspacing="1" width="100%">
<td width="50%" valign="middle" align="center">


YOUR CODE GOES HERE


Code


</td>
<tr>
<td width="50%" valign="middle" align="center"><font size="2" color="'.$Colors['BText'].'">
<script language="JavaScript"><!--
var Today = new Date();
var Days = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
var Months = new Array("January","February","March","April","May","June","July","August","September","October","November","December");
var Year = Today.getYear();
if (Year < 1000) { Year += 1900; }
var Day = Today.getDate();
var DateEnding = "th";
if (Day == 1 || Day == 21 || Day == 31) { DateEnding = "st"; }
else if (Day == 2 || Day == 22) { DateEnding = "nd"; }
else if (Day == 3 || Day == 23) { DateEnding = "rd"; }
document.write( Days[Today.getDay()] + ", " + Months[Today.getMonth()] + " " + Day + DateEnding + ", " + Year ); //--></script><noscript></noscript><br><br>
<b><script language="JavaScript"><!--
var Greeting = "Hello";
var Today = new Date();
var CurrentHour = Today.getHours();
if (CurrentHour < 12) { Greeting = "Good Morning"; }
if (CurrentHour >= 12 && CurrentHour < 17) { Greeting = "Good Afternoon"; } if (CurrentHour >= 17) { Greeting = "Good Evening"; } document.write(Greeting); //--></script><noscript>Hello</noscript>, '.$NamePrint.'

</td>
</tr>
</table>
</center>
</div>';
<td width="50%" valign="middle" align="center"><font size="2" color="'.$Colors['BText'].'">
<script language="JavaScript"><!--
var Today = new Date();
var Days = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
var Months = new Array("January","February","March","April","May","June","July","August","September","October","November","December");
var Year = Today.getYear();
if (Year < 1000) { Year += 1900; }
var Day = Today.getDate();
var DateEnding = "th";
if (Day == 1 || Day == 21 || Day == 31) { DateEnding = "st"; }
else if (Day == 2 || Day == 22) { DateEnding = "nd"; }
else if (Day == 3 || Day == 23) { DateEnding = "rd"; }
document.write( Days[Today.getDay()] + ", " + Months[Today.getMonth()] + " " + Day + DateEnding + ", " + Year ); //--></script><noscript></noscript><br><br>
<b><script language="JavaScript"><!--
var Greeting = "Hello";
var Today = new Date();
var CurrentHour = Today.getHours();
if (CurrentHour < 12) { Greeting = "Good Morning"; }
if (CurrentHour >= 12 && CurrentHour < 17) { Greeting = "Good Afternoon"; } if (CurrentHour >= 17) { Greeting = "Good Evening"; } document.write(Greeting); //--></script><noscript>Hello</noscript>, '.$NamePrint.'

</td>
</tr>
</table>
</center>
</div>';




Quote (macat)

I took out the logo code on the Good Morning Block [ <img src="'.$Settings['SPL'].'" border="0" alt=""> ], and now I can't figure out how it goes back in so I can put my own logo in. Can someone please paste the whole block code here so I can replace my broken one ... Thanks!!!
General > Showcase > DoctorOfManagement.com (Go To Message)
DCSun
 
May 17, 2008 @ 2:25pm
Great looking FlexCMS site, thanks for sharing!

Previous Page Next Page





Try & Buy FeedForAll - Easy to use RSS Feed Creator - great for iTunes users!

MEMBERS




All Contents, Code, Scripts and Technologies Copyright 2003-2009 FlexCMS.
All Rights Reserved. Software License Agreement

Processing Time: 0.25085 seconds.
 
Management Login

Powered By FlexCMS
Powered By FlexCMS