Compblu

Please post the URLs to pages, where you've made a CMSimple template available for download

Moderator: mikey

Post Reply
jstenbak
Posts: 48
Joined: Fri May 23, 2008 9:12 am
Contact:

Compblu

Post by jstenbak » Thu Nov 26, 2009 10:11 pm

Hello.
How can I remove the NEWS area on the left menu in the template called COMPBLU?

Tata
Posts: 3588
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: Compblu

Post by Tata » Thu Nov 26, 2009 11:10 pm

Open the template.htm and search for

Code: Select all

<?php echo newsbox('NEWS'');?>
Then delete (or better only comment out) the function

Code: Select all

<?php// echo newsbox('NEWS');?>
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

jstenbak
Posts: 48
Joined: Fri May 23, 2008 9:12 am
Contact:

Re: Compblu

Post by jstenbak » Fri Nov 27, 2009 7:19 am

Hello
I can not find the places to remove.

Could You please help me/do it for me?

http://test2.stenbak.dk/downloads/compblu.zip

johnjdoe
Posts: 571
Joined: Tue May 20, 2008 6:32 am

Re: Compblu

Post by johnjdoe » Fri Nov 27, 2009 7:45 am

It is in the file sidearea.php in the subfolder includes.

Line 25:

Code: Select all

<div class="entry-content"><?php echo newsbox(News); ?></div>
Change it to:

Code: Select all

<div class="entry-content"></div>
Then your news entries are gone.

I have not tested but perhaps you could change the CSS for "newsboxscroll" in stylesheet.css too? Just add:

Code: Select all

display:none;

CMSimple-Styles.com
Posts: 342
Joined: Thu Jun 26, 2008 8:19 pm
Location: Germany
Contact:

Re: Compblu

Post by CMSimple-Styles.com » Fri Nov 27, 2009 7:08 pm

But if you do it, IE will still display the webslice. You have to remove the webslice completly by deleting all the divs and css for it.

jstenbak
Posts: 48
Joined: Fri May 23, 2008 9:12 am
Contact:

Re: Compblu

Post by jstenbak » Tue Dec 22, 2009 10:08 pm

Hello.
Is there someone that could remove the place with the green frame? (I can not make it work)

http://stenbak.dk/images/frame.jpg

Thanks

jstenbak
Posts: 48
Joined: Fri May 23, 2008 9:12 am
Contact:

Re: Compblu

Post by jstenbak » Sun Jan 10, 2010 12:45 pm

Help - please!

ZiPs
Posts: 633
Joined: Thu May 22, 2008 6:17 pm
Location: Faxe, Denmark
Contact:

Re: Compblu

Post by ZiPs » Sun Jan 10, 2010 2:03 pm

In the fil sidearea.php find this, an delete it.

Code: Select all

<div class="desc">News</div>
<div class="mid">
<div id="newsboxscroll">
<div class="entry-content"><?php echo newsbox(News); ?></div>
</div>
</div>
/ZiPs
Preben Dahl | Webmaster cmsimple.dk | Projekt-og domæne ejer Gert Ebersbach

jstenbak
Posts: 48
Joined: Fri May 23, 2008 9:12 am
Contact:

Re: Compblu

Post by jstenbak » Sun Jan 10, 2010 2:32 pm

Thanks - tak!

Post Reply