Topic: A little boxover help required
I just installed a script called boxover. I am currently trying to use it in the viewforum.php file. It works great and I've tested it on almost every browser. It is also w3c compliant. My problem is this. I am new to punBB and have no idea what I should add in the boxover field to get it to display:
1 - The Subject of the last post
2 - The mesasge body [last post] with a limited amount of text eg: (250 characters)
Here is the area I am trying to work with:
$subject = '<a title="header=['.pun_htmlspecialchars($cur_topic['subject']).'] body=['.$cur_post['message'].']" href="viewtopic.php?id='.$cur_topic['id'].'">'.pun_htmlspecialchars($cur_topic['subject']).'</a> <br /><span class="byuser">'.$lang_common['by'].' '.pun_htmlspecialchars($cur_topic['poster']).'</span>';
UPDATE: Ok, I managed to get the subject to be displayed but not the actual message. Help!
Any help here would be greatly appreciated.
Thanks
Bingiman