Multiple images by logo with separate links?

Ok so i want to know if it is possible to have multiple images at the top of the page with separate links?

Like next to my logo with other buttons like upload video upload music and upload photos. If you know how to do this please respond. Thank You.

Quote · 4 Aug 2010

In your inc/design.inc.php file look for this function

function getMainLogo() {

Under that you will note the following

return '<a href="' . BX_DOL_URL_ROOT . '"><img src="' . $site['mediaImages'] . $sFileName . '" class="mainLogo" alt="logo" /></a>';

After the </a> tag you can create a div tag that contains the images, links etc. and style it within your CSS files.
This should help

Be a dolphin, be creative in you own way and you will attract a audience
Quote · 5 Aug 2010

im not very good at css coding so what div tags shall i put an how do i put the image files in the code? thanks

Quote · 5 Aug 2010

Could you please tell me in more detail how to do that? thanks

In your inc/design.inc.php file look for this function

function getMainLogo() {

Under that you will note the following

return '<a href="' . BX_DOL_URL_ROOT . '"><img src="' . $site['mediaImages'] . $sFileName . '" class="mainLogo" alt="logo" /></a>';

After the </a> tag you can create a div tag that contains the images, links etc. and style it within your CSS files.
This should help

Quote · 6 Aug 2010

Create your div.

<div class="topLinksXtra"><a href="URL"><img src="IMAGEURL"></a></div>

Go into a CSS file and create your class

.topLinksXtra{position:absolute;left:390px;top:0px;width:auto;height;auto;padding:3px;}

You may want to modify the CSS to your needs.

Be a dolphin, be creative in you own way and you will attract a audience
Quote · 6 Aug 2010
 
 
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.