Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
2 - 1 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
   

Re: Block not visible to registered users
by trabis on 2008/6/5 17:36:34

Is not your fault man, bugs are stupid and contagious, we just can´t find a cure for that. Happy to know you succeded!
Re: Block not visible to registered users
by kerkyra on 2008/6/5 12:31:58

finally i figured it out! At the end of my php code the line

return $links;

was causing the problem. If the user hadnt submit any then the $links array was empty and the block was invisible! I replaced that with

return true;

and works now finally!

How stupid can i be??? Dont answer that
Re: Block not visible to registered users
by trabis on 2008/6/4 18:45:39

Check your block template name. It should not conflict with any other. But I can't understand Why this does not work for users with same permissions. Check your debug info.

You test user is active I believe or you would not be able to edit his info.Well, I´m missing it.
Re: Block not visible to registered users
by trabis on 2008/6/4 18:30:26

Quote:

kerkyra wrote:
what kind of problems could be caused by that line of code??
i replaced it with what u suggest but it gave me a white page, by changing it to ...
Quote:

if (is_object($xoopsUser) && $xoopsUser->uid() > 0){
$uid = $xoopsUser->uid();
}
else {
$uid = 0;
}


it worked again but with the same effect! this thing is getting me crazy!!!


If your block was visible to anonymous you would get an error because $xoopsUser would not be defined.
Re: Block not visible to registered users
by kerkyra on 2008/6/4 14:16:42

i also added the testing user to the webmasters group and ranked as webmaster and yet the block is invisible!!!!!Now isnt that crazy or not?

Who's Online

477 user(s) are online (448 user(s) are browsing Support Forums)


Members: 0


Guests: 477


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits