| 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:
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? |