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.

Hit counter

3 posters

Go down

Hit counter Empty Hit counter

Post by oldat26 July 1st 2007, 11:32 pm

Can i add a hit counter to my forums??
avatar
oldat26
Forumember

Male Posts : 60
Reputation : 0
Language : english

http://link-forums.forumotion.com/index.htm

Back to top Go down

Hit counter Empty Re: Hit counter

Post by Guest July 1st 2007, 11:42 pm

what do u mean by "Hit Counter"?
avatar
Guest
Guest


Back to top Go down

Hit counter Empty Re: Hit counter

Post by oldat26 July 1st 2007, 11:44 pm

every time someone logs onto my forum the hit counter counts it. http://www.ultimate-counter.com like here
avatar
oldat26
Forumember

Male Posts : 60
Reputation : 0
Language : english

http://link-forums.forumotion.com/index.htm

Back to top Go down

Hit counter Empty Re: Hit counter

Post by GeoX July 2nd 2007, 2:34 am

Hello,

yes you can add one, you have two choices

the first one is to make it appear in only one page like the portal or the homepage

the second one is to make it appear in all pages by putting the code in the description field in the general admin >> configuration
avatar
GeoX
Guest


Back to top Go down

Hit counter Empty Re: Hit counter

Post by Kol Vol July 2nd 2007, 12:00 pm

also, if you put it between <div id=blablabla> tags and edit the CSS to say

#blablabla {
position: absolute;
top: 2px;
right: 2px;
}

then it will appear up in the corner
Kol Vol
Kol Vol
Forumember

Male Posts : 364
Reputation : 30

http://codes.eletronicsboard.com/

Back to top Go down

Hit counter Empty Re: Hit counter

Post by Aves July 2nd 2007, 1:10 pm

GeoX wrote:Hello,

yes you can add one, you have two choices

the first one is to make it appear in only one page like the portal or the homepage

the second one is to make it appear in all pages by putting the code in the description field in the general admin >> configuration
Hi!
I was able to put the hit counter in the description field of the php forum, but I would like to change it to the forum's footer.
Can you help me with that? Wink
avatar
Aves
New Member

Female Posts : 3
Reputation : 0
Language : English, Portuguese

http://aves.team-forum.net

Back to top Go down

Hit counter Empty Re: Hit counter

Post by Kol Vol July 2nd 2007, 1:13 pm

do what I said only make in

#blablabla {
position: absolute;
bottom: 2px;
left: 2px;
}
Kol Vol
Kol Vol
Forumember

Male Posts : 364
Reputation : 30

http://codes.eletronicsboard.com/

Back to top Go down

Hit counter Empty Re: Hit counter

Post by Aves July 2nd 2007, 2:06 pm

Kol Vol wrote:do what I said only make in

#blablabla {
position: absolute;
bottom: 2px;
left: 2px;
}

Is this okay? Or should I use a different tag? :/

#<html><a href=http://www.birdingtop500.com/cgi-bin/topsite/topsite.cgi?user=avesdeportugal ><img src=http://www.birdingtop500.com/cgi-bin/topsite/counter.cgi?user=avesdeportugal alt=Birding Top 500 Counter border=1></a></html> {
position: absolute;
bottom: 2px;
left: 2px;
}

Note: thank you for your patience and help Wink
avatar
Aves
New Member

Female Posts : 3
Reputation : 0
Language : English, Portuguese

http://aves.team-forum.net

Back to top Go down

Hit counter Empty Re: Hit counter

Post by Kol Vol July 2nd 2007, 10:26 pm

nonono do
Code:
<div id=your_id><html><a href=http://www.birdingtop500.com/cgi-bin/topsite/topsite.cgi?user=avesdeportugal ><img src=http://www.birdingtop500.com/cgi-bin/topsite/counter.cgi?user=avesdeportugal alt=Birding Top 500 Counter border=1></a></html></div>

Then put this in the CSS file
Code:
#your_id {
position: absolute;
bottom: 2px;
left: 2px;
}

Note: this particular one does not work with firefox. on firefox it will appear wherever you put the code. I still have to test wheather the other method with span does work with firefox
Kol Vol
Kol Vol
Forumember

Male Posts : 364
Reputation : 30

http://codes.eletronicsboard.com/

Back to top Go down

Hit counter Empty Re: Hit counter

Post by Aves July 3rd 2007, 12:04 am

Thank you, Kol Vol! Hello
avatar
Aves
New Member

Female Posts : 3
Reputation : 0
Language : English, Portuguese

http://aves.team-forum.net

Back to top Go down

Back to top

- Similar topics

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