How To [Help]

EviL_WaLdO

New Member
Make a Custom Page Viewable Only If Your Logged In.
Not The Nav. To Actually be in the page.
Is this Mod. Default? Edit?
For Example. I Have a Html Page. I would only allow registered users+more to view the page?
and not allow guest.
Help?
 
HTML:
<if condition="$show['member']">
PAGE CODE
<else />
Sorry you need to <a href="register.php">register</a>  to view this page.
</if>

This however will only work if the custom page is powered by vbulletin. If its an external page I suggest you recode it into vbulletin.
 
i made them and uploaded via ftp.
this may be out of topic. but i tried making custom vb pages (custom_page).
but when i input the link.
its wrong. and just redirects me to my forum index homepage. :(.
maybe its because i have the anti-proxy mod thing on?
any way to fix this?
please. and thank you.
 
Hay, What Did You Use?

vBadvanced CMPS?, Cause Its A Good THing.....

To Create vB Pages......Maybe You Can Edit Permissions

With It Too...
 
ChopSuey said:
Hay, What Did You Use?

vBadvanced CMPS?, Cause Its A Good THing.....

To Create vB Pages......Maybe You Can Edit Permissions

With It Too...
i do all that(hoxxys custom pages wat).
but whern i put url. it doesnt load :(
 
Back
Top