| Author |
Message |
gonehaywire Worker


Joined: May 20, 2004 Posts: 126
|
Posted:
Thu Jun 03, 2004 12:28 pm |
|
Hello,I want to remove the text above the block like say on here where it says Site Naviagation but i forget which file that is i had to reinstall php today and i forgot to write it down the file you remove i know it has something to do with in admin/blocks you hover over with mouse then find that line in the php.file and remove it but the file name i forget hope this makes sence? Thanks |
|
|
|
 |
GanjaUK Life Cycles Becoming CPU Cycles

Joined: Feb 14, 2004 Posts: 633 Location: England
|
Posted:
Thu Jun 03, 2004 12:37 pm |
|
You want to remove the title from the side blocks?
Depending on your theme, you could do it in themes/your_theme/blocks.html
If you don't have blocks.html check in themes/your_theme/theme.php - Function themesidebox()
Look for $title and remove it. |
|
|
|
 |
gonehaywire Worker


Joined: May 20, 2004 Posts: 126
|
Posted:
Thu Jun 03, 2004 1:12 pm |
|
Thats not it in admin area the block section you hover over EDIT and it gives your number like mine is 14 i want to remove the title from it.. hmmm wish i could remember the file  |
|
|
|
 |
GanjaUK Life Cycles Becoming CPU Cycles

Joined: Feb 14, 2004 Posts: 633 Location: England
|
Posted:
Thu Jun 03, 2004 1:15 pm |
|
Sorry, I have no idea what you mean. Sure one of the others will though.  |
|
|
|
 |
stephen2417 Worker


Joined: Jan 18, 2004 Posts: 244 Location: Bristolville, OH
|
Posted:
Thu Jun 03, 2004 1:36 pm |
|
Dont worry Ganja its not just you..
Elaborate some more one what you mean. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Thu Jun 03, 2004 2:08 pm |
|
| gonehaywire wrote: | | Hello,I want to remove the text above the block like say on here where it says Site Naviagation but i forget which file that is i had to reinstall php today and i forgot to write it down the file you remove i know it has something to do with in admin/blocks you hover over with mouse then find that line in the php.file and remove it but the file name i forget hope this makes sence? Thanks | Normally you edit it in blocks/block-modules.php. Look for and do an IF test on $m_title2 for the title you are after and then blank the $m_title2 out. The hover thing you are after is in the Blocks Admin panel. Hover over the EDIT link and you will see the actual bid=Blockid. |
|
|
|
 |
|
|
|
|