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.

HTML Page only for users

4 posters

Go down

HTML Page only for users Empty HTML Page only for users

Post by The_Snoopy_ Sat 15 Dec 2012 - 15:42

Hello. How can i put my html page that it can be seen only by registered users?
avatar
The_Snoopy_
Forumember

Posts : 36
Reputation : 1
Language : finnish

Back to top Go down

HTML Page only for users Empty Re: HTML Page only for users

Post by Sozinho Sun 16 Dec 2012 - 13:30

Edit Template.
Sozinho
Sozinho
Forumember

Male Posts : 172
Reputation : 4
Language : English
Location : Philippines

http://appzxor.omgforum.net

Back to top Go down

HTML Page only for users Empty Re: HTML Page only for users

Post by Mariofan13 Sun 16 Dec 2012 - 15:08

No, that's wrong.
You can't disable a html page for guests. But yuo can choose a complicated name for the site, and give the URL to the site only to your members. BEcause guests will not know the whole URL to the HTML page, they will not be able to visit it Wink
Mariofan13
Mariofan13
Forumember

Male Posts : 188
Reputation : 6
Language : German, English, Latin, 1337, HTML, CSS, BBCode, Wikitext
Location : Mushroom Kingdom

http://mario-forum.net

Back to top Go down

HTML Page only for users Empty Re: HTML Page only for users

Post by The_Snoopy_ Sun 16 Dec 2012 - 15:09

They will be able to visit html page, because they are giving that link to everybody on the internet :O
avatar
The_Snoopy_
Forumember

Posts : 36
Reputation : 1
Language : finnish

Back to top Go down

HTML Page only for users Empty Re: HTML Page only for users

Post by MarkoNinic1994 Sun 16 Dec 2012 - 18:55

I think you are wrong Mariofan13,snoopy you could create html page that you want and add it in your navigation bar that only members can see,and that will they give url of the page you can not disable it,i think that is impossible Smile
avatar
MarkoNinic1994
Forumember

Posts : 89
Reputation : 2
Language : English,Danish,Serbian,Romanian

http://fantasypub.serbianforum.info/forum

Back to top Go down

HTML Page only for users Empty Re: HTML Page only for users

Post by The_Snoopy_ Sun 16 Dec 2012 - 18:59

No sorry that doesn't work out. I get views with adfly on the html, but i could get more views basicly money if people shouldn't share that non shortened link Sad(
avatar
The_Snoopy_
Forumember

Posts : 36
Reputation : 1
Language : finnish

Back to top Go down

HTML Page only for users Empty Re: HTML Page only for users

Post by MarkoNinic1994 Sun 16 Dec 2012 - 19:02

you should google about your problem,but i think that cant be done but you could shut down adfly links and do something else,you could pm me...
avatar
MarkoNinic1994
Forumember

Posts : 89
Reputation : 2
Language : English,Danish,Serbian,Romanian

http://fantasypub.serbianforum.info/forum

Back to top Go down

HTML Page only for users Empty Re: HTML Page only for users

Post by The_Snoopy_ Sun 16 Dec 2012 - 19:24

Don't understand
avatar
The_Snoopy_
Forumember

Posts : 36
Reputation : 1
Language : finnish

Back to top Go down

HTML Page only for users Empty Re: HTML Page only for users

Post by MarkoNinic1994 Sun 16 Dec 2012 - 19:27

you should go to your administration panel>>Modules>>HTMl Pages>>Create New or edit your created html then select use your header & footer select yes

Then after <head> tag add that code rideem3 provided to you
avatar
MarkoNinic1994
Forumember

Posts : 89
Reputation : 2
Language : English,Danish,Serbian,Romanian

http://fantasypub.serbianforum.info/forum

Back to top Go down

HTML Page only for users Empty Re: HTML Page only for users

Post by The_Snoopy_ Sun 16 Dec 2012 - 19:28

Yes, it goess right to my forum home page?

Here is that html page --> http://www.action-salkkarit.com/h1-salkkarit-1712
avatar
The_Snoopy_
Forumember

Posts : 36
Reputation : 1
Language : finnish

Back to top Go down

HTML Page only for users Empty Re: HTML Page only for users

Post by MarkoNinic1994 Sun 16 Dec 2012 - 19:34

yes that means use forum header and footer but it will be visible only for members and not guest's
avatar
MarkoNinic1994
Forumember

Posts : 89
Reputation : 2
Language : English,Danish,Serbian,Romanian

http://fantasypub.serbianforum.info/forum

Back to top Go down

HTML Page only for users Empty Re: HTML Page only for users

Post by The_Snoopy_ Sun 16 Dec 2012 - 19:36

What? How do i get that video don't show to people how aren't logged in?
avatar
The_Snoopy_
Forumember

Posts : 36
Reputation : 1
Language : finnish

Back to top Go down

HTML Page only for users Empty Re: HTML Page only for users

Post by MarkoNinic1994 Sun 16 Dec 2012 - 19:37

did you added the code from above?
avatar
MarkoNinic1994
Forumember

Posts : 89
Reputation : 2
Language : English,Danish,Serbian,Romanian

http://fantasypub.serbianforum.info/forum

Back to top Go down

HTML Page only for users Empty Re: HTML Page only for users

Post by The_Snoopy_ Sun 16 Dec 2012 - 19:39

Where should i put it?

Spoiler:
avatar
The_Snoopy_
Forumember

Posts : 36
Reputation : 1
Language : finnish

Back to top Go down

HTML Page only for users Empty Re: HTML Page only for users

Post by MarkoNinic1994 Sun 16 Dec 2012 - 19:44

Code:
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 11 February 2007), see www.w3.org" />

<title></title>
</head>

right after <title> that should look like this

Code:
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 11 February 2007), see www.w3.org" />

<title></title>
<script type="text/javascript">
if (!document.getElementById('logout')) window.location.pathname = "/forum";</script>
</head>

hope that helps
avatar
MarkoNinic1994
Forumember

Posts : 89
Reputation : 2
Language : English,Danish,Serbian,Romanian

http://fantasypub.serbianforum.info/forum

Back to top Go down

HTML Page only for users Empty Re: HTML Page only for users

Post by The_Snoopy_ Sun 16 Dec 2012 - 19:53

Thanks man, if your not logged in it goes to home page. But is there any way i could lock the video, that people can see the html page but not the video. Basicly text "Login to see the video"
avatar
The_Snoopy_
Forumember

Posts : 36
Reputation : 1
Language : finnish

Back to top Go down

HTML Page only for users Empty Re: HTML Page only for users

Post by MarkoNinic1994 Sun 16 Dec 2012 - 20:04

well i don't know about,maybe someone here could explain you that kind of options :/
avatar
MarkoNinic1994
Forumember

Posts : 89
Reputation : 2
Language : English,Danish,Serbian,Romanian

http://fantasypub.serbianforum.info/forum

Back to top Go down

Back to top

- Similar topics

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