View Full Version : Parse BB code in announcement?
I need my announcements to be able to parse this code:
$bburl/index.php?referrerid=$bbuserinfo[userid]
Thank You
Xenon
01-06-2003, 07:35 AM
that's not bb code it's php that you want to have parsed!!
i don't know if it would work, but it's worth a try:
open root/announcement.php
find:while ($post=$DB_site->fetch_array($announcements)) {
below this add:
eval("$post[pagetext] = \"$post[pagetext]\";");
as said, don't know if it would work..
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.