TinyPortal

Development => Support => Topic started by: boldt on May 02, 2007, 12:07:47 PM

Title: How to remove Info Center?
Post by: boldt on May 02, 2007, 12:07:47 PM
When the forum is visible a box below called Info Center is displayed as well.
I have a box i left panel of TinyPortal already showing these information. So, how do I remove this Info Center?

SimpelMachines Community explains how http://www.simplemachines.org/community/index.php?topic=12352.0
but when doing this, all blocks in right panel moves to the left

What to do
(I have placed the same question in smf-forum)

kind regards

Mikael Boldt
Title: Re: How to remove Info Center?
Post by: stormlrd on May 02, 2007, 04:22:52 PM
board.template.php you'll find the info center section there, just comment it out.
Title: Re: How to remove Info Center?
Post by: knat on May 02, 2007, 04:24:56 PM
It really is a question that you need to ask over at SMF, but i understand that you feel in a hurry  :D

here is a suggestion on how to do it by the Bloc man himself  :coolsmiley:

Check it out at http://www.simplemachines.org/community/index.php?topic=87152.0

Ohh dam Storm beat me to it LoL  ;D
Title: Re: How to remove Info Center?
Post by: stormlrd on May 02, 2007, 04:26:41 PM
;)
Title: Re: How to remove Info Center?
Post by: boldt on May 02, 2007, 05:23:13 PM
Quote from: StormLrdâ„¢ on May 02, 2007, 04:22:52 PM
board.template.php you'll find the info center section there, just comment it out.
That is exactly what the my reference is proposing, but the result is that all blocks from right panel moves to the left.

so this is not the solution no matter how much it ie repeated, sorry.

I posted the question in both fora because it could be a problem in smf because it is the program creating the Info Center but, it could also be a problem in TP because it is creating the right and left panels.

mboldt
Title: Re: How to remove Info Center?
Post by: rebelrose on May 02, 2007, 05:27:32 PM
What theme are you using and how much do you want taken out?
Title: Re: How to remove Info Center?
Post by: boldt on May 02, 2007, 06:00:05 PM
default theme
Only the Info Center below the forum - with all of its content
What ever is shown in the Info Center is also shown in the block stats...

I think it has something to do with the tables build in the programmes - perhaps the Info Center programme part also establishes a neighbour cell in the table?

mboldt
Title: Re: How to remove Info Center?
Post by: rebelrose on May 02, 2007, 06:02:09 PM
Quote from: boldt on May 02, 2007, 06:00:05 PM
default theme
Only the Info Center below the forum - with all of its content
What ever is shown in the Info Center is also shown in the block stats...

I think it has something to do with the tables build in the programmes - perhaps the Info Center programme part also establishes a neighbour cell in the table?

mboldt

Like this theme or is that too much?



if it is like that I can help you out.
Title: Re: How to remove Info Center?
Post by: boldt on May 02, 2007, 06:26:44 PM
I am not sure of what you are saying?
Your reference is to you own web-page with your own theme on top of a smf and TP.

Except for the colours, and that your are not having a right panel when showing your Forum I can't see the difference of using the default theme  and your theme.

What you are trying to explain is that different themes are not built over the same set of rules, formats, template...?

Back to my problem - if you think you can help then I am "all ears". give me some hint, guide, reference book pages and I try it out - promise to write back once succeeded.

Sorry I cannot give any reference web address, but I am developing the pages on my pc - using Apachefriend.

kind regard

mboldt

Title: Re: How to remove Info Center?
Post by: rebelrose on May 02, 2007, 07:25:35 PM
I was trying to find out exactly how much info you wanted to remove, what I showed you was based on the default them, but the user info on top was not longer there, I was trying to find out if you were looking to modify it like that if so I could have giving you the code needed.

If you were looking to remove the info on the top of the forum, that is what I was trying to find out and was giving you something to compare too.

Title: Re: How to remove Info Center?
Post by: boldt on May 02, 2007, 07:34:05 PM
I have now tried to start all over.

My problem is, that I have 2 modification to smf/TP and I can see now that they are interfering.

So instead of first make a RSS News box and then delete the Info Center 
I am now doing it in opposite order: first remove, then add.

And it seems to work - so properly a mistake in my programming.

Thank you for your interest in my problem

kind regard

mboldt
Title: Re: How to remove Info Center?
Post by: knat on May 02, 2007, 07:57:33 PM
Its good that you figured it out  ;) Maybe it had something to do with them damn tablecells afterall   :P
Title: Re: How to remove Info Center?
Post by: boldt on May 02, 2007, 08:21:48 PM
Exactly it is the table cells that are coursing the problems.
I am now on my 3 attempt to do it right    :idiot2:

regards
mboldt
Title: Re: How to remove Info Center?
Post by: boldt on May 02, 2007, 08:49:46 PM
Actually was the problem that:
the login bar -which is not deleted by comment- content the end of a table that is initiated in the top of Info Center

mboldt
Title: Re: How to remove Info Center?
Post by: robward on August 27, 2007, 05:32:13 PM
I have a similar question.

I'd like to remove the Info Center for guests but leave it there for people who are logged in.  I'm searched but can't seem to find an answer.

Anyone know?
Title: Re: How to remove Info Center?
Post by: Crip on August 27, 2007, 05:35:43 PM
That's not possible on TP blocks/panels -- however you can remove smf's part in your [index.template.php] -- be careful or your get parse errors.