3.1.x Extensions Database 3.1 / 3.2Partner Page

<span class="qte-attr qte_31_32-qte">3.1.x &amp; 3.2.x</span>
User avatar

taledus
Users
Users
Posts: 83
Joined: 19 Jun 2016, 05:47
    Windows 7 Firefox

Re: Partner Page

Post by taledus »

Sniper_E wrote: 29 Oct 2015, 06:26 That is an excellent idea. You have changed my mind. I'm set now...
partner_img.gif
And that works even better because I had to adjust the height of spaceace's bg_header image for it to look right.
I would not be able to do that by linking to his image. I don't care what dmzx says about you... You are a genius.

It looks like you need to extend the height on my bg_header image for the bar to show across the bottom.
And it looks like dm needs to shorten the height on my bg_header image.

Are you two using different padding? Why would they look different? I put my site in at my place and it looks right.
I use padding: 10px; in the .partners-logo class and max-height: 68px; in the img.partners-logo-img class.
Image

How did he get the extra field for the background image?

User avatar

clight77
Donator
Donator
Posts: 504
Joined: 24 Sep 2015, 16:23
    Windows 10 Chrome

Re: Partner Page

Post by clight77 »

Good idea to host your own images, makes resizing easy :)

User avatar

martin
Admin
Admin
Posts: 5108
Joined: 06 Apr 2014, 16:12
    Windows 10 Chrome

Re: Partner Page

Post by martin »

Image

User avatar

killfrenzy
Users
Users
Posts: 118
Joined: 06 Feb 2016, 19:22
    Windows 10 Chrome

Re: Partner Page

Post by killfrenzy »

I have problem I always saw this in my index

Code: Select all

Information: You have requests for new partners. Please go to your ACP and check them!
But when I checked in my ACP it doesn't show any new partner?
Compilation of Android Roms, Recoverys, Apps, Games and Tricks
Visit my blog http://androidcribs.com
Androidcribs.com
Androidcribs
Image

User avatar

clight77
Donator
Donator
Posts: 504
Joined: 24 Sep 2015, 16:23
    Windows 10 Chrome

Re: Partner Page

Post by clight77 »

ACP/Group Permissions/registered users --- or any group that you don't want to allow adding a new partner.
MISC/
Can add partners to Partner Page Set to NO

Don't know why anybody but Admin can add a new partner... lol

User avatar

killfrenzy
Users
Users
Posts: 118
Joined: 06 Feb 2016, 19:22
    Windows 10 Chrome

Re: Partner Page

Post by killfrenzy »

clight77 wrote: 03 Sep 2016, 15:41 ACP/Group Permissions/registered users --- or any group that you don't want to allow adding a new partner.
MISC/
Can add partners to Partner Page Set to NO

Don't know why anybody but Admin can add a new partner... lol
I already set to NO except ADMIN but my problem can't delete or remove this

Code: Select all

You have requests for new partners. Please go to your ACP and check them!
It's annoying but when I click I see no request for partner :sad:

User avatar

clight77
Donator
Donator
Posts: 504
Joined: 24 Sep 2015, 16:23
    Windows 10 Chrome

Re: Partner Page

Post by clight77 »

Have you tried to disable and then enable partners ext ?

User avatar

neo13220
Users
Users
Posts: 9
Joined: 15 Jan 2017, 23:56
    Windows 7 Chrome

Re: Partner Page

Post by neo13220 »

Hello,

How to make the "description" field mandatory because this is not currently the case.
Have a good day.

User avatar

newsbee
Users
Users
Posts: 10
Joined: 23 Mar 2017, 07:28
    Mac OS X Chrome

Re: Partner Page

Post by newsbee »

Does it work with 3.2?
Thanks

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6471
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Partner Page

Post by dmzx »

newsbee wrote: 23 Mar 2017, 16:20 Does it work with 3.2?
Thanks
See Partner Page

User avatar

faroud
Users
Users
Posts: 141
Joined: 11 Jul 2015, 11:08
    Windows 10 Firefox

Re: Partner Page

Post by faroud »

Is it suitable for 3.3.4?
or should we wait a while
regards :wink:

User avatar

TheDjRider
Users
Users
Posts: 13
Joined: 13 May 2019, 18:24
    Windows 10 Chrome

Partner Page - Bulgarian translation

Post by TheDjRider »

Here is my translation for the Partner Page. I hope this will help our Bulgarian friends.

Image

Image

Image

bg-partner.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
:arrow: EternalNetwork TM - news, tutorials and sharing
:arrow: Forum • EternalNetworkTM - discouse, ask and enjoy
:arrow: EternalRadio - best music is here
:arrow: Biograpy site - my Personal website

Image

User avatar

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

Re: Partner Page

Post by SpIdErPiGgY »

partnernew.zip

Demo: https://www.phpbbextnl.be/partner


