Hello lionel, I'm a Reysharks' friend and we manage the same forum together.
First of all I'd like to thank you for your quick reply, we really appreciate that
We tried to copy the code that Reysharks posted before, into the forumdisplay template in the place we would like to display the events.
I'm gonna show it to you (I took just a cut of the forumdisplay code and i added an HTML comment to highlight the point):
Code:
<if condition="$show['popups'] AND $show['forumsearch']">
<!-- forum search menu -->
<div class="vbmenu_popup" id="forumsearch_menu" style="display:none">
<form action="search.php" method="post">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[search_this_forum]<a name="goto_forumsearch"></a></td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="process" />
<input type="hidden" name="forumchoice" value="$forumid" />
<input type="hidden" name="childforums" value="1" />
<input type="text" class="bginput" name="query" size="20" />$gobutton<br />
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]forumid=$forumid">$vbphrase[advanced_search]</a></td>
</tr>
</table>
</form>
</div>
<!-- / forum search menu -->
</if>
<!-- We would like to have the certain group events shown in this place -->
<!-- icon key -->
I try to explain a bit what is what we would need.
We have a community forum, with several discussion areas, one of this is related to play online games. For this reason, we have created a new calendar in which we can schedule online gaming events with all our players.
Our need is to have these events shown into this community forum instead of having them only on the main home page
I hope you can help us and thank you again.