Doe's anyone know where to edit/delete the links in profile Timeline block ?
All posts · Posts by admin · Posts by others · RSS · Subscribe
Doe's anyone know where to edit/delete the links in profile Timeline block ? All posts · Posts by admin · Posts by others · RSS · Subscribe |
anyone? |
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 |
thank you |
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 |
Thanks GG |
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 |
But you still have the dots? I did it with CSS. |
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( |
Only needed to get rid of rss #wall-get-rss-act, #wall-get-rss-pas, #wall-get-rss-pas+.bullet{display:none} |
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). |
Thats why I prefer CSS over hacking in the files. So much work when there is an update. |
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? |