Login     Sign up
visitors
dfcppnfounder (@dfcppnfounder)
Join date: May 8th 2010
Community posts: 50
View Profile
Send Message

the links that I add can be accessed by anyone who comes to the site, is there a way to make then like the rest of the links (Froums,blogs,photo,ect) so that you have to log in or sign up before you can access them? I need people to join before coming in chat.

179 months ago
stan (@stan)
Join date: Mar 17th 2010
Community posts: 127
View Profile
Send Message

you can hide the menu bar to guests. open "/my/welcome_page.php", you will find the function to make it.

179 months ago
dfcppnfounder (@dfcppnfounder)
Join date: May 8th 2010
Community posts: 50
View Profile
Send Message

//## hide the menubar from the left side. This function is optional.
//hide_menubar();

what do I do here? true? yes? hide?

179 months ago
adil (@adil)
Join date: May 9th 2010
Community posts: 202
View Profile
Send Message

[quote=dfcppnfounder]//## hide the menubar from the left side. This function is optional.
//hide_menubar();

what do I do here? true? yes? hide? [/quote]

make it looks like this
[code]
//## hide the menubar from the left side. This function is optional.
hide_menubar();
[/code]
just nothing else
try that ???????????
adil

179 months ago