, 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 > Home > Control Panel > View Members List (Go To Message)
Wolf
 
Home > Control Panel > View Members ListJune 12, 2008 @ 8:22am
I just noticed an error when logged in as administrator and viewing my members list...


Code

Home > Control Panel > View Members List


When I use the alphabetic navigation links


Code

Show All A B C D E F G H I J K L M N O P Q R S T U V W X Y Z


and click on a letter that has no corresponding membername that uses that letter, I receive the following error message:


Code

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 '-50,50' at line 1


Thanks,
Wolf
User Help > General Support Requests > Latest forum posts (Go To Message)
DCSun
 
June 11, 2008 @ 8:15am
Peter,

Probably the easiest way would be to just run a query on the table that contains the message board threads, then you can create the output to suit your needs. Something like this should get you started:
Code

$query = "select * from `".$Settings['DBPrefix']."mb-Threads` order by LastReply desc limit 10";
$result = mysql_query($query) or die (mysql_error());
while ($row = mysql_fetch_array($result)) {

print '<a href="'.$MainURL.'/forum/'.$row['BoardID'].'/'.$row['RecordNumber'].'.html">'.$row['Title'].'</a><br>';

}



David
User Help > General Support Requests > Latest forum posts (Go To Message)
pebe
 
Latest forum postsJune 11, 2008 @ 6:15am
Hi,

I'm using some code (see below) that I found on the forum to display all postings from the forum.

How can I create this list withoud the content of the posts?
I'd only like to see the headings and a way to limit to only see the the last 10 new posts?

Best regards,
Peter
www.inspired-divers.be

//
Code

$query = "select * from `".$Settings['DBPrefix']."mb-Settings`";
$result = mysql_query($query) or die (mysql_error());
while ($row = mysql_fetch_array($result)) {
$mbSettings[$row['Name']] = $row['Value'];
}

include_once('./inc-mb-recent.php');

print $PageContents;
//
User Help > FAQ's: Templates > Adding a background picture... (Go To Message)
DCSun
 
June 7, 2008 @ 2:22am
H,

Look in the template.php file for the <style> section. There you can add whatever you need to control your background image. Something like this should work:
Code

body
{
background-image: url("'.$TemplateImagesURL.'/your_bg.gif");
background-repeat: no-repeat;
background-attachment:fixed;
background-position: bottom left
}



David
User Help > FAQ's: Templates > Adding a background picture... (Go To Message)
h
 
adding a fixed backgroundJune 6, 2008 @ 10:57pm
i can change the image, yes. but no relevant tag that I have tried...and I admit I am a novice...gets me the "fixed" attribute ..or the no-repeat attribute. Can someone tell me where to put this, it will help me understand some general guidelines for skinning flexcms. i have a client who has a "watermark" background and I want it fixed in the lower left corner.

ideas?
User Help > General Support Requests > Pages missing from Admin (Go To Message)
DCSun
 
June 6, 2008 @ 2:27pm
Thats really strange. I don't think we've heard of that happening before. Feel free to send a username and password for the site to and we'll be happy to take a look.

David
User Help > General Support Requests > Pages missing from Admin (Go To Message)
ddesigns
 
Pages missing from AdminJune 6, 2008 @ 1:58pm
I noticed something recently when I logging into my Admin. Under "pages" there are several pages missing. These pages are still on my site, but I can't get to them to edit the content. Has anyone run across this problem before?
User Help > General Support Requests > duplicate base url in links - root install (Go To Message)
h
 
root install duplicate urlJune 2, 2008 @ 10:49pm
hey! like magic. changed key in table. all good. monkey happy!
User Help > General Support Requests > duplicate base url in links - root install (Go To Message)
DCSun
 
June 2, 2008 @ 10:19pm
Hi H,

Sorry to hear you're having problems.

Your license looks okay on this end, so I think everything was processed fine when you purchased it (thank you, by the way!).

One thing you can try really quickly is to paste your license key (http://www.flexcms.com/index.php/pages/members.html > click on Download License Key) into the database to make sure nothing got corrupted there. It belongs in the core-Settings table, in the Value field of the row where the Name field is NewLKS (just replace what's there already). If you're not sure how to go about that, feel free to send your FTP information to and we'll be happy to take a look for you.


David
User Help > General Support Requests > duplicate base url in links - root install (Go To Message)
h
 
duplicate base url in links - root installJune 2, 2008 @ 9:48pm
I am installing on my root, the install proceeds, no problem with database, when you go to the admin at and of install it redirects to a "weird" address. seems that the base url http://www.blah.com is appended to itself - which looks like this: http://www.blah.comhttp//www.blah.com

also, it seems that my standard license key was not accepted on install, but perhaps that is another issue.

because the base url or whatever it is called (i am not functionally PHP literate) is not right, no links work properly, no info can be submitted properly.

any thoughts would be helpful.

i am hosted on thinkhost, permissions are good (as indicated). my install is at: http://atrocityarts.com/

you can see that images are not showing properly either.

i have a succesful demo isntall already, so i think maybe the root install is wrong. help

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.17443 seconds.
 
Management Login

Powered By FlexCMS
Powered By FlexCMS