Hi at all !
I want the show/hide blocks in the members profile ( which are always showing the content ) like "friends" or "profile polls" to be generally closed/hidden !
Any ideas ?
Hi at all !
I want the show/hide blocks in the members profile ( which are always showing the content ) like "friends" or "profile polls" to be generally closed/hidden !
Any ideas ?
No ideas ???
I do know about dolphin but this is in the design.inc.php for ae look for
$div_hide = "none";
$div_show = "inline"
<div id="hide" style="display:none">$s02</div>
Or see this thread and reverse the directions.
Default IM to Show
It cant be That hard to implement this for Dolphin 5.6. Anyone?
SocialEngine 2.81 Nulled
This is the code for show/hide in 5.6.0005
I tried a little bit modding but could not solve the "problem" ?!PHP Code:$menu = '<div class="block_menu"
onclick="javascript: if ( \'none\' == document.getElementById(\'container_friend_list\').style.display ) { document.getElementById(\'container_friend_list\').style.display=\'block\'; this.innerHTML=\''. $langHide .'\'; } else { document.getElementById(\'container_friend_list\').style.display=\'none\'; this.innerHTML=\''. $langShow .'\'; }" >'. $langHide .'</div>';
$ret = '<div class="clear_both"></div>';
$ret .= '<div id="container_friend_list">' . ShowFriendList($profileID) . '</div>';
$ret .= '<div class="clear_both"></div>';
Any ideas how to hide the block by default ?
Anybody who has a good knowledge about javascript ?
Ive did some Investigation on that Kleetus.
I figured out when you remove in Profile.php the following between Line 876 and 879:
it lets for example vanish all Headline Blocks on the Profile Descriptions left Side.PHP Code:case '0': // divider
$ret .= print_row_delim( $first_row, $arrpd, "panel", 2 );
$not_first_row = 1;
$first_row = 1;
I guess like that you can do it also with other Codeparts for the Right Side and the Polls/Friends and so on.
Hope ive been of Help.
Regards, Fax
Sry, seems i got ya wrong.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks