as user 1
i enabled the module (i didn't see any subdirectories, as mentioned in readme)
i enabled it for page
i gave myself some user info
i made a new page
i view the page
i didn't see the additional info

clean install. bluemarine.

Comments

meba’s picture

Hi, did you add access permissions? Do you have "view author information" checked for needed roles?

meba’s picture

Can you please create new page with input format PHP and as a content write:

<?php
global $user;
print_r($user);
?>

and post me the result? please DON'T FORGET TO REMOVE YOUR MD5 PASSWORD AND EMAIL FROM THE POST!

meba’s picture

I tested now on clean installation and it worked. Can you please provide $user information as mentioned in last comment? Do you use 4.7.4?

gener-1’s picture

tdClass Object ( [uid] => 1 [name] => admin [pass] => deleted [mail] => deleted [mode] => 0 [sort] => 0 [threshold] => 0 [theme] => [signature] => [created] => 1163114086 [access] => 1163203169 [login] => 0 [status] => 1 [timezone] => 0 [language] => [picture] => [init] => emailaddrdeleted [data] => a:4:{s:6:"submit";s:18:"Create new account";s:7:"form_id";s:13:"user_register";s:10:"form_token";s:32:"9b0fde9457d7b2c6ff1847c89a7714d4";s:4:"info";s:10:"i am admin";} [sid] => 8697126ccfaeaa41fd82cdb962789bcb [hostname] => deleted [timestamp] => 1163203169 [cache] => 0 [session] => watchdog_overview_filter|s:3:"all";messages|a:1:{s:6:"status";a:1:{i:0;s:22:"Your page was created.";}} [submit] => Create new account [form_id] => user_register [form_token] => 9b0fde9457d7b2c6ff1847c89a7714d4 [info] => i am admin [roles] => Array ( [2] => authenticated user ) )
About author
i am admin

gener-1’s picture

the above is for userid1, who does see the author info.
below is a paste from user2. user2 is promoted to a role which view author info permission.

test
Submitted by admin on Thu, 11/09/2006 - 23:21.

test

so, just to make sure, there is no other permission necessary, right? (i enabled view profile, but it didn't make any difference.) I also don't have to theme anything.

thanks for your quick response.

gener-1’s picture

forgot to add I am using 4.7.4

meba’s picture

You don't have to theme anything. There are two access rules applicable for authenticated user. Go to admin -> access control and check "edit user info" a "view user info" for authenticated user roles

meba’s picture

Status: Active » Closed (fixed)

I think this is no longer valid. Please ping if else.