Where to edit.............

Hello,

     I am trying to edit the hellomember area but, can't seem to find exactly where. When a member logs in they have thier picture and links such as My Account, My Profile, etc..... I have edited the general css file to align the image to the left of the text. It doesn't seem to work. Also how do you delete some of these links? Is it a function or some where else. We are doing something different with this area and don't need these links. Anyone have an idea?

Quote · 9 Aug 2009

in root folder there is a folder "inc" under inc u will get design.inc.php. I think this page will solve ur problem.

Quote · 11 Aug 2009

Thats wrong. This section is found in templates/tmpl_uni/scripts/functions.php

function HelloMemberSection()

<div class="topMemberBlock">
<?= get_member_icon( $memberID, 'right' ) ?>
<div class="hello_member"><?= _t( '_Hello member', getNickName( $memberID ) ) ?></div>

<div class="hello_actions">
<span><a href="<?= $site['url'] ?>member.php"><?= _t('_My account') ?></a></span>
<span><a href="<?= $site['url'] ?>mail.php?mode=inbox"><?= _t('_My Mail') ?></a><?=' '.$sNewLet;?></span>
<span><a href="<? echo getProfileLink( $memberID ) ?>"><?= _t('_My Profile') ?></a></span>
<span><a href="javascript:void(0);"
onclick="window.open( '<?= $site['url'] ?>presence_pop.php' , 'Presence', 'width=260,height=600,toolbar=0,directories=0,menubar=0,status=0,location=0,scrollbars=0,resizable=1');"
><?= _t('_RayPresence') ?></a></span>
<span><a href="<?= $site['url'] ?>logout.php?action=member_logout"><?= _t('_Log Out2')?></a></span>
</div>

The first bolded part is the image, note that in general.css the class is topMemberBlock

I have video tutorials to help you mrpowless.com
Quote · 11 Aug 2009
 
 
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.