2 litle know hows

Status
Not open for further replies.

duckietm

Member
Dec 31, 2010
42
18
After some digging i finaly got the great revcms working, the client has some problems if you login internaly
Anyway does somebody know how to :

1. change the background for the Mango template
2. when i click the news link i only see : - 01-01-70 on the main page
 

duckietm

Member
Dec 31, 2010
42
18
When i click on news i see the following :
15mfcli.jpg

And not the latest news post :(
 

duckietm

Member
Dec 31, 2010
42
18
Oke i found that when i change the $_GET['id'] = 1; to let say $_GET['id'] = 21; in the ./app/tpl/class.forms.php i see the article, but how can i set it that it will show the latest article that has been posted (without manual changing this)?
 

duckietm

Member
Dec 31, 2010
42
18
I found the solution for this on line 69 from the class.forms.php change the $news= .... to
$news = $engine->fetch_assoc("SELECT title, longstory, author, published FROM cms_news ORDER BY id DESC LIMIT 1");
 
Status
Not open for further replies.

Users who are viewing this thread

Top