The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How do I get rid of this area?

3 posters

Go down

How do I get rid of this area? Empty How do I get rid of this area?

Post by uafgrad May 19th 2011, 11:21 pm

How do I get rid of the area the arrows are pointing to?

I swear it wasn't here until today. confused

How do I get rid of this area? Getrid10

avatar
uafgrad
Forumember

Posts : 88
Reputation : 0
Language : English

Back to top Go down

How do I get rid of this area? Empty Re: How do I get rid of this area?

Post by lisa1302 May 19th 2011, 11:37 pm

You mean remove current time and last visit?

If so....In the index_box template, find and remove this (its at the top so esy to find)

Code:

<!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}<br />
        {CURRENT_TIME}<br />
        </span>
        <!-- END switch_user_logged_in -->
lisa1302
lisa1302
Forumember

Female Posts : 305
Reputation : 40
Language : Enlish
Location : UK

http://www.babiesandall.com

Back to top Go down

How do I get rid of this area? Empty Re: How do I get rid of this area?

Post by uafgrad May 19th 2011, 11:41 pm

lisa1302 wrote:You mean remove current time and last visit?

If so....In the index_box template, find and remove this (its at the top so esy to find)

Code:

<!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}

        {CURRENT_TIME}

        </span>
        <!-- END switch_user_logged_in -->

I don't think I have an index box template?

I am on phpbb3
avatar
uafgrad
Forumember

Posts : 88
Reputation : 0
Language : English

Back to top Go down

How do I get rid of this area? Empty Re: How do I get rid of this area?

Post by lisa1302 May 19th 2011, 11:47 pm

oh bummer ...sorry don't know in that case
lisa1302
lisa1302
Forumember

Female Posts : 305
Reputation : 40
Language : Enlish
Location : UK

http://www.babiesandall.com

Back to top Go down

How do I get rid of this area? Empty Re: How do I get rid of this area?

Post by Guest May 20th 2011, 12:57 am

theres already a thread like this so please have a look at this thread

https://help.forumotion.com/t82334-remove-current-date-time-your-last-visit

avatar
Guest
Guest


Back to top Go down

How do I get rid of this area? Empty Re: How do I get rid of this area?

Post by Mike May 20th 2011, 1:12 am

put the following in your css

Code:
p.rightside {
  display:none;
  }
.main-content p {
  display:none;
  }
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

How do I get rid of this area? Empty Re: How do I get rid of this area?

Post by Guest May 20th 2011, 1:16 am

Drogba921 wrote:put the following in your css

Code:
p.rightside {
  display:none;
  }
.main-content p {
  display:none;
  }

lol you copied the code from the thread link i posted Very Happy
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum