MyBB Community Forums

Full Version: Picture in portal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I ad a picture on the portal.
There now is a blank space.
it might not be possible with a simple method..
What do you mean by a picture on the portal?
If you are referring to simply adding a place-holder picture until you have announcements or something to display, all you have to do is go to your admin CP and go to Templates & Styles --> Templates --> Whatever the name is of the template set your theme is using --> Portal Templates --> Portal.

Then simply upload your picture to either your own server or an image host like TinyPic or Photobucket and use this code wherever you want the image to appear:
<img src="IMAGE URL HERE" />

If it's a placeholder, generally right above {$announcements} is good. Then you just save and you should be set. Once you have some announcements, that blank space will be taken up naturally.

If you have multiple themes you want the image to appear on and different template sets for each, however, you'd either have to apply that change to all of them or define a new global template.

Hopefully that helps <3
(2011-07-25, 08:54 PM)Lost Eventide Wrote: [ -> ]If you are referring to simply adding a place-holder picture until you have announcements or something to display, all you have to do is go to your admin CP and go to Templates & Styles --> Templates --> Whatever the name is of the template set your theme is using --> Portal Templates --> Portal.

Then simply upload your picture to either your own server or an image host like TinyPic or Photobucket and use this code wherever you want the image to appear:
<img src="IMAGE URL HERE" />

If it's a placeholder, generally right above {$announcements} is good. Then you just save and you should be set. Once you have some announcements, that blank space will be taken up naturally.

If you have multiple themes you want the image to appear on and different template sets for each, however, you'd either have to apply that change to all of them or define a new global template.

Hopefully that helps <3
[attachment=23525]

Sample portal:
{$header}{$message_band}{$ps_header_portal}<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center"><tr><td valign="top" width="200">{$welcome}{$pms}{$search}{$stats}{$whosonline}{$latestthreads}</td>