📌 HTML Changes – Overview & Explanation



🔷 Changes in Partners Overview (dm_partners_body.html)
  • Title class added
    From:

    Code: Select all

    <h2>{{ lang('PARTNERS') }}</h2>
    To:

    Code: Select all

    <h2 class="section-title">{{ lang('PARTNERS') }}</h2>
  • “No partners” block styled
    From: standard div
    To:

    Code: Select all

    <div class="panel info-panel">
  • Button bar modernized
    From:

    Code: Select all

    <div class="buttons">
    To:

    Code: Select all

    <div class="action-bar">
  • Button styled with modern classes
    Added:

    Code: Select all

    class="button button-primary"
  • Partner card wrapper added
    From:

    Code: Select all

    <div class="forabg">
    To:

    Code: Select all

    <div class="partner-card forabg">
  • Partner text cleaned up
    From: multiple

    Code: Select all

    <br><br>
    To:

    Code: Select all

    <p class="partner-text">
  • Partner counter placed in its own div
    From:

    Code: Select all

    [{{ partners.COUNTER }}]
    To:

    Code: Select all

    <div class="partner-counter">[{{ partners.COUNTER }}]</div>
  • Logo wrapper improved
    From:

    Code: Select all

    <dd><div class="partners-logo">
    To:

    Code: Select all

    <dd class="partner-logo-wrapper"><div class="partners-logo">
  • Inline CSS minimized
    Dynamic background-image kept, all other inline styling removed.


🔷 Changes in “Add Partner” page (dm_partners_add_body.html)
  • Title class added
    From:

    Code: Select all

    <h2>{{ lang('DMP_TITLE_ADD') }}</h2>
    To:

    Code: Select all

    <h2 class="section-title">{{ lang('DMP_TITLE_ADD') }}</h2>
  • Description given its own class
    Added:

    Code: Select all

    <p class="section-desc">
  • Panel modernized
    Added:

    Code: Select all

    class="form-panel"
  • Form layout improved
    All fields now use:

    Code: Select all

    class="input-long"
    or

    Code: Select all

    class="textarea-long"
  • Form rows made consistent
    Every

    Code: Select all

    <dl>
    transformed into a clean structure via

    Code: Select all

    class="form-row"
  • Legend added for clarity

    Code: Select all

    <legend>{{ lang('DMP_NEED') }}</legend>
  • Submit buttons modernized
    Submit →

    Code: Select all

    class="button button-primary"
    Reset →

    Code: Select all

    class="button"


🔷 What Was NOT Changed
  • No Twig logic modified
  • No variables changed
  • No loops touched
  • No functionality changed
  • No form field names modified
  • No ACP structure affected
  • Fully compatible with prosilver & extensions


🔷 Summary

The HTML has been modernized with:
  • Better structure (cards, action-bar, form-panel)
  • Consistent buttons
  • Cleaner spacing and paragraph structure
  • Improved form layout
  • Less inline code
  • Fully responsive and ready for modern CSS


🔷 New Colors
  • Base color changed to: #385F85
  • Hover color slightly darker: #2f4f70
  • Active/focus color darker: #263f57
  • Removed bright blue
  • No more color flashes when clicking


🔷 Hover & Active Improvements
  • Hover now becomes subtly darker instead of bright
  • Active/focus always stays blue, never grey or white
  • Hover text remains readable (not bold, no glow)
  • Smooth transitions added


🔷 Glow / Highlight Completely Removed

These effects are completely disabled:
  • No more box-shadow
  • No more text-shadow
  • No hover glow
  • No active glow
  • No brightness / filter effects
  • No internal grey “click flash” (inset-shadow removed)


🔷 Improved Readability
  • Text is always font-weight: normal
  • No bold hover text
  • No white/grey overlay when clicking
  • Consistent and calm color contrast


🔷 Technical CSS Rules (Summary)
  • New background colors applied
  • Hover/active/focus fully overridden with !important
  • All default phpBB button effects disabled
  • Focus-visible outline removed
  • Smooth background-color transition added


🔷 Full CSS Code Applying All Changes

Code: Select all

.button-primary {
background: #385F85;
color: #fff !important;
border-radius: 6px;
padding: 6px 12px;
font-weight: normal;
box-shadow: none !important;
text-shadow: none !important;
filter: none !important;
transition: background 0.15s ease;
}

.button-primary:hover {
background: #2f4f70;
box-shadow: none !important;
text-shadow: none !important;
filter: none !important;
}

.button-primary:active,
.button-primary:focus,
.button-primary:focus:active {
background: #263f57 !important;
color: #fff !important;
box-shadow: none !important;
text-shadow: none !important;
filter: none !important;
outline: none !important;
}

.button-primary:focus-visible {
outline: none !important;
}
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Image

Post Reply Previous topicNext topic