Profile Wall Block

Doe's anyone know where to edit/delete the links in profile Timeline block ?

All posts     ·     Posts by admin     ·     Posts by others     ·     RSS     ·     Subscribe

Quote · 28 Dec 2013

anyone?

Quote · 31 Dec 2013

go to admin / settings / language settings: 

All posts=  _wall_view_all      Posts by admin=   _wall_view_owner     Posts by others=  _wall_view_other     RSS=  _wall_get_rss   

haven't found the one for subscribe yet, i'll have another look


Quote · 31 Dec 2013

thank you

Quote · 31 Dec 2013

Easy way to remove a link is to set the text to blank.  Without something to click on, the link is effectively removed without having to edit code.

Geeks, making the world a better place
Quote · 31 Dec 2013

Thanks GG

Quote · 31 Dec 2013

I did find subscribe as well . See below in case someone else them. AS GG said best thing is to leave the text blank and save. Worked like a charm I always hated those links.

All posts                 _wall_view_all

Posts by {0}           _wall_view_owner
 
Posts by others      _wall_view_other

RSS                        _wall_get_rss

Subscribe               _sys_btn_sbs_subscribe

Quote · 31 Dec 2013

But you still have the dots?

I did it with CSS.

Quote · 31 Dec 2013

 

But you still have the dots?

I did it with CSS.

 Yes and after taking another look still had clickable links there as well. Editing in css proved not to be an easy answer for me either . Because removing the "dots" I call them bullets, that way also removed them from blocks i still wanted them.

The easiest solution i found was  in the php code . at about line 422  /modules/boonex/wall/classes/BxWallModule.php (dolphin 7.1.4) I removed the following code .

 

        $aTopMenu = array(
            'wall-view-all' => array('href' => 'javascript:void(0)', 'onclick' => 'javascript:' . $this->_sJsViewObject . '.changeFilter(this)', 'title' => _t('_wall_view_all'), 'active' => 1),
            'wall-view-owner' => array('href' => 'javascript:void(0)', 'onclick' => 'javascript:' . $this->_sJsViewObject . '.changeFilter(this)', 'title' => _t('_wall_view_owner', getNickName($aOwner['id']))),
            'wall-view-other' => array('href' => 'javascript:void(0)', 'onclick' => 'javascript:' . $this->_sJsViewObject . '.changeFilter(this)', 'title' => _t('_wall_view_other')),
            'wall-get-rss' => array('href' => BX_DOL_URL_ROOT . $this->_oConfig->getBaseUri() . 'rss/' . $aOwner['username'] . '/', 'target' => '_blank', 'title' => _t('_wall_get_rss')),
            'wall-subscription' => array('href' => 'javascript:void(0);', 'onclick' => 'javascript:' . $aButton['script'] . '', 'title' => $aButton['title']),
        );

Quote · 1 Jan 2014

Only needed to get rid of rss

#wall-get-rss-act, #wall-get-rss-pas, #wall-get-rss-pas+.bullet{display:none}

Quote · 1 Jan 2014

i will look again. I do try not to make changes to dolphin, And record changes I do make. Comes in handy when dolphin get an update. I am still working on the timeline anyway. I have one on the homepage now shows post of all members ( provided they don't click the key and choose friends only).

Quote · 1 Jan 2014

Thats why I prefer CSS over hacking in the files. So much work when there is an update.

Quote · 1 Jan 2014

 

Thats why I prefer CSS over hacking in the files. So much work when there is an update.

Prukner,

What CSS file did you edit?  Where could I put the new CSS code if I have a custom template to avoid Dolphin update issues?

Quote · 21 Mar 2014
 
 
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.