1
Hi, I've added this code to my newbb forum pages (viewtopic.php)
$xoops_pagedesc = $viewtopic_forum->getVar('forum_name') . ', ' . ". $forumtopic->getVar('topic_title') . "";
It means that my metatag page description now shows as the forum name followed by the title of the post.
Its not a bad solution i think but it means my meta description is very similar to the page title. I think a better solution would be to have the pagedesc assigned as the text of the first post of each topic (perhaps with a character limit of 255).
But try as I might I can't make this assign. So I was just wondering if anyone might know how to do this?
Thanks a lot