MyBB Community Forums

Full Version: Altering portal_welcome
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All
I have edited portal_welcome like this
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$lang->welcome}</strong></td>
</tr>
<tr>
<td class="trow1">
{$welcometext}<br>
<a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a><br>
</td>
</tr>
<tr>
</table>
<br />
this works .. you are linked to the pm system but for some odd reason the font is of a different size to the $welcometext array anyone any idea's on that ?
I did try looking for the array $welcomepms but could find no reference is there one ?
Regards Jim
you can use a span tag with style for the private messages link..
(2011-07-23, 01:48 PM)ranjani Wrote: [ -> ]you can use a span tag with style for the private messages link..

That works ... I am just trying to replace the panel with a box ... so I just hoped the arrays would just work in the new box ...