Extension, Module

Archived
Forum
(read-only)


For official support, visit the official support site »

Super Restricted Entries

ExpressionEngine 3, ExpressionEngine 4, ExpressionEngine 5, ExpressionEngine 6

Back to this add-on's main page
View Other Add-ons From Amici Infotech

     

Super Restricted Entries conflicts with Publisher (continuation)

Bug Report

pixi
pixi

Hi Mufi,

I come back to you because when I switch language with publisher, the entrie’s title of a navigation restricted links are not translated, they stay in french even when I’m visiting the website in dutch version.

AND the last issue I explained to you finally persists (checked on multiple browser and desktops), that is :

In this navigation restricted links are showing somehow links that should be hidden for given member. When I click on link and go to detail page, entry restriction works good and prevent the given member to have access to the page content.

These two oddities happen (always jointly) only when connected on certain member groups.

Can you support me on this please?

The intranet navigation :

<nav>
<
ul>
{exp:channel:entries channel="committee" dynamic="no" disable="categories|category_fields|member_data|pagination" sort="asc" apply_super_restricted_entries="yes"}
<li><a href="{url_title_path='intranet/committee'}">{title}</a></li>
{/exp:channel:entries}
</ul>
</
nav

the entry template code :

{if super_restricted_entries:granted}
{title}
<div id="page_content">{page_content}</div>
{if:else}
<p>{phrase:intranet__p__if_member_group_restricted_entry}</p>
{/if} 
Amici Infotech
# 1
Developer
Amici Infotech

Hi,
I am sorry for the trouble. Can you please give me super admin access and ftp of the site? (Staging)

Please email me at contact@amiciinfotech.com

Thanks,
Mufi

pixi
# 2
pixi

Just sent ;)

pixi
# 3
pixi

I forgot to let you know that Publisher’s developer told me to see again at the last_call property for the translation issue.

public function channel_entries_query_result($channel, $results)
  {
      if (ee()->extensions->last_call !== false) {
        $results = ee()->extensions->last_call;
      }

pixi
# 4
pixi

Hi Mufi,
have you had the chance to look at the issue yet? Do you received my email with all the credentials?

Amici Infotech
# 5
Developer
Amici Infotech

Hi, i received your email. We are out of office for the weekend + festival. I will look it as a first task on Monday morning.

pixi
# 6
pixi

Hi Mufi,

I’m sorry may I ask you to have a look at the last bug that persists with Super Restricted Entries (explained in the email yesterday) please? It is the last thing that prevent me to deliver the website.

Thank you in advance.