'blocked me' and 'hotlisted me'

Morning all,

 

How can i stop the 'hot-listed me' and 'blocked me' options being viewed when members are viewing 'block' and 'hot' lists, i only want the members to see who THEY have blocked and hot-listed and not who has blocked/hot-listed them.

 

Cheers,

 

Charlie 

You Creature!!
Quote · 18 Jul 2012

Is that a core feature or an added module?

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 18 Jul 2012

It's a core feature, it's on the blocked and hotlist pages.

 

Is that a core feature or an added module?

 

You Creature!!
Quote · 18 Jul 2012

Anyone?

 

Morning all,

 

How can i stop the 'hot-listed me' and 'blocked me' options being viewed when members are viewing 'block' and 'hot' lists, i only want the members to see who THEY have blocked and hot-listed and not who has blocked/hot-listed them.

 

Cheers,

 

Charlie 

 

You Creature!!
Quote · 18 Jul 2012

which page you talking about? any direct link?

so much to do....
Quote · 18 Jul 2012

 yeah sure it's on,

 mysite.com/communicator.php?&communicator_mode=blocks_requests               (block list)

and

 mysite.com/communicator.php?action=get_page&communicator_mode=hotlist_requests&person_switcher=from             (hotlist) 

 

on both it gives the option to select either  'from member' or 'to member' on block and hotlist.

 

i only want the 'from' option avail

 

cheers 

 

which page you talking about? any direct link?

 

You Creature!!
Quote · 18 Jul 2012

changing it from just hot list and block list requires a lot more work. Instead if you want you can remove all "to" from all tabs

so much to do....
Quote · 18 Jul 2012

 yeah ok bud how do i go about removing all of the 'to' options?

 

changing it from just hot list and block list requires a lot more work. Instead if you want you can remove all "to" from all tabs

 

You Creature!!
Quote · 18 Jul 2012

edit templates/base/communicator_settings.html and remove this

<div class="left_section">

    <label><input type="radio"  __selected_from__ value="from" name="person_switcher" onclick="javascript: if ( typeof oCommunicatorPage != 'undefined' ) oCommunicatorPage.getTypifiedPage(this.value)"/>__from_me__</label>

    <label><input type="radio" __selected_to__ value="to" name="person_switcher" onclick="javascript: if ( typeof oCommunicatorPage != 'undefined' ) oCommunicatorPage.getTypifiedPage(this.value)"/>__to_me__</label>

</div>

done. Enjoy again :)

so much to do....
Quote · 18 Jul 2012

 Once again worked great, cheers bud :)

 

Charlie

 

edit templates/base/communicator_settings.html and remove this

<div class="left_section">

    <label><input type="radio"  __selected_from__ value="from" name="person_switcher" onclick="javascript: if ( typeof oCommunicatorPage != 'undefined' ) oCommunicatorPage.getTypifiedPage(this.value)"/>__from_me__</label>

    <label><input type="radio" __selected_to__ value="to" name="person_switcher" onclick="javascript: if ( typeof oCommunicatorPage != 'undefined' ) oCommunicatorPage.getTypifiedPage(this.value)"/>__to_me__</label>

</div>

done. Enjoy again :)

 

You Creature!!
Quote · 18 Jul 2012
 
 
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.