Keyword

Permissions on attachments?

More
11 years 10 months ago #106409 by navid
Permissions on attachments? was created by navid
how can I set attached files for login user?
please help me

Please Log in or Create an account to join the conversation.

More
11 years 10 months ago #106410 by william white
Replied by william white on topic Re: Permissions on attachments?
The code below will not set permissions, but only hide the attachments display to guests if you create an override and tweak the code to wrap around the attachments display code in item.php

$user =& JFactory::getUser();

if (!$user->guest) {
display fulltext
} else {
display message to registar to readmore
}

Please Log in or Create an account to join the conversation.

More
11 years 10 months ago #106411 by navid
Replied by navid on topic Re: Permissions on attachments?
where of item.php ?
please say code line

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum