Current time: 11-20-2008, 08:56 AM Hello There, Guest! (LoginRegister)


Post Reply 
how to automate "jump to content"
08-18-2008, 11:33 PM
Post: #1
how to automate "jump to content"
I have a pretty big header at the top of my forum.

When you click on a thread to read it, the page comes up
showing the big header with a little bit of the thread text
viewable. You have to scrool down to the thread text
everytime.

If you go to the bottom of the page, there is a text/link that says
"jump to content" .. when you click this it takes the forum minus
the header and frames it just right.

Could there be some way to have it do this when someone clicks
on a thread to read it ??

thanks
mike
Find all posts by this user
Quote this message in a reply
08-19-2008, 07:09 AM
Post: #2
RE: how to automate "jump to content"
Modify the appropriate forumdisplay_* template (forumdisplay_forumlist_thread ?) so that the link has #content appended to the URL.

Who is Yumi?


It's still the KFC crazed person who can't spell names properly with annoying AlTeRnAtInG CaPiTaLs in the NaMe
Visit this user's website Find all posts by this user
Quote this message in a reply
08-19-2008, 09:52 PM
Post: #3
RE: how to automate "jump to content"
(08-19-2008 07:09 AM)ZiNgA BuRgA Wrote:  Modify the appropriate forumdisplay_* template (forumdisplay_forumlist_thread ?) so that the link has #content appended to the URL.

Im a little embarrassed to say, that I'm not sure where to find that.
Find all posts by this user
Quote this message in a reply
08-21-2008, 02:01 PM
Post: #4
RE: how to automate "jump to content"
AdminCP -> Templates & Style -> Templates -> *select templateset* -> Forum Display Templates -> forumdisplay_thread
Find: "{$thread['threadlink']}"
replace with "{$thread['threadlink']}#content"

Who is Yumi?


It's still the KFC crazed person who can't spell names properly with annoying AlTeRnAtInG CaPiTaLs in the NaMe
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: