, Guest!
Already a Member? Login or Register.

Menu



Clients



Showcase



FlexCMS eNews

To subscribe to our enewsletter, please enter your email address in the box below and click the "Subscribe" button.


Note:  You may easily remove yourself from the newsletter list at any time by following the instructions included with every mailing.


Rate FlexCMS

ScriptSearch.com Rating:

Hotscripts Rating
Excellent!
Very Good
Good
Fair
Poor

LATEST DEVELOPMENT NEWS:  FlexCMS 3.0 HAS BEEN RELEASED!!! CLICK HERE TO DOWNLOAD NOW!

Home > FlexCMS Support Forum > Recent Messages

FlexCMS Support Forum


Recent Messages

Next Page

User Help > General Support Requests > Problem with the Country selection changes. (Go To Message)
Rory
 
EmailJune 24, 2009 @ 7:39pm
Hi David
Thanks for the quick reply, I have emailed you what I have and what I'd like Flex to do for me. If you can help it would be much appreciated.
Many thanks
Rory
User Help > General Support Requests > Problem with the Country selection changes. (Go To Message)
DCSun
 
June 24, 2009 @ 5:34pm
Rory,

It's hard to say what might be causing the MySQL issue with the Members List, I wasn't able to duplicate it here. I'd have to see more of what's going on to be of any help there. If you can try to figure out what you did to fix your problem before that would be a good place to start.

The code that generates the calendar block can be found in index.php from lines 3168 through 3367. The output would all be stored in $FinalContents so you could print that at whatever point you wanted it to appear.

Regarding adding your code somewhere, I presume you're looking for that to appear every time a FlexCMS page is created. There would be two ways to accomplish that -- either in the index.php file or the template.php file for the template you're using. You said 'no luck' but didn't really elaborate on the problem. My best guess from what I see there is a database conflict that's causing some MySQL issues, adding your code to the top of the index.php file and then printing the output to the page later might solve that.


David
User Help > General Support Requests > Problem with the Country selection changes. (Go To Message)
Rory
 
New Prob!June 24, 2009 @ 7:59am
Sorted the Country problem out. But have a simular problem with View Members List.
When I click on a letter to filter the members it comes up with

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-20,20' at line 1

but only if there is no-one starting with that letter, otherwise it works ok.
Again any ideas? Cant remember what we did to sort the Country one out.

Also I want to put some php into the Header, so it matches the outside header you kindly gave me the script for (they look identical), I've tried all ways to add it into your template but with no luck. Here is what I want to add

<?
session_start();

include('admin/user.php');
$connection = mysql_connect("$host","$user","$password")
or die(mysql_error());
mysql_select_db("$txt_db_name",$connection)
or die(mysql_error());

if ($lgeidsel == "") {
$lgetosel = "1";
} else {
$lgetosel = $_SESSION['lgeidsel'];
}
$query = "SELECT * FROM Leagues WHERE l_id = '$lgetosel' LIMIT 1";
$result = mysql_query($query) or die ("Failed to read rows<br>Debug info: $query");
$num_res = mysql_num_rows($result);

while ($myrow = mysql_fetch_array($result)){
$l_id = $myrow['Id'];
$name = $myrow['name'];

?>
and
<?php
if ($lgetosel == $league_id) {
print "<font size=\"2\"><b>{$name}</b></font>";
} else {
print "";
}
}
?>
Ive tried with and without the connect to db bit.

Re the left side index can you supply me with the code that makes up the small calendar, so it auto changes days and months, so I can use it in my left index outside flex, so clicking on the days still goes to the calendar within flex.
Cheers
Rory
User Help > General Support Requests > How do i remove logo (Go To Message)
linns
 
June 8, 2009 @ 1:08pm
Thanks Kel

That did the trick Smile
User Help > General Support Requests > How do i remove logo (Go To Message)
otter
 
June 8, 2009 @ 10:33am
Hi Linns,

This is not an known issue - it could be happening because your server folders are not chmoded properly; the permission level you are using is not set to allow an upload by that permission level or the file type is incorrect you are trying to upload. You should be getting an error message if you are unable to upload as well which would tell you why it didn't work. And finally, try scanning for changes to make sure your image really isn't there.

Please review the above and update here if you require further assistance.

Thanks!

Kel
User Help > General Support Requests > How do i remove logo (Go To Message)
linns
 
Uploading Images June 8, 2009 @ 1:59am
I'm not able to upload images either is this also a known problem i could'nt see anything about this , so maybe its just my site

Thanks
User Help > General Support Requests > How do i remove logo (Go To Message)
DCSun
 
June 4, 2009 @ 9:12pm
If you've not added or removed any other top blocks, the one that displays the logo will be the second down -- Main Menu is the other one. You can either remove it entirely and create a new one with your desired logo, or modify the existing code to include your image (the image tag is currently <img src="'.$Settings['SPL'].'" border="" alt="">).

The color picker error is a known issue, we hope to have that corrected in the next version.


David
User Help > General Support Requests > How do i remove logo (Go To Message)
linns
 
another problem aswell June 4, 2009 @ 3:46pm
When i try to change the colours from the site preferences i get this error

The requested URL /color_picker.html was not found on this server.
User Help > General Support Requests > How do i remove logo (Go To Message)
linns
 
How do i remove logo June 4, 2009 @ 3:40am
i looked to try and remove the top logo but the instructions on the site here say to go to the logo block , i can't see this block in the latest version , can anyone help please

ThanksWink
User Help > General Support Requests > Breadcrumbs (Go To Message)
hj
 
May 22, 2009 @ 8:12am
Hi David,

OK, thanks for that. Best to turn it off really then, I guess, as everything is relative to the Home Page in some way! Not a lot of point when there is both a Home Page link always in the main menu as well as the header bar acting as a Home link. It's just reiteration.

A real breadcrumb trail might be useful, though.

Thanks for pointing out where I can turn them off, couldn't find it before!

cheers
Hugh

Next Page





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



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

Processing Time: 0.48765 seconds.
 
Management Login

Powered By FlexCMS
Powered By FlexCMS


Valid CSS!