i would like to add audio to my forums like hip hop for the hip hop section and slow jams for the model section can i d0 this?
Announcement
Collapse
No announcement yet.
is this possible
Collapse
X
-
it could be done, perhaps with if statements and a spare php file... kinda like this, though dont take my word on it...
forumdisplay.php...
PHP Code:if ($forumid==X)
{
require_once('./hip_hop.php');
}
And again, if someone has a better idea, then go for it
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment