Ramon wrote:Neh thats a global of SDK. SDK is a IPB integration tool.
I do not have a name field if people want to comment, they only have to type in their comment and the $member_name get's there name from the database when logged in. So al my forum members can also post on the website with their forum account and in that way members don't have to also sign up for a cutenews.ru account.
^^^ Crappy English, sorry about that, bit tired ^^^
I have been trying to do the same using PunBB and have had no luck yet, whenever i try to include a punbb variable into the comments template i get an error about whitespace.
I have tried to do this many ways, the recommended code from punbb is the following
- Code: Select all
<?php echo pun_htmlspecialchars($pun_user['username']); ?>
Can anyone tell me where im going wrong with this?[/code]
