Adding images to your theme From Online Manual

Revision as of 00:00, 1 January 1970 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

To give your Theme a unique look, you may need to modify/add your own graphics to it. The easiest way to add/modify your own graphics is by copying the images folder from the Default theme to your new theme. Once done you can modify or add graphics to (in order of folders):

  • bbc: bulletin boards buttons which are used mainly in Post screens.
  • english: buttons used in forum's menu, Board index , message ..etc.
  • icons: icons used in various part of the forum.
  • post: icons used for posts.
  • topic: topics indication images.

Also the main folder (images) contains various images used in many places in your forum, such as your Theme thumbnail, messenger indicators, stars, etc.

You can call an image from your Theme by using:

: <a href="javascript:void(0);" onclick="return smfSelectText(this);" class="codeoperation"></a>

<img src="', $settings['images_url'], '/smflogo.gif" alt="" /> where

: <a href="javascript:void(0);" onclick="return smfSelectText(this);" class="codeoperation"></a>

', $settings['images_url'], ' points to your theme's images folder.

or by using:

: <a href="javascript:void(0);" onclick="return smfSelectText(this);" class="codeoperation"></a>

<img src="', $settings['images_url'], '/', $context['user']['language'],

'/userinfo.gif" alt="" />

Where

: <a href="javascript:void(0);" onclick="return smfSelectText(this);" class="codeoperation"></a>

', $settings['images_url'], '/', $context['user']['language'], ' points to your theme's images/english folder, if English is selected as user default language. This will give you the possibility of making another directory for a different language. So, you can have buttons for English and Dutch for example.

Next: [" class="bbc_link">This is confusing... I just want to change something simple!]



Advertisement: