Javascript group request [request as funcion / request as asking]
2 posters
Page 1 of 1
Javascript group request [request as funcion / request as asking]
Hi folks..
I'm advanced familiar with forumotion, but only now, when arise this question I made my self to register here.
So basic question is.. How to make request for In what group viewer is..?
What I want to do is..
To automatically let computer acknowledge if people is in certain group to let them see specific html page CONTENT.
What is in my mind..
in JavaScript is basic code like
And now to clarify.. I need that number var group = 3; is automatically checked and JavaScript afterward with function If check to let them see one or another HTML page content. It's like unregistered users cant access their profile, just because they do not have one, and thats why they see nothing but registered users do see a profile.
Advanced help would be really nice.
Regards and already thank you.
I'm advanced familiar with forumotion, but only now, when arise this question I made my self to register here.

So basic question is.. How to make request for In what group viewer is..?
What I want to do is..
To automatically let computer acknowledge if people is in certain group to let them see specific html page CONTENT.
What is in my mind..
in JavaScript is basic code like
- Code:
var group = 3;
if (group=2)
{
document.write("You are in" + "group.<br>This information is only for you, and no one else cant see this, except those of your group.");
}
else if (group=3)
{
document.write("You/'re not in specified group.");
}
else
{
document.write("Cant check your group. Are you sure you did log in?")
}
And now to clarify.. I need that number var group = 3; is automatically checked and JavaScript afterward with function If check to let them see one or another HTML page content. It's like unregistered users cant access their profile, just because they do not have one, and thats why they see nothing but registered users do see a profile.
Advanced help would be really nice.

Regards and already thank you.
Last edited by Amatio on November 27th 2010, 10:59 pm; edited 2 times in total
Amatio- New Member
-
Posts : 13
Reputation : 0
Language : Latvian
Location : Riga
Re: Javascript group request [request as funcion / request as asking]
heh.. I'm so impatient.. anyone ? 

Amatio- New Member
-
Posts : 13
Reputation : 0
Language : Latvian
Location : Riga
Re: Javascript group request [request as funcion / request as asking]
Im not trying to moderate you, but you're not supposed to post messages back to back 

Re: Javascript group request [request as funcion / request as asking]
Harperboy326 wrote:Im not trying to moderate you, but you're not supposed to post messages back to back
Healthy criticism always is accepted. Yes, I know, but as I mentioned above, Im impatient.
Amatio- New Member
-
Posts : 13
Reputation : 0
Language : Latvian
Location : Riga
Re: Javascript group request [request as funcion / request as asking]
Anyone got answer of what Im asking for?
Amatio- New Member
-
Posts : 13
Reputation : 0
Language : Latvian
Location : Riga

» Ability for member to request group membership with automatic acceptance (not Auto-Subscribe)
» javascript active class code request
» Javascript or CSS Forum Design Code Request for PunBB: Allowing 100 Comments Per Page in the Blogs Only!
» Stopping Group Moderators Adding Members to Their Group Without Join Requests
» Members cant request to join new group
» javascript active class code request
» Javascript or CSS Forum Design Code Request for PunBB: Allowing 100 Comments Per Page in the Blogs Only!
» Stopping Group Moderators Adding Members to Their Group Without Join Requests
» Members cant request to join new group
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum