Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 55
5 members and 50 guests
affiz4iliate6ec, cliaw9cckhereto, lowsad4erback5s, mariacolmanyne3, medaricalddw93g
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > PHP-Nuke 7.x > Nuke 7.x - Blocks

Reply
 
LinkBack Thread Tools Display Modes
question about creating this block
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: Apr 2005
question about creating this block - 05-20-2005, 12:27 PM

i want to create a block thats vissable to all visitors but has diffrent things to show for anon users and registed user any one a idee?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
05-20-2005, 01:31 PM

there are switches built in into nukeespecially for this purpose!
Code:
if(is_user($user)){
*all content for user only to view*
}else{
*all content for unregistered users to see*
}


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
ty
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: Apr 2005
ty - 05-21-2005, 08:12 AM

So if i understand right this "$user" is the name of the registered member or 0 thus anon? and it's a global fron nuke.

tnx for the help.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
05-21-2005, 08:36 AM

yup, make sure you add global $user; somewhere above this code. Then it will work for every user that loads the block


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Request - Creating a block ... Theberge43 Nuke 7.x - Blocks 0 07-29-2005 02:06 PM
Block Question Syren Nuke 7.x - General 2 09-03-2004 09:34 AM
Help creating block slakka Nuke 6.5 to 6.9 - Blocks 0 06-14-2003 04:24 PM
need help creating/modifying a block elb0m Nuke 6.5 to 6.9 - Blocks 6 04-17-2003 06:30 AM
*another* gallery block question darkdan Purged Topics 4 01-07-2003 02:23 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31