MyBB Community Forums

Full Version: Collapsing/Expanding Welcome Panel:)!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Heloo there,

I have made a simple mod that will make your Welcome Panel able to be Collapsed or Expanded. Just like the forums.

I will try to make it a Plugin ASP. but now i will just have to explain here.

Go to Admin CP > Templates > Edit Delete > Expand > Header

Find This code

<hr class="hidden" />
			<div id="panel">
				$welcomeblock
			</div>
		</div>
		<hr class="hidden" />

Replace it by

<td height = "2"   class="thead">
<div class="expcolimage"><a href="javascript:expandCollapse('welcomeblock');"><img src="$theme[imgdir]/collapse$collapsedimg[welcomeblock].gif" id="welcomeblock_collapseimg" border="0" alt="[-]" /></a>&nbsp; 
</div>

</td>

<div id="panel">
<table border="0">

<thead>
<tr>
<td width= "1" class="">
</td>
</tr>
</thead>
<tbody style="$collapsed[welcomeblock_e]" id="welcomeblock_e">

	<hr class="hidden" />

			


				$welcomeblock


</tbody>
</table>

<hr class="hidden" />

    </div>



Hope you like it,

I will release more very soon.

Regards

Added!!!
hey

what do u mean by added ?

thx
added to my forums
ah ok ! good Toungue i though it's already exsisted :!! gosh hehe Smile
thx

chaw