
3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Partner Page
-
- Users
- Posts: 117
- Joined: 04 Feb 2021, 23:54
Re: Partner Page
Disabled the ext, and uploaded the new files (overwrite)
-
- Founder
- Posts: 6466
- Joined: 13 Jan 2014, 21:45
Re: Partner Page
Please read the note in first post, you have to delete data also and put back the partnersOnnozel Manneke wrote: 22 Jun 2021, 19:32Disabled the ext, and uploaded the new files (overwrite)
-
- Users
- Posts: 117
- Joined: 04 Feb 2021, 23:54
Re: Partner Page
Fuck, how could I miss that... and I read it before I updated WTF !!




-
- Users
- Posts: 89
- Joined: 05 Aug 2019, 14:18
Re: Partner Page
disable ext, delete ext from ftp, clear cache and reupload new files.Onnozel Manneke wrote: 22 Jun 2021, 19:32Disabled the ext, and uploaded the new files (overwrite)
-
- Users
- Posts: 117
- Joined: 04 Feb 2021, 23:54
Re: Partner Page
Just 1 thing, I set the permissions for guests so they can view the partner page, but in overall_header_navigation_append.html, you have {% if S_USER_LOGGED_IN %}
Tried to change it into {% if S_ALLOW_VIEW %}, but that's not working
Tried to change it into {% if S_ALLOW_VIEW %}, but that's not working
-
- Users
- Posts: 89
- Joined: 05 Aug 2019, 14:18
Re: Partner Page
Onnozel Manneke wrote: 22 Jun 2021, 20:09 Just 1 thing, I set the permissions for guests so they can view the partner page, but in overall_header_navigation_append.html, you have {% if S_USER_LOGGED_IN %}
Tried to change it into {% if S_ALLOW_VIEW %}, but that's not working![]()

Working for me without change code... Just set permissions correctly.
Did you fix arrows issue? Please tell us, if not no one can help you.
Regards
-
- Users
- Posts: 117
- Joined: 04 Feb 2021, 23:54
Re: Partner Page
You can see the partner page, but it does not show in the navbar as a guest.umi wrote: 22 Jun 2021, 21:06Onnozel Manneke wrote: 22 Jun 2021, 20:09 Just 1 thing, I set the permissions for guests so they can view the partner page, but in overall_header_navigation_append.html, you have {% if S_USER_LOGGED_IN %}
Tried to change it into {% if S_ALLOW_VIEW %}, but that's not working![]()
Working for me without change code... Just set permissions correctly.
Did you fix arrows issue? Please tell us, if not no one can help you.
Regards
-
- Users
- Posts: 9
- Joined: 23 Mar 2020, 14:07
Re: Partner Page
Thanks for this class extention :) It works great, but guests don't see the Partners link in the menu even though they have permission to do so
-
- Users
- Posts: 93
- Joined: 27 Oct 2019, 23:54
Re: Partner Page
Guests don't see the button even though all permissions are enabled.
-
- Users
- Posts: 93
- Joined: 27 Oct 2019, 23:54
Re: Partner Page
Why is it so difficult to answer how to add guests for viewing, if this is provided by the extension functionality? What's the catch?
-
- VIP
- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: Partner Page
I can confirm that, so take out the if statement and the endif statement in that navigation template.Onnozel Manneke wrote: 22 Jun 2021, 20:09 Just 1 thing, I set the permissions for guests so they can view the partner page, but in overall_header_navigation_append.html, you have {% if S_USER_LOGGED_IN %}
Tried to change it into {% if S_ALLOW_VIEW %}, but that's not working![]()
That {% if S_ALLOW_VIEW %} works in the partners page but not in the index page.
-
- Users
- Posts: 93
- Joined: 27 Oct 2019, 23:54
Re: Partner Page
I figured it out, but this button is not visible here, which is in the picture. How to make it display for guests?
How do I make the application form visible to guests?
How do I make the application form visible to guests?
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
- VIP
- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: Partner Page
There are two settings in acp/permissions/misc tab
If you have both set to yes for guest you're good
But in the template/dm_partners_body.html on line 49 it has an if statement that stops guest from seeing that button
Remove the "and S_USER_LOGGED_IN" part and it will show for guest
But I'm not sure the add partners page will let guest add one seeing how guests can not post in your forum. They will most probably be sent to a login page so they can post.
If you have both set to yes for guest you're good
But in the template/dm_partners_body.html on line 49 it has an if statement that stops guest from seeing that button
Remove the "and S_USER_LOGGED_IN" part and it will show for guest
But I'm not sure the add partners page will let guest add one seeing how guests can not post in your forum. They will most probably be sent to a login page so they can post.