Hi There,
I have a question to Dolphin 7.4.2 an hope that somebody here can help me.
I want to copy the timeline (friends timeline) that appears account home (member.php) to index.php, my changes in BxWallModule.php made no success, has anybody here some tipps or hints for me, please.
P.S. i changed the code of index_tl and account_tl, no success.
Further then, I want to expand the new Timeline on the startpage (BxWallModule.php) with a dropdown-menu that filter postings from Friends and followers. Has anybody a tutorial or a hint for me please.
Has somebody a tutorial or a module for me that replaces checkboxes with filter?
I have also problems with pedt.php, when i change something in "Edit profile info", after redirect (pedit.php?ID=1) a white screen appears and says "_Exception_user_msg", i got no info in the firefox-console why.
The last i would like to know is the following: In the profile-cover i have right on top 2 buttons, that i had extend in the profile_cover.html I had extend the buttons from 2 to 4 and it appears, but how can i
<bx_if:show_actions>
<bx_if:show_action_thumbnail>
<a class="bx-btn bx-btn-small sys-pca-change-background" href="__href_upload_thumbnail__" title="<bx_text_attribute:_sys_btn_thumbnail_change />"> <i class="sys-icon user sys-pca-icon"></i><span class="sys-pca-text" ><bx_text:_sys_btn_thumbnail_change /></span></a>
</bx_if:show_action_thumbnail>
<bx_if:show_action_cover>
<a class="bx-btn bx-btn-small sys-pca-change-background" href="__href_upload__" title="<bx_text_attribute:_sys_btn_cover_change />"><i class="sys-icon picture-o sys-pca-icon"></i><span class="sys-pca-text"><bx_text:_sys_btn_cover_change /></span></a>
</bx_if:show_action_cover>
<a class="bx-btn bx-btn-small sys-pca-change-background" href="__href_upload__" title="<bx_text_attribute:_sys_btn_cover_change />"><i class="sys-icon picture-o sys-pca-icon"></i><span class="sys-pca-text"><bx_text:_sys_btn_befriend /></span></a>
<a class="bx-btn bx-btn-small sys-pca-change-background" href="__href_upload__" title="<bx_text_attribute:_sys_btn_cover_change />"><i class="sys-icon picture-o sys-pca-icon"></i><span class="sys-pca-text"><bx_text:_sys_btn_follow /></span></a>
I want to here in the red marked text above integrate 2 new actions like this
Befriend:
return $GLOBALS['oTopMenu']->getScriptFriendAdd({ID}, {member_id}); and
follow?
return $GLOBALS['oTopMenu']->getScriptFollow({ID}, {member_id});
I would be very happy when somebody here has informations for me
Thank you
Thomas