3.2 & 3.3 Extensions Database 3.2 / 3.3Partner Page

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Android Chrome

Re: Partner Page

Post by dmzx »

umi wrote: 22 Jun 2021, 19:29 Tested on phpBB 3.3.4 and working perfectly for me.

Thanks dmzx.
:thumbup:

User avatar

SpIdErPiGgY
Users
Users
Posts: 117
Joined: 04 Feb 2021, 23:54
    Windows 10 Firefox

Re: Partner Page

Post by SpIdErPiGgY »

dmzx wrote: 22 Jun 2021, 19:29
Onnozel Manneke wrote: 22 Jun 2021, 17:18 Thank you for the update, but the arrows don't work :D


Image
Did you update or install fresh?
Disabled the ext, and uploaded the new files (overwrite)
Image

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Android Chrome

Re: Partner Page

Post by dmzx »

Onnozel Manneke wrote: 22 Jun 2021, 19:32
dmzx wrote: 22 Jun 2021, 19:29
Onnozel Manneke wrote: 22 Jun 2021, 17:18 Thank you for the update, but the arrows don't work :D


Image
Did you update or install fresh?
Disabled the ext, and uploaded the new files (overwrite)
Please read the note in first post, you have to delete data also and put back the partners

User avatar

SpIdErPiGgY
Users
Users
Posts: 117
Joined: 04 Feb 2021, 23:54
    Windows 10 Firefox

Re: Partner Page

Post by SpIdErPiGgY »

Fuck, how could I miss that... and I read it before I updated WTF !! :wall: :wall: :wall:

User avatar

umi
Users
Users
Posts: 89
Joined: 05 Aug 2019, 14:18
    Windows 7 Firefox

Re: Partner Page

Post by umi »

Onnozel Manneke wrote: 22 Jun 2021, 19:32
dmzx wrote: 22 Jun 2021, 19:29
Onnozel Manneke wrote: 22 Jun 2021, 17:18 Thank you for the update, but the arrows don't work :D


Image
Did you update or install fresh?
Disabled the ext, and uploaded the new files (overwrite)
disable ext, delete ext from ftp, clear cache and reupload new files.

User avatar

SpIdErPiGgY
Users
Users
Posts: 117
Joined: 04 Feb 2021, 23:54
    Windows 10 Firefox

Re: Partner Page

Post by SpIdErPiGgY »

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

User avatar

umi
Users
Users
Posts: 89
Joined: 05 Aug 2019, 14:18
    Windows 7 Firefox

Re: Partner Page

Post by umi »

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


Image

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

User avatar

SpIdErPiGgY
Users
Users
Posts: 117
Joined: 04 Feb 2021, 23:54
    Windows 10 Firefox

Re: Partner Page

Post by SpIdErPiGgY »

umi wrote: 22 Jun 2021, 21:06
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 :D


Image

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
You can see the partner page, but it does not show in the navbar as a guest.

User avatar

Engelchen
Users
Users
Posts: 13
Joined: 25 Dec 2021, 15:38
    Windows 10 Opera

Re: Partner Page

Post by Engelchen »

Great extension :thumbup:

User avatar

Maggan22
Users
Users
Posts: 9
Joined: 23 Mar 2020, 14:07
    Windows 10 Firefox

Re: Partner Page

Post by Maggan22 »

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

User avatar

TrekRed
Users
Users
Posts: 93
Joined: 27 Oct 2019, 23:54
    Windows 10 Chrome

Re: Partner Page

Post by TrekRed »

Guests don't see the button even though all permissions are enabled.

User avatar

TrekRed
Users
Users
Posts: 93
Joined: 27 Oct 2019, 23:54
    Windows 10 Chrome

Re: Partner Page

Post by TrekRed »

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?

User avatar

Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Android Chrome

Re: Partner Page

Post by Sniper_E »

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 :D
I can confirm that, so take out the if statement and the endif statement in that navigation template.

That {% if S_ALLOW_VIEW %} works in the partners page but not in the index page.
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™

User avatar

TrekRed
Users
Users
Posts: 93
Joined: 27 Oct 2019, 23:54
    Windows 10 Chrome

Re: Partner Page

Post by TrekRed »

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?
button.jpg
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Android Chrome

Re: Partner Page

Post by Sniper_E »

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.

Post Reply Previous topicNext topic