News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Postin for news ticker

Started by dkharp, January 25, 2010, 09:38:41 PM

Previous topic - Next topic

dkharp

Hello,

Below the search bar and above the tabs I want to put a news ticker. Where would I put the code?

I really rather not use the news portion already built into SMF.  Being I have a simple portal block set up for that.

I am running 2.0 RC2 in default theme.

Can anyone help?

hadesflames

Search for

// Show the menu here, according to the menu sub template.
template_menu();


place your code above that. If it's not php you're going to need to place it in an echo for example:


      echo 'your html in here';
// Show the menu here, according to the menu sub template.
template_menu();

dkharp


Advertisement: