Changes between Initial Version and Version 15 of tutorialHowToWorkWithIconsAndImages


Ignore:
Timestamp:
Feb 10, 2012, 9:16:12 PM (12 years ago)
Author:
ggsinc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • tutorialHowToWorkWithIconsAndImages

    v1 v15  
     1= Tutorial: How to work with icons and images in Dolphin = 
     2 
     3Dolphin image storage has it's own internal logic, but when you first encounter it you may feel as though the images you are looking for are hiding from you. This Tutorial will help you find the images and the ways to edit and replace them. This is only for the actual images and icons on the site. The formatting images (such as backgrounds) aren't included here - you can find these at http://www.boonex.com/trac/dolphin/wiki/TutorialHowToFormatImagesAndFonts 
     4 
     5=== INDEX === 
     6 
     7  * [#point12  Images throughout the site: header and menus] 
     8     * [#point1 Finding the image] 
     9     * [#point2 To replace the logo] 
     10     * [#point3 To edit and replace the top menu icons] 
     11     * [#point4 To edit and replace the member menu icons] 
     12     * [#point5 To edit and replace the submenu icons]  
     13  * [#point13  Images on a page-by-page breakdown] 
     14     * [#point6 Front Page]  
     15     * [#point7 Dashboard]  
     16     * [#point8 Profile]  
     17     * [#point9 Members] 
     18  * [#point10  Module Icons & Images]   
     19 
     20[=#point12] 
     21== Images throughout the site: header and menus == 
     22 
     23* **Finding the image you need to edit or replace: [=#point1] 
     24      * For some images, you can simply right click and view the image info, but for many images in Dolphin this isn't possible. Many images are coded as the background or otherwise coded so that they aren't selectable.  
     25      * The most effective method to find your images is to get Firebug from http://getfirebug.com/ and use it. For example, if you want to find out where the Home icon in the top navigation menu resides, [[Image(HomeIcon.png)]]  
     26          1. You would right click the home icon and choose the option "Inspect Element" 
     27          2. In the Firebug box that appears with the code, you will see highlighted code that refers to what you are seeking information on - the element you're looking at will highlight as well 
     28          3. If you don't see the image code, you may need to click on the arrow of the section that is highlighted to see the sub-information in order to find the image source 
     29          4. Hover your mouse over the image source code to see a pop up of the original image along with the image dimensions [[Image(FirebugHomecopy.png)]] 
     30          5. Click on the image source code to select the actual code itself to highlight it, and copy if needed [[Image(FirebugURL.png)]] 
     31      * Image Map - I have found it handy to have an image map that lists all images on the site in order to keep track. For example, if you edit an action block item on one module and want to find all similar action block images used throughout the site, you can just scan through the image map for them or use the find function of your browser to find similarly named items.  
     32           1. [=#point11]I have created a full image map found at http://www.boonex.com/trac/dolphin/wiki/DolphinImageMap and http://www.boonex.com/trac/dolphin/wiki/DolphinImageMapPage2 (This is from version 7.0.9, check for updated image files/locations for other versions) 
     33           2. To create your own image map, you can download the txt doc here: http://www.boonex.com/trac/dolphin/attachment/wiki/TutorialHowToFormatImagesAndFonts/image_map.txt and simply follow the instructions included to insert your site name into the entire document using find & replace. Save as an .html document and upload and you'll have your own map for your site, useful for tracking all changes that you make to images. Or create a new .html document and cut and paste the contents of your edited image_map.txt into the new html doc and save - and you have your own map. (This is from version 7.0.8, check for updated image files/locations for other versions) 
     34 
     35* **To replace the logo [=#point2] 
     36        * Option 1: The logo is stored here; /media/images/big_logo.png - replace the image by uploading a new image saved as big_logo.png  (the default logo is 309x60 but the header will adjust to fit a different size image). [[Image(http://www.boonex.com/trac/dolphin/raw-attachment/wiki/TutorialHowToFormatImagesAndFonts/big_logo.png)]] 
     37        * Option 2: Admin panel>Settings>Basic Settings>Logo.  
     38               1. Use the upload box to browse your computer for the image to upload as your new logo, it will automatically be placed in the header.  
     39               2. Deselect the "enable resizing" option if your image is sized correctly. Select the "Enable resizing" option and  
     40               3. enter the dimensions to resize. NOTE: It's always better to size your image correctly before you upload it to your server, it will slow down page loads if your server has to resize your images each time before displaying. However, this feature is handy for testing your logo display at various sizes & dimensions before finalizing.  
     41               4. Click the Upload button. Your logo will be stored in /media/images/ [[Image(Logo.png)]] 
     42 
     43* **To edit and replace the top menu icons [=#point3] [[Image(TopMenu.png)]] 
     44           * The default Dolphin install has icons only for the a few items, everything else is text. The following are the default locations, to change them you save them by the same file name below and upload them into your custom template folders along the same path as the default: for example: /templates/base/images/icons becomes /templates/your_template/images/icons/ folder (if you aren't using a custom template, you'll need to create one. This prevents problems when you upgrade) 
     45                     * The Home icon is found in /templates/base/images/icons/bx_home.png (32x32 resized to 16x16 - evidently dolphin doesn't mind resizing images) [[Image(bx_home.png)]] 
     46                     * The Profile icon is found in /templates/base/images/icons/user.png (16x16) [[Image(http://www.boonex.com/trac/dolphin/raw-attachment/wiki/TutorialHowToFormatImagesAndFonts/user.png)]] 
     47                     * The Mail icon is found in templates/base/images/icons/mails.png (16x16) [[Image(http://www.boonex.com/trac/dolphin/raw-attachment/wiki/TutorialHowToFormatImagesAndFonts/mails.png)]] 
     48                     * The "More" icon is found in /templates/base/images/icons/tm_item_more.png (16x16) [[Image(http://www.boonex.com/trac/dolphin/raw-attachment/wiki/TutorialHowToFormatImagesAndFonts/tm_item_more.png)]] 
     49                     * The search icon is /templates/base/images/icons/tm_item_search.png (16x16) [[Image(http://www.boonex.com/trac/dolphin/raw-attachment/wiki/TutorialHowToFormatImagesAndFonts/tm_item_search.png)]] 
     50            * You can leave it that way, or do all icons, or do all text, or any combination of the two. Although you can't have an icon and text for the same menu item - you must choose one or the other. 
     51            * If you want to have images/icons instead of text for your other menu items,  
     52                     * Format and save your image according to the top menu conventions: 
     53                             * they are 16x16 pixels 
     54                             * they are generally named "/tm_item_(name).png"  
     55                             * they go into your custom template folders along the same path as listed. For example: /templates/base/images/icons/ becomes /templates/your_template/images/icons/  
     56                     * To place the icon on the menu: 
     57                             * go to Admin Panel>Builders>Navigation Menu  
     58                             * click the top level name of the menu item you want  
     59                             * enter the name of your icon into the "Icon:" box.  
     60                             * Save Changes.  
     61                             * To reorder the menu icons, click the gray-grabber side of the item and drag it to where you want it to go. [[Image(NavMenuIcons.png)]] 
     62 
     63* **To edit and replace the member menu icons [=#point4] [[Image(MemberMenu.png)]] 
     64               * status icons: 
     65                             * /templates/base/images/icons/sys_status_away.png 12x12,  [[Image(http://www.boonex.com/trac/dolphin/raw-attachment/wiki/TutorialHowToFormatImagesAndFonts/sys_status_away.png)]] 
     66                             * /templates/base/images/icons/sys_status_busy.png 12x12,  [[Image(http://www.boonex.com/trac/dolphin/raw-attachment/wiki/TutorialHowToFormatImagesAndFonts/sys_status_busy.png)]] 
     67                             * /templates/base/images/icons/sys_status_offline.png 12x12,  [[Image(http://www.boonex.com/trac/dolphin/raw-attachment/wiki/TutorialHowToFormatImagesAndFonts/sys_status_offline.png)]] 
     68                             * /templates/base/images/icons/sys_status_online.png 12x12 [[Image(http://www.boonex.com/trac/dolphin/raw-attachment/wiki/TutorialHowToFormatImagesAndFonts/sys_status_online.png)]] 
     69               * status msg: /templates/base/images/icons/status_text.png 16x16 [[Image(http://www.boonex.com/trac/dolphin/raw-attachment/wiki/TutorialHowToFormatImagesAndFonts/status_text.png)]] 
     70               * mail: /templates/base/images/icons/memeber_menu_mail.png 16x16 [[Image(http://www.boonex.com/trac/dolphin/raw-attachment/wiki/TutorialHowToFormatImagesAndFonts/memeber_menu_mail.png)]] 
     71               * cart: /modules/boonex/payment/templates/base/images/icons/tbar_item_cart.png 16x16 [[Image(http://www.boonex.com/trac/dolphin/raw-attachment/wiki/TutorialHowToFormatImagesAndFonts/tbar_item_cart.png)]] 
     72               * notifications: /modules/boonex/spy/templates/base/images/icons/spy_notify.png 16x16 [[Image(http://www.boonex.com/trac/dolphin/raw-attachment/wiki/TutorialHowToFormatImagesAndFonts/spy_notify.png)]] 
     73               * friends: /templates/base/images/icons/memeber_menu_friends.png 16x16 [[Image(http://www.boonex.com/trac/dolphin/raw-attachment/wiki/TutorialHowToFormatImagesAndFonts/memeber_menu_friends.png)]] 
     74               * profile: /templates/base/images/icons/memeber_menu_profile.png 16x16 [[Image(http://www.boonex.com/trac/dolphin/raw-attachment/wiki/TutorialHowToFormatImagesAndFonts/memeber_menu_profile.png)]] 
     75               * dashboard: /templates/base/images/icons/memeber_menu_dashboard.png 16x16 [[Image(http://www.boonex.com/trac/dolphin/raw-attachment/wiki/TutorialHowToFormatImagesAndFonts/memeber_menu_dashboard.png)]] 
     76               * admin: templates/base/images/icons/member_menu_admin.png 16x16 [[Image(member_menu_admin.png)]] 
     77               * settings: /templates/base/images/icons/memeber_menu_settings.png 16x16 [[Image(memeber_menu_settings.png)]] 
     78               * logout: /templates/base/images/icons/memeber_menu_logout.png 16x16 [[Image(memeber_menu_logout.png)]] 
     79        * If you want to add or change images/icons in the Member Menu,  
     80               * Format and save your image according to the member menu conventions: 
     81                                * they go into your custom template folders following the path as the default: for example /templates/base/images/icons folder becomes /templates/your_template/base/images/icons; and  
     82                                * are generally named "/memeber_menu_(name).png" and  
     83                                * are 16x16 pixels.  
     84               * Place them in the menu using the Menu Builder.  
     85                                * go to Admin Panel>Builders>Member Menu  
     86                                * click the top level name and enter the name of your icon into the "Icon:" box.  
     87                                * Save Changes.  
     88                                * There are two choices on this builder: Top & Top Extra. Top is for the left side of the menu, while top extra is for the right side of the menu.  
     89                                * To reorder the menu icons, click the gray-grabber side of the item and drag it to where you want it to go. [[Image(MemMenuBuilder.png)]] 
     90 
     91* **Submenu icons [=#point5] 
     92These are the images in the submenu header on each internal page of the site. They are 32x32 by default, but this is one of the places where the formatting will adjust to the size of your image. As near as I can tell from playing with it, you can go as large as 64x64 with the submenu icons before the formatting of your page body is distorted and pushed down lower. I make no guarantees about that, though,  ymmv!  
     93[[Image(SubMenu.png)]] 
     94 
     95To replace this image, go to Admin panel>Builders>Navigation Menu and click on the name of the top level menu name of the page that you are wanting. Change it in the box labeled "Picture:". Save all changes. If you overwrite existing images through uploads, remember to follow the same path but into your template folder instead of base. For example /templates/base/images/icons/ becomes /templates/your_template/images/icons/. 
     96 
     97[[Image(SubmenuIcons.png)]] 
     98 
     99Here's a page by page breakdown of the various modules that come standard with Dolphin. For any extensions or modules that create new pages, you will follow similar paths to find them via /modules/"module brand"/"module name"/templates/base/images/icons/, just do a little searching. 
     100 
     101       * Home has no icon in the submenu. 
     102       * profile pulls the user avatar resized to 32x32 
     103       * about /templates/base/images/icons/bx_n_about_us.png 32x32 [[Image(bx_n_about_us.png)]] 
     104       * ads /modules/boonex/ads/templates/base/images/icons/bx_ads.png 32x32 [[Image(bx_ads.png)]] 
     105       * articles /modules/boonex/articles/top_menu_icon.png 32x32 [[Image(top_menu_icon.png)]] 
     106       * boards /modules/boonex/board/templates/base/images/icons/bx_boards.png 32x32 [[Image(bx_boards.png)]] 
     107       * categories /templates/base/images/icons/bx_n_categories.png 32x32 [[Image(bx_n_categories.png)]] 
     108       * chat /modules/boonex/chat/templates/base/images/icons/bx_chat.png 32x32 [[Image(bx_chat.png)]] 
     109       * dashboard /templates/base/images/icons/dashboard.png 32x32 [[Image(dashboard.png)]] 
     110       * events /modules/boonex/events/templates/base/images/icons/bx_events.png 32x32 [[Image(bx_events.png)]] 
     111       * files /modules/boonex/files/templates/base/images/icons/bx_files.png 32x32 [[Image(bx_files.png)]] 
     112       * forums /modules/boonex/forum/templates/base/images/icons/bx_forums.png 32x32 [[Image(bx_forums.png)]] 
     113       * groups /modules/boonex/groups/templates/base/images/icons/bx_groups.png 32x32 [[Image(bx_groups.png)]] 
     114       * help /templates/base/images/icons/bx_n_help.png 32x32 [[Image(bx_n_help.png)]] 
     115       * mail /templates/base/images/icons/bx_mymail.png 32x32 [[Image(bx_mymail.png)]] 
     116       * news /modules/boonex/news/templates/base/images/icons/top_menu_icon.png 32x32 [[Image(top_menu_icon.png)]] 
     117       * photos /modules/boonex/photos/templates/base/images/icons/bx_pictures.png 64x64 [[Image(bx_pictures.png)]] 
     118       * polls /modules/boonex/poll/templates/base/images/icons/bx_polls.png 32x32 [[Image(bx_polls.png)]] 
     119       * search /templates/base/images/icons/bx_n_search_comm.png 32x32 [[Image(bx_n_search_comm.png)]] 
     120       * sites /modules/boonex/sites/templates/base/images/icons/bx_sites.png 32x32 [[Image(bx_sites.png)]] 
     121       * sounds /modules/boonex/sounds/templates/base/images/icons/bx_music.png 32x32 [[Image(bx_music.png)]] 
     122       * spy /modules/boonex/spy/templates/base/images/icons/spy.png 32x32 [[Image(spy.png)]] 
     123       * store /modules/boonex/store/templates/base/images/icons/bx_store.png 32x32 [[Image(bx_store.png)]] 
     124       * videos /modules/boonex/videos/templates/base/images/icons/bx_videos.png 32x32 [[Image(bx_videos.png)]] 
     125 
     126[=#point13] 
     127== Images on a page-by-page breakdown == 
     128 
     129* **Front Page [=#point6] 
     130       * Rotating Promo Banners 
     131              * These are stored: /media/images/promo/  & /media/images/promo/original/ 
     132              * These are 994x262 pixels. This is one of those spots where you want your image to be exactly the right size.  
     133              * To change the promo banners:  
     134                     * Admin panel>Settings>Basic Settings>Promo.  
     135                     * Use image reloader to upload new banners to appear in the Promo box.  
     136                     * You can also delete the ones that you don't want to show here.  
     137                     * There is, as you'll see, also a "Use custom HTML block" for further customization. 
     138       * Site Stats Box Images 
     139              * ads: /modules/boonex/ads/templates/base/images/icons/ads.png  16x16 [[Image(ads.png)]] 
     140              * blog posts: /modules/boonex/blogs/templates/base/images/icons/blogs.png 16x16 [[Image(blogs.png)]] 
     141              * files: /modules/boonex/files/templates/base/images/icons/shf.png 16x16 [[Image(shf.png)]] 
     142              * discussions: /modules/boonex/forum/templates/base/images/icons/comments.png 16x16 [[Image(comments.png)]] 
     143              * photos: /modules/boonex/photos/templates/base/images/icons/phs.png 16x16 [[Image(phs.png)]] 
     144              * sounds: /modules/boonex/sounds/templates/base/images/icons/music_beam.png 16x16 [[Image(music_beam.png)]] 
     145              * videos: /modules/boonex/videos/templates/base/images/icons/pvi.png 16x16 [[Image(pvi.png)]] 
     146              * events: /modules/boonex/events/templates/base/images/icons/events.png 16x16 [[Image(events.png)]] 
     147              * groups: /modules/boonex/groups/templates/base/images/icons/groups.png 16x16 [[Image(groups.png)]] 
     148              * sites: /modules/boonex/groups/templates/base/images/icons/sites.png 16x16 [[Image(sites.png)]] 
     149              * stores: /modules/boonex/store/templates/base/images/icons/store.png 16x16 [[Image(store.png)]] 
     150              * members: /templates/base/images/icons/mbs.png 16x16 [[Image(mbs.png)]] 
     151              * members online: /templates/base/images/icons/mbs_online.png 16x16 [[Image(mbs_online.png)]] 
     152              * new today: /templates/base/images/icons/mbs.png 16x16 [[Image(mbs.png)]] 
     153              * this month: /templates/base/images/icons/mbs.png 16x16 [[Image(mbs.png)]] 
     154              * tags: /templates/base/images/icons/tgs.png 16x16 [[Image()]] 
     155              * this year: /templates/base/images/icons/mbs.png 16x16 [[Image(mbs.png)]] 
     156              * polls: /modules/boonex/poll/templates/base/images/icons/pls.png 16x16 [[Image(pls.png)]] 
     157       *  Download: The app download images, these are set as background images. 
     158              * Desktop: /modules/boonex/desktop/templates/base/images/icons/desktop.png 56x56 [[Image(desktop.png)]] 
     159              * Iphone App: /templates/base/images/icons/iphone.png 56x56 [[Image(iphone.png)]] 
     160              * Android App: /templates/base/images/icons/android.png 56x56  [[Image(android.png)]] 
     161              * [[Image(Download.png)]] 
     162 
     163* **Dashboard: [=#point7] 
     164       *  Avatars  
     165               * Dimensions: 64x64   
     166               *  found in the folder: /modules/boonex/avatar/data/images 
     167               * If no avatar is chosen: /templates/base/images/icons/woman_medium.gif 64x64 and /templates/base/images/icons/man_medium.gif (These are also 64x64)   
     168               *  default avatars are found in the folder: /modules/boonex/avatar/data/ready (You may add images to this folder, remove images from this folder and/or overwrite the existing images in this folder) 
     169               *  Status buttons on avatar are 12x12 and are found here: /templates/base/images/icons/sys_status_online.png  and /templates/base/images/icons/sys_status_online.png  
     170       *  Gender icons are 16x16 found here: /templates/base/images/icons/female.png and /templates/base/images/icons/male.png  
     171       *  Country flags are 18x12 gifs and found in the folder: /media/images/flags/  
     172       *  Quick Links Box icons: 
     173               * Ads:  /modules/boonex/ads/templates/base/images/icons/bx_ads.png 32x32 resized to 16x16 
     174               * Blogs: /modules/boonex/blogs/templates/base/images/icons/bx_blogs.png 32x32 resized to 16x16 
     175               * Events: /modules/boonex/events/templates/base/images/icons/bx_events.png 32x32 resized to 16x16 
     176               * Files: /modules/boonex/files/templates/base/images/icons/bx_files.png 32x32 resized to 16x16 
     177               * Forums: /modules/boonex/forum/templates/base/images/icons/bx_forums.png 32x32 resized to 16x16 
     178               * Subscriptions: /modules/boonex/forum/templates/base/images/icons/bx_forums.png 32x32 resized to 16x16 
     179               * My Topics: /modules/boonex/forum/templates/base/images/icons/bx_forums.png  32x32 resized to 16x16 
     180               * Search: modules/boonex/forum/templates/base/images/icons/bx_forums.png 32x32 resized to 16x16 
     181               * Groups: /modules/boonex/groups/templates/base/images/icons/bx_groups.png 32x32 resized to 16x16 
     182               * Photos: /boonex/groups/templates/base/images/icons/bx_groups.png 32x32 resized to 16x16 
     183               * Polls: /modules/boonex/poll/templates/base/images/icons/bx_polls.png 32x32 resized to 16x16 
     184               * Sites: modules/boonex/sites/templates/base/images/icons/bx_sites.png 32x32 resized to 16x16 
     185               * Sounds: /modules/boonex/sounds/templates/base/images/icons/bx_music.png 32x32 resized to 16x16 
     186               * Spy: modules/boonex/spy/templates/base/images/icons/spy.png 32x32 resized to 16x16 
     187               * Store: /modules/boonex/store/templates/base/images/icons/bx_store.png 32x32 resized to 16x16 
     188               * Videos:  /modules/boonex/videos/templates/base/images/icons/bx_videos.png 32x32 resized to 16x16 
     189       *  Mailbox -  
     190               * Inbox -  templates/base/images/icons/mailbox_inbox32.png 32x32 [[Image(mailbox_inbox32.png)]] 
     191               * Sent -  templates/base/images/icons/mailbox_sent32.png 32x32 [[Image(mailbox_sent32.png)]] 
     192               * Write - templates/base/images/icons/mailbox_write32.png 32x32 [[Image(mailbox_write32.png)]] 
     193               * Trash -  templates/base/images/icons/mailbox_trash32.png 32x32 [[Image(mailbox_trash32.png)]] 
     194               * Contacts - templates/base/images/icons/mailbox_contacts32.png 32x32 [[Image(mailbox_contacts32.png)]] 
     195       *  My Membership -  
     196               * Standard member badge: /media/images/membership/member.png 110x110 [[Image(member.png)]] 
     197               * Non-member badge: /media/images/membership/non-member.png 110x110 [[Image(non-member.png)]] 
     198               * Promotion badge: /media/images/membership/promotion.png 110x110 [[Image(promotion.png)]] 
     199               * Any other memberships you create and upload a badge for will found in this folder: /media/images/membership/ 
     200 
     201* **Profile [=#point8] 
     202       *  Avatars  
     203               * Dimensions: 64x64   
     204               *  found in the folder: /modules/boonex/avatar/data/images 
     205               * If no avatar is chosen: /templates/base/images/icons/woman_medium.gif 64x64 and /templates/base/images/icons/man_medium.gif 64x64  
     206               *  Status buttons on avatar are 12x12 and are found here: /templates/base/images/icons/sys_status_online.png  and /templates/base/images/icons/sys_status_online.png  
     207       *  Header Privacy Key: /templates/base/images/icons/ps_view_block.png 16x16 [[Image(ps_view_block.png)]] 
     208       *  Action Block:  
     209               * Edit:  /templates/base/images/icons/edit.png 16x16 [[Image(edit.png)]] 
     210               * Share:  /templates/base/images/icons/action_share.png 16x16 [[Image(action_share.png)]] 
     211               * Subscribe:  templates/base/images/icons/action_subscribe.png 16x16 [[Image(action_subscribe.png)]] 
     212               * Customize:  /modules/boonex/profile_customize/templates/base/images/icons/bx_action_customize.png 16x16 [[Image(bx_action_customize.png)]] 
     213       *  Country flags: /media/images/flags/ 18x12 gifs 
     214 
     215* **Members [=#point9] 
     216       *  People images: Since these are user-chosen avatars, there should be no reason to edit these, but just f.y.i.  
     217               *  user uploaded avatars: /modules/boonex/avatar/data/images/ resized to 64x64 
     218               *  No avatar chosen: /templates/base/images/icons/woman_small.gif 32x32 and /templates/base/images/icons/man_small.gif 32x32  
     219               *  Status button on avatar: /templates/base/images/icons/sys_status_online.png 12x12 and /templates/base/images/icons/sys_status_online.png 12x12 
     220       *  Sex icons: /templates/base/images/icons/female.png 16x16 ands/templates/base/images/icons/male.png 16x16 
     221       *  Age icon: /templates/base/images/icons/birthday.png 
     222       *  Country flags: /media/images/flags/ 18x12 gifs 
     223 
     224[=#point10] 
     225== Module Icons & Images == 
     226 
     227The following lists the folders where most of the images for each module are kept, but this is not absolute. There are also instances of cross-use of images, most frequently these will be found in /templates/base/images/icons. To find specific images for each module - I highly recommend firebug for firefox, although occasionally you will be able to right-click to get the image info. VERY occasionally. Remember that if you are going to replace/overwrite an image, they go into your custom template folders along the same path: for example /templates/base/images/icons/ becomes /templates/your_template/images/icons/ folder (if you aren't using a custom template, you'll need to create one. This prevents problems when you upgrade) 
     228 
     229In addition, many of the modules w/ images (esp. photos) have settings for controlling how images are displayed in admin panel>Modules>"Module Name". 
     230 
     231* Ads Module -   
     232       *  /modules/boonex/ads/templates/base/images/icons/ 
     233       *  /modules/boonex/ads/templates/base/images/simple_tree/ 
     234       *  Ad category images are found in Admin Panel>Modules>Ads>Manage Categories Form. Select Category Manager on the right. In the pop up box that opens find the Category you're looking for and click "edit" and enter the picture in the box labeled "Picture". 
     235* Articles Module -  
     236       *  /boonex/articles/templates/base/images/icons/ 
     237* Avatar Module -  
     238        * /modules/boonex/avatar/data/images/ 
     239       * /modules/boonex/avatar/templates/base/images/icons/ 
     240* Blogs Module -  
     241       *  /modules/boonex/blogs/templates/base/images/icons/ 
     242* Board Module -  
     243       *  /modules/boonex/board/templates/base/images/icons/ 
     244* Chat Module -  
     245       *  /modules/boonex/chat/templates/base/images/icons/ 
     246* Data_Migration Module -  
     247       *  /modules/boonex/chat/templates/base/images/icons/ 
     248* Events Module -  
     249       *  /modules/boonex/events/templates/base/images/icons/ 
     250* Facebook Connect Module -  
     251       *  /modules/boonex/facebook_connect/templates/base/images/icons/ 
     252* Feedback Module -  
     253       *  /modules/boonex/feedback/templates/base/images/icons/ 
     254* Files Module -  
     255       *  /modules/boonex/files/templates/base/images/icons/ 
     256* Forum Module -  
     257       *  /modules/boonex/forum/layout/base/img/ 
     258       *  /modules/boonex/forum/layout/base_en/img/ 
     259       *  /modules/boonex/forum/templates/base/images/icons/ 
     260* Google Search Module - 
     261       *  /modules/boonex/google_search/templates/base/images/icons/ 
     262* Groups Module - 
     263       *  /modules/boonex/groups/templates/base/images/icons/ 
     264* Map Profiles Module - 
     265       *  /modules/boonex/map_profiles/templates/base/images/icons/ 
     266* Membership Module -  
     267       *  /modules/boonex/membership/templates/base/images/icons/ 
     268* Messenger Module -  
     269       *  /modules/boonex/messenger/templates/base/images/ 
     270       *  /modules/boonex/messenger/templates/base/images/icons/ 
     271* News Module -  
     272       *  /modules/boonex/news/templates/base/images/icons/ 
     273* Open Social Module -  
     274       *  /modules/boonex/open_social/integration/html/images/ 
     275       *  /modules/boonex/open_social/shindig/javascript/samplecontainer/examples/ 
     276       *  /modules/boonex/open_social/shindig/php/external/PHPUnit/Util/Report/Template/ 
     277* Payment Module -  
     278       *  /modules/boonex/payment/templates/base/images/ 
     279       *  /modules/boonex/payment/templates/base/images/icons/ 
     280* Photos Module -  
     281       *  /modules/boonex/photos/templates/base/images/icons/ 
     282* Poll Module -  
     283       *  /modules/boonex/poll/templates/base/images/icons/ 
     284* Profile_Customize Module -  
     285       *  /modules/boonex/profile_customize/templates/base/images/ 
     286       *  /modules/boonex/profile_customize/templates/base/images/icons/ 
     287       *  /modules/boonex/profile_customize/data/images/ 
     288* Profiler Module -  
     289       *  /modules/boonex/profiler/templates/base/images/icons/ 
     290* Shoutbox Module -  
     291       *  /modules/boonex/shoutbox/templates/base/images/icons/ 
     292* Simple Messenger Module -  
     293       *  /modules/boonex/simple_messenger/templates/base/images/icons/ 
     294* Sites Module -  
     295       *  /modules/boonex/sites/templates/base/images/ 
     296       * /modules/boonex/sites/templates/base/images/icons/ 
     297* Sounds Module -  
     298       *  /modules/boonex/sounds/templates/base/images/icons/ 
     299* Spy Module -  
     300       *  /modules/boonex/sounds/templates/base/images/icons/ 
     301* Store Module -  
     302       *  /modules/boonex/store/templates/base/images/ 
     303* Videos Module -  
     304       *  /modules/boonex/videos/templates/base/images/icons/ 
     305* Wall Module -      
     306       *  /modules/boonex/wall/templates/base/images/ 
     307       *  /modules/boonex/wall/templates/base/images/icons/ 
     308* For additional modules and extensions that you install, they pretty much follow these same conventions, look for your images in the  
     309       *  /module /(designername)/(modname)/templates/base/images/icons/. 
     310* You will also find images for various modules listed in /templates/base/images/icons/. Refer to the [#point11 Image Map] for more details. 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub