Ok, just a quick update...I changed the plugin to this:
$thisforumid = $forum['forumid'];
vB_Template:reRegister('forumhome_lastpostby',arra y('thisforumid' =>
$thisforumid));
Then, I moved the hook location for the plugin to forumbit_display and now the variable $thisforumid is available and displays within FORUMHOME in the correct place...
The problem is - it displays the forumid in the forum below where it's supposed to be.
For example, the lastpostby area does not show anything for the first forum. However, in the lastpostby area for the SECOND forum, it shows the forumid of the FIRST forum. In the 3rd forum, it shows the forumid of the second forum, etc. until the end of the list.
Does that help shed any light on things? Maybe with combined brains, we can figure this out.
--------------- Added [DATE]1308435240[/DATE] at [TIME]1308435240[/TIME] ---------------
Just tried that too, Boofo..
<vb:if condition="$lastpostinfo['forumid'] == 38">
<br /><br />
<div style="float:right;">forum 38 banner here</div>
<br /><br />
</vb:if>
Nothing shows up when I do that, either unfortunately.
|