Topic: new user psot list and message link to
Well, i managed to get a new post on my front page, but how can i get this type of message
@subject@ posted by @user@
?
Thanx, in advance
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → new user psot list and message link to
Well, i managed to get a new post on my front page, but how can i get this type of message
@subject@ posted by @user@
?
Thanx, in advance
Moved to Troubleshooting
something like this?
Q
<?php $cur_topic['subject'] ?> Posted by <?php $cur_post['message'] ?>
i think
yeah
but i need to have something from mysql dbase?
MAybe i didnt asked right question
Q is:
What mysql query i need to use to get array of 10 last posts with poster?
at this time i'm using this:
$query1 = "select subject,id from ".$db_prefix."topics order by last_post desc limit 10;";
yeah
but i need to have something from mysql dbase?
shouldnt think so, they were alrdy in the "miniportal" code so if your using that it should be fine.
if not, add
t.poster, t.subject,
to the mysql qurey
PunBB Forums → PunBB 1.2 troubleshooting → new user psot list and message link to
Powered by PunBB, supported by Informer Technologies, Inc.