Closed (fixed)
Project:
BlueMasters
Version:
7.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
23 Jun 2011 at 14:06 UTC
Updated:
16 Dec 2011 at 08:25 UTC
Ho wdo I remove the Network Connect Block (sidebar first) and networking buttons in the header? It is not listed in the blocks area and stays even when I remove the style in the css. Please help.
Comments
Comment #1
komal.savla commentedHi,
Remove the following code from the page.tpl.php ( the below code is inside
<div id="right" class="clearfix">line no 100):This will remove the networking links from the page.
Thanks,
Komal
Comment #2
Hazeltree commentedThank you!
Comment #3
drupert55 commentedHello.
It would be much better if the designer of this theme would just add e.g. id="network" to <div class="block"> portion of that code whereby CSS can be utilized to hide all of those lines Komal referenced.
Comment #4
drupert55 commentedchanged status to 'needs review.'
Comment #5
gtsopour commentedHello drupert55
i just added the id network to this block and i committed the change, so will be included in next Bluemasters theme release.
Thanks again drupert55 and Komal (komal.savla)
George
Comment #7
wduhon commentedDo I have to go into a file and change this or can i find it through the dashboard ? I am looking everywhere.
Comment #8
drupert55 commentedWhat are you looking for, wduhon?
For my request/suggestion (see #3 and #5 above), the file was updated and released with the following change:
HTH