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!! |
Is that a core feature or an added module? ManOfTeal.COM a Proud UNA site, six years running strong! |
It's a core feature, it's on the blocked and hotlist pages.
Is that a core feature or an added module?
You Creature!! |
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!! |
which page you talking about? any direct link? so much to do.... |
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!! |
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.... |
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!! |
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.... |
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!! |