[TYPO3] foldout menu problem-newbie!!

Christopher bedlamhotel at gmail.com
Wed May 17 16:00:08 CEST 2006


HI,

On 5/17/06, dave ashton <dave at bassmedia.net> wrote:
> Hi,
> the only stuff in the constants field is:-
>
> relPath = typo3conf/ext/htmlcssstyling/template/main/
> TemplateName = threecolumn.html
> pidSharedContent = 17
> StylesheetName = stylesheet.css
>
> ..which is automatically inputted by the extension.

In your main TS template? Ridiculous.

No extension can automatically put anything in the setup OR constants
field of your template. Extensions can add TS to a site, but they
cannot add anything into a template. In your example above, for
example, how could an extension predict the name of the stylesheet and
template or the uid of a page?

Something similar to what you describe is possible only if you've
imported a group of records from another site or from a tutorial.

> The setup field is blank.
>
> Up to now sites have worked fine with this setup.

I do not see how this can be possible.

> However, adding typoscript in the setup field for a horizontal menu doesn't
> seem to work.
> Are the installed extensions affecting the typoscript put in the setup
> field, i.e. cancelling it out?

You just said that the setup field is blank. Is it or isn't it?

> When i've tried the Gmenu from the online examples, it will put a menu on
> the page but replaces everything else on the page only leaving the menu.
>
> This code below puts a menu on the page, but i cannot place it in its own
> div.
> page.5 = HMENU
> page.5.1 = TMENU
> page.5.1.wrap = | <BR><BR>
> page.5.1.NO {
>   linkWrap = &nbsp;<font color=yellow> | </font>&nbsp;
>   ATagBeforeWrap = 1
> }
>
> So, how do i place the menu in its own div so i can place it anywhere on the
> page?

By following one of the tutorials and learning how. Did you really
think that asking 'how do I build a site' on a mailing list could
replace the process of studying a lengthy tutorial?

Sorry, but it is quite plain that you have not studied any of the MTB,
Golive or FTB tutorials, and until you do, it is not going to be
possible to help you and it's extremely frustrating to try.

Your messages in this thread show that you lack even the most basic TS
knowledge required to get a site built. and nobody is going to be able
to help you build a site yourself until you start to become familiar,
in at least a basic way, with TS templating.


-Christopher



More information about the TYPO3-english mailing list