Adding Text to Header


Adding Text to Header

Postby mcsee » Sun Jun 28, 2009 5:31 pm

I'd like to add a new line of text to the header of my forum, below where the 'Last Visit" is located on the r/h side. I'd like to add something along the lines of "To view all Forum Topics, you must be a Member". (Right justified under last visit time)

What do I add in code?

mcsee
 
Posts: 28
Joined: Fri May 01, 2009 6:27 pm
Location: Melbourne
Blog: View Blog (0)

Re: Adding Text to Header

Postby Helter » Mon Jun 29, 2009 11:03 am

open proVista/template/index_body.html

FIND

Code: Select all
  1. <!-- IF S_DISPLAY_SEARCH or (S_USER_LOGGED_IN and not S_IS_BOT) -->


BEFORE, ADD

Code: Select all
  1. <!-- IF S_USER_LOGGED_OUT --><p class="{S_CONTENT_FLOW_END}">To view all Forum Topics, you must be a Member</p><!-- ENDIF -->

User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner

Re: Adding Text to Header

Postby mcsee » Mon Jun 29, 2009 4:49 pm

Thanks Helter, but it didn't show anything different.

m

mcsee
 
Posts: 28
Joined: Fri May 01, 2009 6:27 pm
Location: Melbourne
Blog: View Blog (0)

Re: Adding Text to Header

Postby Helter » Mon Jun 29, 2009 5:34 pm

it is a cache issue
delete your theme cache, then click the delete cookies link in the overall_footer

User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner

Re: Adding Text to Header

Postby mcsee » Mon Jun 29, 2009 7:41 pm

Still no change - Beats me.

Thanks
m

mcsee
 
Posts: 28
Joined: Fri May 01, 2009 6:27 pm
Location: Melbourne
Blog: View Blog (0)

Re: Adding Text to Header

Postby Helter » Mon Jun 29, 2009 8:52 pm

remove the switch and try just this

Code: Select all
  1. <p class="{S_CONTENT_FLOW_END}">To view all Forum Topics, you must be a Member</p>

User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner

Re: Adding Text to Header

Postby mcsee » Mon Jun 29, 2009 9:09 pm

Helter - Thank you so much for that, the new one worked fine first go. Your help is always appreciated.

m

mcsee
 
Posts: 28
Joined: Fri May 01, 2009 6:27 pm
Location: Melbourne
Blog: View Blog (0)



Post a reply



Return to proVista

Who is online

Users browsing this forum: No registered users and 2 guests

cron